Home
last modified time | relevance | path

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

/freebsd/sys/dev/e1000/
H A De1000_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()
H A De1000_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()
H A De1000_vf.h236 s32 (*check_for_rst)(struct e1000_hw *, u16); member
H A De1000_hw.h947 s32 (*check_for_rst)(struct e1000_hw *, u16); member
/freebsd/sys/dev/ixgbe/
H A Dixgbe_mbx.c196 if (mbx->ops[mbx_id].check_for_rst) in ixgbe_check_for_rst()
197 ret_val = mbx->ops[mbx_id].check_for_rst(hw, mbx_id); in ixgbe_check_for_rst()
680 mbx->ops[0].check_for_rst = ixgbe_check_for_rst_vf; in ixgbe_init_mbx_params_vf()
711 mbx->ops[0].check_for_rst = ixgbe_check_for_rst_vf; in ixgbe_upgrade_mbx_params_vf()
1116 mbx->ops[vf_id].check_for_rst = ixgbe_check_for_rst_pf; in ixgbe_init_mbx_params_pf_id()
1192 mbx->ops[vf_id].check_for_rst = ixgbe_check_for_rst_pf; in ixgbe_upgrade_mbx_params_pf()
H A Dixgbe_mbx.h47 s32 (*check_for_rst)(struct ixgbe_hw *hw, u16 vf_number); member
H A Dixgbe_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()
H A Dif_sriov.c659 if (hw->mbx.ops[vf->pool].check_for_rst(hw, vf->pool) == 0) in ixgbe_handle_mbx()