Searched refs:check_for_ack (Results 1 – 8 of 8) sorted by relevance
103 if (mbx->ops.check_for_ack) in igb_check_for_ack()104 ret_val = mbx->ops.check_for_ack(hw, mbx_id); in igb_check_for_ack()168 if (!countdown || !mbx->ops.check_for_ack) in igb_poll_for_ack()171 while (countdown && mbx->ops.check_for_ack(hw, mbx_id)) { in igb_poll_for_ack()432 mbx->ops.check_for_ack = igb_check_for_ack_pf; in igb_init_mbx_params_pf()
498 s32 (*check_for_ack)(struct e1000_hw *, u16); member
107 if (!mbx->ops.check_for_ack) in ixgbe_check_for_ack()110 return mbx->ops.check_for_ack(hw, mbx_id); in ixgbe_check_for_ack()167 if (!countdown || !mbx->ops.check_for_ack) in ixgbe_poll_for_ack()170 while (mbx->ops.check_for_ack(hw, mbx_id)) { in ixgbe_poll_for_ack()455 .check_for_ack = ixgbe_check_for_ack_pf,
3418 s32 (*check_for_ack)(struct ixgbe_hw *, u16); member
66 if (!mbx->ops.check_for_ack) in e1000_poll_for_ack()69 while (countdown && mbx->ops.check_for_ack(hw)) { in e1000_poll_for_ack()339 mbx->ops.check_for_ack = e1000_check_for_ack_vf; in e1000_init_mbx_params_vf()
211 s32 (*check_for_ack)(struct e1000_hw *); member
64 while (countdown && mbx->ops.check_for_ack(hw)) { in ixgbevf_poll_for_ack()345 .check_for_ack = ixgbevf_check_for_ack_vf,
104 s32 (*check_for_ack)(struct ixgbe_hw *); member