HomeSort by: relevance | last modified time | path
    Searched refs:ixgbe_enable_sec_rx_path_generic (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_common.h 114 s32 ixgbe_enable_sec_rx_path_generic(struct ixgbe_hw *hw);
ixgbe_x540.c 111 mac->ops.enable_sec_rx_path = ixgbe_enable_sec_rx_path_generic;
ixgbe_82599.c 352 mac->ops.enable_sec_rx_path = ixgbe_enable_sec_rx_path_generic;
ixgbe_common.c 3444 * ixgbe_enable_sec_rx_path_generic - Enables the receive data path
3449 s32 ixgbe_enable_sec_rx_path_generic(struct ixgbe_hw *hw) function in typeref:typename:s32
3453 DEBUGFUNC("ixgbe_enable_sec_rx_path_generic");

Completed in 17 milliseconds