Home
last modified time | relevance | path

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

/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
/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
/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_mbx.c88 if (mbx->check_for_ack) in txgbe_check_for_ack()
89 ret_val = mbx->check_for_ack(hw, mbx_id); in txgbe_check_for_ack()
153 if (!countdown || !mbx->check_for_ack) in txgbe_poll_for_ack()
156 while (countdown && mbx->check_for_ack(hw, mbx_id)) { in txgbe_poll_for_ack()
H A Dtxgbe_vf.c51 mbx->check_for_ack = txgbe_check_for_ack_vf; in txgbe_init_ops_vf()
H A Dtxgbe_dummy.h658 hw->mbx.check_for_ack = txgbe_mbx_check_for_ack_dummy; in txgbe_init_ops_dummy()
H A Dtxgbe_type.h738 s32 (*check_for_ack)(struct txgbe_hw *hw, u16 mbx_id); member
H A Dtxgbe_hw.c2710 mbx->check_for_ack = txgbe_check_for_ack_pf; in txgbe_init_ops_pf()
/dpdk/drivers/net/ngbe/base/
H A Dngbe_mbx.c88 if (mbx->check_for_ack) in ngbe_check_for_ack()
89 ret_val = mbx->check_for_ack(hw, mbx_id); in ngbe_check_for_ack()
H A Dngbe_dummy.h344 hw->mbx.check_for_ack = ngbe_mbx_check_for_ack_dummy; in ngbe_init_ops_dummy()
H A Dngbe_type.h387 s32 (*check_for_ack)(struct ngbe_hw *hw, u16 mbx_id); member
H A Dngbe_hw.c1950 mbx->check_for_ack = ngbe_check_for_ack_pf; in ngbe_init_ops_pf()