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

  /src/sys/dev/pci/ixgbe/
ixgbe_common.h 113 s32 ixgbe_disable_sec_rx_path_generic(struct ixgbe_hw *hw);
ixgbe_x540.c 110 mac->ops.disable_sec_rx_path = ixgbe_disable_sec_rx_path_generic;
ixgbe_82599.c 351 mac->ops.disable_sec_rx_path = ixgbe_disable_sec_rx_path_generic;
ixgbe_common.c 3376 * ixgbe_disable_sec_rx_path_generic - Stops the receive data path
3382 s32 ixgbe_disable_sec_rx_path_generic(struct ixgbe_hw *hw) function in typeref:typename:s32
3389 DEBUGFUNC("ixgbe_disable_sec_rx_path_generic");

Completed in 20 milliseconds