Home
last modified time | relevance | path

Searched refs:ngbe_check_for_ack (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/net/ngbe/base/
H A Dngbe_mbx.h79 s32 ngbe_check_for_ack(struct ngbe_hw *hw, u16 mbx_id);
H A Dngbe_mbx.c83 s32 ngbe_check_for_ack(struct ngbe_hw *hw, u16 mbx_id) in ngbe_check_for_ack() function
/dpdk/drivers/net/ngbe/
H A Dngbe_pf.c756 if (!ngbe_check_for_ack(hw, vf)) in ngbe_pf_mbx_process()