Home
last modified time | relevance | path

Searched refs:disable_sec_rx_path (Results 1 – 8 of 8) sorted by relevance

/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_type.h455 s32 (*disable_sec_rx_path)(struct txgbe_hw *hw); member
H A Dtxgbe_dummy.h566 hw->mac.disable_sec_rx_path = txgbe_mac_disable_sec_rx_path_dummy; in txgbe_init_ops_dummy()
H A Dtxgbe_hw.c2808 mac->disable_sec_rx_path = txgbe_disable_sec_rx_path; in txgbe_init_ops_pf()
3699 hw->mac.disable_sec_rx_path(hw); in txgbe_enable_rx_dma_raptor()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_x540.c74 mac->ops.disable_sec_rx_path = ixgbe_disable_sec_rx_path_generic; in ixgbe_init_ops_X540()
H A Dixgbe_82599.c310 mac->ops.disable_sec_rx_path = ixgbe_disable_sec_rx_path_generic; in ixgbe_init_ops_82599()
2251 hw->mac.ops.disable_sec_rx_path(hw); in ixgbe_enable_rx_dma_82599()
H A Dixgbe_api.c1605 return ixgbe_call_func(hw, hw->mac.ops.disable_sec_rx_path, in ixgbe_disable_sec_rx_path()
H A Dixgbe_type.h3940 s32 (*disable_sec_rx_path)(struct ixgbe_hw *); member
H A Dixgbe_x550.c604 mac->ops.disable_sec_rx_path = NULL; in ixgbe_init_ops_X550EM()