MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ngbe_rcv_ack_from_vf

Function ngbe_rcv_ack_from_vf

dpdk/drivers/net/ngbe/ngbe_pf.c:730–739  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

728}
729
730static inline void
731ngbe_rcv_ack_from_vf(struct rte_eth_dev *eth_dev, uint16_t vf)
732{
733 uint32_t msg = NGBE_VT_MSGTYPE_NACK;
734 struct ngbe_hw *hw = ngbe_dev_hw(eth_dev);
735 struct ngbe_vf_info *vfinfo = *NGBE_DEV_VFDATA(eth_dev);
736
737 if (!vfinfo[vf].clear_to_send)
738 ngbe_write_mbx(hw, &msg, 1, vf);
739}
740
741void ngbe_pf_mbx_process(struct rte_eth_dev *eth_dev)
742{

Callers 1

ngbe_pf_mbx_processFunction · 0.85

Calls 2

ngbe_dev_hwFunction · 0.85
ngbe_write_mbxFunction · 0.85

Tested by

no test coverage detected