Searched refs:check_for_msg (Results 1 – 6 of 6) sorted by relevance
129 if (mbx->ops.check_for_msg) in e1000_check_for_msg()130 ret_val = mbx->ops.check_for_msg(hw, mbx_id); in e1000_check_for_msg()189 if (!countdown || !mbx->ops.check_for_msg) in e1000_poll_for_msg()192 while (countdown && mbx->ops.check_for_msg(hw, mbx_id)) { in e1000_poll_for_msg()309 mbx->ops.check_for_msg = e1000_null_mbx_check_for_flag; in e1000_init_mbx_ops_generic()547 mbx->ops.check_for_msg = e1000_check_for_msg_vf; in e1000_init_mbx_params_vf()773 mbx->ops.check_for_msg = e1000_check_for_msg_pf; in e1000_init_mbx_params_pf()
235 s32 (*check_for_msg)(struct e1000_hw *, u16); member
905 s32 (*check_for_msg)(struct e1000_hw *, u16); member
53 if (!countdown || !mbx->ops.check_for_msg) in ixgbe_poll_for_msg()56 while (countdown && mbx->ops.check_for_msg(hw, mbx_id)) { in ixgbe_poll_for_msg()406 mbx->ops.check_for_msg = ixgbe_check_for_msg_vf; in ixgbe_init_mbx_params_vf()651 mbx->ops.check_for_msg = ixgbe_check_for_msg_pf; in ixgbe_init_mbx_params_pf()
648 if (hw->mbx.ops.check_for_msg(hw, vf->pool) == 0) in ixgbe_handle_mbx()
4126 s32 (*check_for_msg)(struct ixgbe_hw *, u16); member