Home
last modified time | relevance | path

Searched refs:check_for_rst (Results 1 – 8 of 8) sorted by relevance

/freebsd-14-stable/sys/dev/e1000/
HDe1000_mbx.c172 if (mbx->ops.check_for_rst) in e1000_check_for_rst()
173 ret_val = mbx->ops.check_for_rst(hw, mbx_id); in e1000_check_for_rst()
314 mbx->ops.check_for_rst = e1000_null_mbx_check_for_flag; in e1000_init_mbx_ops_generic()
552 mbx->ops.check_for_rst = e1000_check_for_rst_vf; in e1000_init_mbx_params_vf()
778 mbx->ops.check_for_rst = e1000_check_for_rst_pf; in e1000_init_mbx_params_pf()
HDe1000_vf.c273 while (!mbx->ops.check_for_rst(hw, 0) && timeout) { in e1000_reset_hw_vf()
550 if (!mbx->ops.check_for_rst(hw, 0) || !mbx->timeout) in e1000_check_for_link_vf()
HDe1000_vf.h236 s32 (*check_for_rst)(struct e1000_hw *, u16); member
HDe1000_hw.h947 s32 (*check_for_rst)(struct e1000_hw *, u16); member
/freebsd-14-stable/sys/dev/ixgbe/
HDixgbe_mbx.c199 if (mbx->ops[mbx_id].check_for_rst) in ixgbe_check_for_rst()
200 ret_val = mbx->ops[mbx_id].check_for_rst(hw, mbx_id); in ixgbe_check_for_rst()
683 mbx->ops[0].check_for_rst = ixgbe_check_for_rst_vf; in ixgbe_init_mbx_params_vf()
714 mbx->ops[0].check_for_rst = ixgbe_check_for_rst_vf; in ixgbe_upgrade_mbx_params_vf()
1126 mbx->ops[vf_id].check_for_rst = ixgbe_check_for_rst_pf; in ixgbe_init_mbx_params_pf_id()
1202 mbx->ops[vf_id].check_for_rst = ixgbe_check_for_rst_pf; in ixgbe_upgrade_mbx_params_pf()
HDixgbe_mbx.h47 s32 (*check_for_rst)(struct ixgbe_hw *hw, u16 vf_number); member
HDixgbe_vf.c201 while (!mbx->ops[0].check_for_rst(hw, 0) && timeout) { in ixgbe_reset_hw_vf()
620 if (!mbx->ops[0].check_for_rst(hw, 0) || !mbx->timeout) in ixgbe_check_mac_link_vf()
HDif_sriov.c657 if (hw->mbx.ops[vf->pool].check_for_rst(hw, in ixgbe_handle_mbx()