Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_mbx.c144 if (mbx->ops.check_for_rst) in e1000_check_for_rst()
145 ret_val = mbx->ops.check_for_rst(hw, mbx_id); in e1000_check_for_rst()
286 mbx->ops.check_for_rst = e1000_null_mbx_check_for_flag; in e1000_init_mbx_ops_generic()
529 mbx->ops.check_for_rst = e1000_check_for_rst_vf; in e1000_init_mbx_params_vf()
755 mbx->ops.check_for_rst = e1000_check_for_rst_pf; in e1000_init_mbx_params_pf()
H A De1000_vf.c246 while (!mbx->ops.check_for_rst(hw, 0) && timeout) { in e1000_reset_hw_vf()
524 if (!mbx->ops.check_for_rst(hw, 0) || !mbx->timeout) in e1000_check_for_link_vf()
H A De1000_vf.h206 s32 (*check_for_rst)(struct e1000_hw *, u16); member
H A De1000_hw.h880 s32 (*check_for_rst)(struct e1000_hw *, u16); member
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_mbx.c114 if (mbx->ops.check_for_rst) in ixgbe_check_for_rst()
115 ret_val = mbx->ops.check_for_rst(hw, mbx_id); in ixgbe_check_for_rst()
488 mbx->ops.check_for_rst = ixgbe_check_for_rst_vf; in ixgbe_init_mbx_params_vf()
733 mbx->ops.check_for_rst = ixgbe_check_for_rst_pf; in ixgbe_init_mbx_params_pf()
H A Dixgbe_hv_vf.c99 if (!mbx->ops.check_for_rst(hw, 0) || !mbx->timeout) in ixgbevf_hv_check_mac_link_vf()
H A Dixgbe_vf.c168 while (!mbx->ops.check_for_rst(hw, 0) && timeout) { in ixgbe_reset_hw_vf()
559 if (!mbx->ops.check_for_rst(hw, 0) || !mbx->timeout) in ixgbe_check_mac_link_vf()
H A Dixgbe_type.h4149 s32 (*check_for_rst)(struct ixgbe_hw *, u16); member
/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_mbx.c115 if (mbx->check_for_rst) in txgbe_check_for_rst()
116 ret_val = mbx->check_for_rst(hw, mbx_id); in txgbe_check_for_rst()
H A Dtxgbe_type.h636 s32 (*check_for_rst)(struct txgbe_hw *hw, u16 mbx_id); member
H A Dtxgbe_dummy.h653 hw->mbx.check_for_rst = txgbe_mbx_check_for_rst_dummy; in txgbe_init_ops_dummy()
H A Dtxgbe_hw.c2857 mbx->check_for_rst = txgbe_check_for_rst_pf; in txgbe_init_ops_pf()
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_ethdev.c4012 if (!mbx->ops.check_for_rst(hw, 0) || !mbx->timeout) in ixgbevf_check_link()