Searched refs:check_for_ack (Results 1 – 9 of 9) sorted by relevance
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()
205 s32 (*check_for_ack)(struct e1000_hw *, u16); member
879 s32 (*check_for_ack)(struct e1000_hw *, u16); member
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()
4148 s32 (*check_for_ack)(struct ixgbe_hw *, u16); member
95 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()
635 s32 (*check_for_ack)(struct txgbe_hw *hw, u16 mbx_id); member
652 hw->mbx.check_for_ack = txgbe_mbx_check_for_ack_dummy; in txgbe_init_ops_dummy()
2856 mbx->check_for_ack = txgbe_check_for_ack_pf; in txgbe_init_ops_pf()