Searched refs:check_for_rst (Results 1 – 7 of 7) sorted by relevance
168 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()542 mbx->ops.check_for_rst = e1000_check_for_rst_vf; in e1000_init_mbx_params_vf()760 mbx->ops.check_for_rst = e1000_check_for_rst_pf; in e1000_init_mbx_params_pf()
273 while (!mbx->ops.check_for_rst(hw, 0) && timeout) { in e1000_reset_hw_vf()547 if (!mbx->ops.check_for_rst(hw, 0) || !mbx->timeout) in e1000_check_for_link_vf()
236 s32 (*check_for_rst)(struct e1000_hw *, u16); member
887 s32 (*check_for_rst)(struct e1000_hw *, u16); member
143 if (mbx->ops.check_for_rst) in ixgbe_check_for_rst()144 ret_val = mbx->ops.check_for_rst(hw, mbx_id); in ixgbe_check_for_rst()509 mbx->ops.check_for_rst = ixgbe_check_for_rst_vf; in ixgbe_init_mbx_params_vf()744 mbx->ops.check_for_rst = ixgbe_check_for_rst_pf; in ixgbe_init_mbx_params_pf()
155 while (!mbx->ops.check_for_rst(hw, 0) && timeout) { in ixgbe_reset_hw_vf()504 if (!mbx->ops.check_for_rst(hw, 0) || !mbx->timeout) in ixgbe_check_mac_link_vf()
3210 s32 (*check_for_rst)(struct ixgbe_hw *, u16); member