Home
last modified time | relevance | path

Searched refs:netif_enable_cpu_rmap (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/intel/ice/
H A Dice_arfs.c641 return netif_enable_cpu_rmap(netdev, vsi->num_q_vectors); in ice_set_cpu_rx_rmap()
/linux/net/core/
H A Ddev.c7138 int netif_enable_cpu_rmap(struct net_device *dev, unsigned int num_irqs) in netif_enable_cpu_rmap() function
7150 EXPORT_SYMBOL(netif_enable_cpu_rmap);
7170 int netif_enable_cpu_rmap(struct net_device *dev, unsigned int num_irqs) in netif_enable_cpu_rmap() function
7174 EXPORT_SYMBOL(netif_enable_cpu_rmap);
/linux/Documentation/networking/
H A Dscaling.rst438 management to the Kernel by calling netif_enable_cpu_rmap(). For each CPU,
/linux/include/linux/
H A Dnetdevice.h2908 int netif_enable_cpu_rmap(struct net_device *dev, unsigned int num_irqs);
/linux/drivers/net/ethernet/amazon/ena/
H A Dena_netdev.c1576 if (netif_enable_cpu_rmap(adapter->netdev, adapter->num_io_queues)) in ena_enable_msix()