Home
last modified time | relevance | path

Searched refs:enable_sec_rx_path (Results 1 – 11 of 11) sorted by relevance

/dpdk/drivers/net/ngbe/base/
H A Dngbe_dummy.h302 hw->mac.enable_sec_rx_path = ngbe_mac_enable_sec_rx_path_dummy; in ngbe_init_ops_dummy()
H A Dngbe_type.h272 s32 (*enable_sec_rx_path)(struct ngbe_hw *hw); member
H A Dngbe_hw.c1803 hw->mac.enable_sec_rx_path(hw); in ngbe_enable_rx_dma()
1911 mac->enable_sec_rx_path = ngbe_enable_sec_rx_path; in ngbe_init_ops_pf()
/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_dummy.h572 hw->mac.enable_sec_rx_path = txgbe_mac_enable_sec_rx_path_dummy; in txgbe_init_ops_dummy()
H A Dtxgbe_type.h527 s32 (*enable_sec_rx_path)(struct txgbe_hw *hw); member
H A Dtxgbe_hw.c2663 mac->enable_sec_rx_path = txgbe_enable_sec_rx_path; in txgbe_init_ops_pf()
3626 hw->mac.enable_sec_rx_path(hw); in txgbe_enable_rx_dma_raptor()
/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_x540.c75 mac->ops.enable_sec_rx_path = ixgbe_enable_sec_rx_path_generic; in ixgbe_init_ops_X540()
H A Dixgbe_82599.c311 mac->ops.enable_sec_rx_path = ixgbe_enable_sec_rx_path_generic; in ixgbe_init_ops_82599()
2258 hw->mac.ops.enable_sec_rx_path(hw); in ixgbe_enable_rx_dma_82599()
H A Dixgbe_api.c1617 return ixgbe_call_func(hw, hw->mac.ops.enable_sec_rx_path, in ixgbe_enable_sec_rx_path()
H A Dixgbe_type.h3941 s32 (*enable_sec_rx_path)(struct ixgbe_hw *); member
H A Dixgbe_x550.c605 mac->ops.enable_sec_rx_path = NULL; in ixgbe_init_ops_X550EM()