Searched refs:check_for_msg (Results 1 – 8 of 8) sorted by relevance
89 if (mbx->ops.check_for_msg) in igb_check_for_msg()90 ret_val = mbx->ops.check_for_msg(hw, mbx_id); in igb_check_for_msg()143 if (!countdown || !mbx->ops.check_for_msg) in igb_poll_for_msg()146 while (countdown && mbx->ops.check_for_msg(hw, mbx_id)) { in igb_poll_for_msg()434 mbx->ops.check_for_msg = igb_check_for_msg_pf; in igb_init_mbx_params_pf()
467 s32 (*check_for_msg)(struct e1000_hw *, u16); member
93 if (mbx->ops.check_for_msg) in ixgbe_check_for_msg()94 ret_val = mbx->ops.check_for_msg(hw, mbx_id); in ixgbe_check_for_msg()147 if (!countdown || !mbx->ops.check_for_msg) in ixgbe_poll_for_msg()150 while (countdown && mbx->ops.check_for_msg(hw, mbx_id)) { in ixgbe_poll_for_msg()467 .check_for_msg = ixgbe_check_for_msg_pf,
2635 s32 (*check_for_msg)(struct ixgbe_hw *, u16); member
41 if (!mbx->ops.check_for_msg) in e1000_poll_for_msg()44 while (countdown && mbx->ops.check_for_msg(hw)) { in e1000_poll_for_msg()338 mbx->ops.check_for_msg = e1000_check_for_msg_vf; in e1000_init_mbx_params_vf()
212 s32 (*check_for_msg)(struct e1000_hw *); member
41 while (countdown && mbx->ops.check_for_msg(hw)) { in ixgbevf_poll_for_msg()337 .check_for_msg = ixgbevf_check_for_msg_vf,
101 s32 (*check_for_msg)(struct ixgbe_hw *); member