Home
last modified time | relevance | path

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

/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
/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.c100 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
/dpdk/drivers/net/ngbe/base/
H A Dngbe_mbx.c106 if (mbx->check_for_rst) in ngbe_check_for_rst()
107 ret_val = mbx->check_for_rst(hw, mbx_id); in ngbe_check_for_rst()
H A Dngbe_dummy.h345 hw->mbx.check_for_rst = ngbe_mbx_check_for_rst_dummy; in ngbe_init_ops_dummy()
H A Dngbe_type.h388 s32 (*check_for_rst)(struct ngbe_hw *hw, u16 mbx_id); member
H A Dngbe_hw.c1951 mbx->check_for_rst = ngbe_check_for_rst_pf; in ngbe_init_ops_pf()
/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_vf.c52 mbx->check_for_rst = txgbe_check_for_rst_vf; in txgbe_init_ops_vf()
130 while (!mbx->check_for_rst(hw, 0) && timeout) { in txgbe_reset_hw_vf()
476 if (!mbx->check_for_rst(hw, 0) || !mbx->timeout) in txgbe_check_mac_link_vf()
H A Dtxgbe_mbx.c106 if (mbx->check_for_rst) in txgbe_check_for_rst()
107 ret_val = mbx->check_for_rst(hw, mbx_id); in txgbe_check_for_rst()
H A Dtxgbe_dummy.h659 hw->mbx.check_for_rst = txgbe_mbx_check_for_rst_dummy; in txgbe_init_ops_dummy()
H A Dtxgbe_type.h739 s32 (*check_for_rst)(struct txgbe_hw *hw, u16 mbx_id); member
H A Dtxgbe_hw.c2711 mbx->check_for_rst = txgbe_check_for_rst_pf; in txgbe_init_ops_pf()
/dpdk/drivers/net/ixgbe/
H A Dixgbe_ethdev.c4040 if (!mbx->ops.check_for_rst(hw, 0) || !mbx->timeout) in ixgbevf_check_link()