Home
last modified time | relevance | path

Searched refs:check_for_msg (Results 1 – 9 of 9) sorted by relevance

/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_mbx.c104 if (mbx->ops.check_for_msg) in e1000_check_for_msg()
105 ret_val = mbx->ops.check_for_msg(hw, mbx_id); in e1000_check_for_msg()
164 if (!countdown || !mbx->ops.check_for_msg) in e1000_poll_for_msg()
167 while (countdown && mbx->ops.check_for_msg(hw, mbx_id)) { in e1000_poll_for_msg()
284 mbx->ops.check_for_msg = e1000_null_mbx_check_for_flag; in e1000_init_mbx_ops_generic()
527 mbx->ops.check_for_msg = e1000_check_for_msg_vf; in e1000_init_mbx_params_vf()
753 mbx->ops.check_for_msg = e1000_check_for_msg_pf; in e1000_init_mbx_params_pf()
H A De1000_vf.h204 s32 (*check_for_msg)(struct e1000_hw *, u16); member
H A De1000_hw.h878 s32 (*check_for_msg)(struct e1000_hw *, u16); member
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_mbx.c74 if (mbx->ops.check_for_msg) in ixgbe_check_for_msg()
75 ret_val = mbx->ops.check_for_msg(hw, mbx_id); in ixgbe_check_for_msg()
134 if (!countdown || !mbx->ops.check_for_msg) in ixgbe_poll_for_msg()
137 while (countdown && mbx->ops.check_for_msg(hw, mbx_id)) { in ixgbe_poll_for_msg()
486 mbx->ops.check_for_msg = ixgbe_check_for_msg_vf; in ixgbe_init_mbx_params_vf()
731 mbx->ops.check_for_msg = ixgbe_check_for_msg_pf; in ixgbe_init_mbx_params_pf()
H A Dixgbe_type.h4147 s32 (*check_for_msg)(struct ixgbe_hw *, u16); member
/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_mbx.c75 if (mbx->check_for_msg) in txgbe_check_for_msg()
76 ret_val = mbx->check_for_msg(hw, mbx_id); in txgbe_check_for_msg()
H A Dtxgbe_type.h634 s32 (*check_for_msg)(struct txgbe_hw *hw, u16 mbx_id); member
H A Dtxgbe_dummy.h651 hw->mbx.check_for_msg = txgbe_mbx_check_for_msg_dummy; in txgbe_init_ops_dummy()
H A Dtxgbe_hw.c2855 mbx->check_for_msg = txgbe_check_for_msg_pf; in txgbe_init_ops_pf()