Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_mbx.c168 if (mbx->ops.check_for_rst) in e1000_check_for_rst()
169 ret_val = mbx->ops.check_for_rst(hw, mbx_id); in e1000_check_for_rst()
310 mbx->ops.check_for_rst = e1000_null_mbx_check_for_flag; in e1000_init_mbx_ops_generic()
548 mbx->ops.check_for_rst = e1000_check_for_rst_vf; in e1000_init_mbx_params_vf()
774 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()
549 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.h974 s32 (*check_for_rst)(struct e1000_hw *, u16); member
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_mbx.c408 mbx->ops.check_for_rst = ixgbe_check_for_rst_vf; in ixgbe_init_mbx_params_vf()
653 mbx->ops.check_for_rst = ixgbe_check_for_rst_pf; in ixgbe_init_mbx_params_pf()
H A Dixgbe_vf.c202 while (!mbx->ops.check_for_rst(hw, 0) && timeout) { in ixgbe_reset_hw_vf()
593 if (!mbx->ops.check_for_rst(hw, 0) || !mbx->timeout) in ixgbe_check_mac_link_vf()
H A Dixgbe_type.h4128 s32 (*check_for_rst)(struct ixgbe_hw *, u16); member