Searched refs:check_for_ack (Results 1 – 5 of 5) sorted by relevance
148 if (mbx->ops.check_for_ack) in e1000_check_for_ack()149 ret_val = mbx->ops.check_for_ack(hw, mbx_id); in e1000_check_for_ack()219 if (!countdown || !mbx->ops.check_for_ack) in e1000_poll_for_ack()222 while (countdown && mbx->ops.check_for_ack(hw, mbx_id)) { in e1000_poll_for_ack()309 mbx->ops.check_for_ack = e1000_null_mbx_check_for_flag; in e1000_init_mbx_ops_generic()541 mbx->ops.check_for_ack = e1000_check_for_ack_vf; in e1000_init_mbx_params_vf()759 mbx->ops.check_for_ack = e1000_check_for_ack_pf; in e1000_init_mbx_params_pf()
235 s32 (*check_for_ack)(struct e1000_hw *, u16); member
890 s32 (*check_for_ack)(struct e1000_hw *, u16); member
123 if (mbx->ops.check_for_ack) in ixgbe_check_for_ack()124 ret_val = mbx->ops.check_for_ack(hw, mbx_id); in ixgbe_check_for_ack()191 if (!countdown || !mbx->ops.check_for_ack) in ixgbe_poll_for_ack()194 while (countdown && mbx->ops.check_for_ack(hw, mbx_id)) { in ixgbe_poll_for_ack()512 mbx->ops.check_for_ack = ixgbe_check_for_ack_vf; in ixgbe_init_mbx_params_vf()751 mbx->ops.check_for_ack = ixgbe_check_for_ack_pf; in ixgbe_init_mbx_params_pf()
3109 s32 (*check_for_ack)(struct ixgbe_hw *, u16); member