Searched refs:check_for_ack (Results 1 – 14 of 14) sorted by relevance
| /dpdk/drivers/net/e1000/base/ |
| H A D | e1000_mbx.c | 124 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 D | e1000_vf.h | 205 s32 (*check_for_ack)(struct e1000_hw *, u16); member
|
| H A D | e1000_hw.h | 879 s32 (*check_for_ack)(struct e1000_hw *, u16); member
|
| /dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_mbx.c | 94 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 D | ixgbe_type.h | 4148 s32 (*check_for_ack)(struct ixgbe_hw *, u16); member
|
| /dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_mbx.c | 88 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 D | txgbe_vf.c | 51 mbx->check_for_ack = txgbe_check_for_ack_vf; in txgbe_init_ops_vf()
|
| H A D | txgbe_dummy.h | 658 hw->mbx.check_for_ack = txgbe_mbx_check_for_ack_dummy; in txgbe_init_ops_dummy()
|
| H A D | txgbe_type.h | 738 s32 (*check_for_ack)(struct txgbe_hw *hw, u16 mbx_id); member
|
| H A D | txgbe_hw.c | 2710 mbx->check_for_ack = txgbe_check_for_ack_pf; in txgbe_init_ops_pf()
|
| /dpdk/drivers/net/ngbe/base/ |
| H A D | ngbe_mbx.c | 88 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 D | ngbe_dummy.h | 344 hw->mbx.check_for_ack = ngbe_mbx_check_for_ack_dummy; in ngbe_init_ops_dummy()
|
| H A D | ngbe_type.h | 387 s32 (*check_for_ack)(struct ngbe_hw *hw, u16 mbx_id); member
|
| H A D | ngbe_hw.c | 1950 mbx->check_for_ack = ngbe_check_for_ack_pf; in ngbe_init_ops_pf()
|