Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_mbx.h82 s32 txgbe_check_for_msg(struct txgbe_hw *hw, u16 mbx_id);
H A Dtxgbe_mbx.c68 s32 txgbe_check_for_msg(struct txgbe_hw *hw, u16 mbx_id) in txgbe_check_for_msg() function
/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_pf.c893 if (!txgbe_check_for_msg(hw, vf)) in txgbe_pf_mbx_process()