Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_mbx.c124 if (mbx->ops.check_for_ack) in e1000_check_for_ack()
125 ret_val = mbx->ops.check_for_ack(hw, mbx_id); in e1000_check_for_ack()
195 if (!countdown || !mbx->ops.check_for_ack) in e1000_poll_for_ack()
198 while (countdown && mbx->ops.check_for_ack(hw, mbx_id)) { in e1000_poll_for_ack()
285 mbx->ops.check_for_ack = e1000_null_mbx_check_for_flag; in e1000_init_mbx_ops_generic()
528 mbx->ops.check_for_ack = e1000_check_for_ack_vf; in e1000_init_mbx_params_vf()
754 mbx->ops.check_for_ack = e1000_check_for_ack_pf; in e1000_init_mbx_params_pf()
H A De1000_vf.h205 s32 (*check_for_ack)(struct e1000_hw *, u16); member
H A De1000_hw.h879 s32 (*check_for_ack)(struct e1000_hw *, u16); member
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_mbx.c94 if (mbx->ops.check_for_ack) in ixgbe_check_for_ack()
95 ret_val = mbx->ops.check_for_ack(hw, mbx_id); in ixgbe_check_for_ack()
166 if (!countdown || !mbx->ops.check_for_ack) in ixgbe_poll_for_ack()
169 while (countdown && mbx->ops.check_for_ack(hw, mbx_id)) { in ixgbe_poll_for_ack()
487 mbx->ops.check_for_ack = ixgbe_check_for_ack_vf; in ixgbe_init_mbx_params_vf()
732 mbx->ops.check_for_ack = ixgbe_check_for_ack_pf; in ixgbe_init_mbx_params_pf()
H A Dixgbe_type.h4148 s32 (*check_for_ack)(struct ixgbe_hw *, u16); member
/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_mbx.c95 if (mbx->check_for_ack) in txgbe_check_for_ack()
96 ret_val = mbx->check_for_ack(hw, mbx_id); in txgbe_check_for_ack()
H A Dtxgbe_type.h635 s32 (*check_for_ack)(struct txgbe_hw *hw, u16 mbx_id); member
H A Dtxgbe_dummy.h652 hw->mbx.check_for_ack = txgbe_mbx_check_for_ack_dummy; in txgbe_init_ops_dummy()
H A Dtxgbe_hw.c2856 mbx->check_for_ack = txgbe_check_for_ack_pf; in txgbe_init_ops_pf()