Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/ixgbe/
Dixgbe_mbx.c93 if (!mbx->ops[mbx_id].read || !mbx->ops[mbx_id].check_for_msg || in ixgbe_poll_mbx()
163 if (mbx->ops[mbx_id].check_for_msg) in ixgbe_check_for_msg()
164 ret_val = mbx->ops[mbx_id].check_for_msg(hw, mbx_id); in ixgbe_check_for_msg()
243 if (!countdown || !mbx->ops[mbx_id].check_for_msg) in ixgbe_poll_for_msg()
246 while (countdown && mbx->ops[mbx_id].check_for_msg(hw, mbx_id)) { in ixgbe_poll_for_msg()
690 mbx->ops[0].check_for_msg = ixgbe_check_for_msg_vf; in ixgbe_init_mbx_params_vf()
721 mbx->ops[0].check_for_msg = ixgbe_check_for_msg_vf; in ixgbe_upgrade_mbx_params_vf()
1119 mbx->ops[vf_id].check_for_msg = ixgbe_check_for_msg_pf; in ixgbe_init_mbx_params_pf_id()
1195 mbx->ops[vf_id].check_for_msg = ixgbe_check_for_msg_pf; in ixgbe_upgrade_mbx_params_pf()
Dixgbe_mbx.h48 s32 (*check_for_msg)(struct ixgbe_hw *hw, u16 vf_number); member
Dif_sriov.c665 if (hw->mbx.ops[vf->pool].check_for_msg(hw, vf->pool) == 0) in ixgbe_handle_mbx()