Home
last modified time | relevance | path

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

/freebsd/sys/dev/e1000/
H A De1000_mbx.c144 if (mbx->ops.check_for_msg) in e1000_check_for_msg()
145 ret_val = mbx->ops.check_for_msg(hw, mbx_id); in e1000_check_for_msg()
222 if (!countdown || !mbx->ops.check_for_msg) in e1000_poll_for_msg()
225 while (countdown && mbx->ops.check_for_msg(hw, mbx_id)) { in e1000_poll_for_msg()
342 mbx->ops.check_for_msg = e1000_null_mbx_check_for_flag; in e1000_init_mbx_ops_generic()
582 mbx->ops.check_for_msg = e1000_check_for_msg_vf; in e1000_init_mbx_params_vf()
837 mbx->ops.check_for_msg = e1000_check_for_msg_pf; in e1000_init_mbx_params_pf()
H A De1000_vf.h234 s32 (*check_for_msg)(struct e1000_hw *, u16); member
H A De1000_hw.h951 s32 (*check_for_msg)(struct e1000_hw *, u16); member
/freebsd/sys/dev/ixgbe/
H A Dixgbe_mbx.c86 if (!mbx->ops[mbx_id].read || !mbx->ops[mbx_id].check_for_msg || in ixgbe_poll_mbx()
159 if (mbx->ops[mbx_id].check_for_msg) in ixgbe_check_for_msg()
160 ret_val = mbx->ops[mbx_id].check_for_msg(hw, mbx_id); in ixgbe_check_for_msg()
240 if (!countdown || !mbx->ops[mbx_id].check_for_msg) in ixgbe_poll_for_msg()
243 while (countdown && mbx->ops[mbx_id].check_for_msg(hw, mbx_id)) { in ixgbe_poll_for_msg()
688 mbx->ops[0].check_for_msg = ixgbe_check_for_msg_vf; in ixgbe_init_mbx_params_vf()
719 mbx->ops[0].check_for_msg = ixgbe_check_for_msg_vf; in ixgbe_upgrade_mbx_params_vf()
1226 mbx->ops[vf_id].check_for_msg = ixgbe_check_for_msg_pf_legacy; in ixgbe_init_mbx_params_pf_id()
1304 mbx->ops[vf_id].check_for_msg = ixgbe_check_for_msg_pf; in ixgbe_upgrade_mbx_params_pf()
H A Dixgbe_mbx.h45 s32 (*check_for_msg)(struct ixgbe_hw *hw, u16 vf_number); member
H A Dif_sriov.c1629 if (hw->mbx.ops[i].check_for_msg(hw, i) == 0 || in ixgbe_handle_mbx()
1652 if (hw->mbx.ops[vf->pool].check_for_msg(hw, in ixgbe_handle_mbx()