Home
last modified time | relevance | path

Searched refs:check_for_msg (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/sys/dev/e1000/
H A De1000_mbx.c133 if (mbx->ops.check_for_msg) in e1000_check_for_msg()
134 ret_val = mbx->ops.check_for_msg(hw, mbx_id); in e1000_check_for_msg()
193 if (!countdown || !mbx->ops.check_for_msg) in e1000_poll_for_msg()
196 while (countdown && mbx->ops.check_for_msg(hw, mbx_id)) { in e1000_poll_for_msg()
313 mbx->ops.check_for_msg = e1000_null_mbx_check_for_flag; in e1000_init_mbx_ops_generic()
551 mbx->ops.check_for_msg = e1000_check_for_msg_vf; in e1000_init_mbx_params_vf()
777 mbx->ops.check_for_msg = e1000_check_for_msg_pf; in e1000_init_mbx_params_pf()
H A De1000_vf.h235 s32 (*check_for_msg)(struct e1000_hw *, u16); member
H A De1000_hw.h929 s32 (*check_for_msg)(struct e1000_hw *, u16); member
/freebsd-13.1/sys/dev/ixgbe/
H A Dixgbe_mbx.c105 if (mbx->ops.check_for_msg) in ixgbe_check_for_msg()
106 ret_val = mbx->ops.check_for_msg(hw, mbx_id); in ixgbe_check_for_msg()
165 if (!countdown || !mbx->ops.check_for_msg) in ixgbe_poll_for_msg()
168 while (countdown && mbx->ops.check_for_msg(hw, mbx_id)) { in ixgbe_poll_for_msg()
518 mbx->ops.check_for_msg = ixgbe_check_for_msg_vf; in ixgbe_init_mbx_params_vf()
763 mbx->ops.check_for_msg = ixgbe_check_for_msg_pf; in ixgbe_init_mbx_params_pf()
H A Dif_sriov.c650 if (hw->mbx.ops.check_for_msg(hw, vf->pool) == 0) in ixgbe_handle_mbx()
H A Dixgbe_type.h4184 s32 (*check_for_msg)(struct ixgbe_hw *, u16); member