Searched refs:max_queues (Results 1 – 15 of 15) sorted by relevance
/linux-4.4.14/arch/mips/cavium-octeon/executive/ |
D | cvmx-pko.c | 215 int max_queues = in cvmx_pko_initialize_global() local 219 if (max_queues <= 32) in cvmx_pko_initialize_global() 221 else if (max_queues <= 64) in cvmx_pko_initialize_global() 224 if (max_queues <= 64) in cvmx_pko_initialize_global() 226 else if (max_queues <= 128) in cvmx_pko_initialize_global()
|
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_vf.c | 54 for (i = 0; i < hw->mac.max_queues; i++) { in fm10k_stop_hw_vf() 125 hw->mac.max_queues = i; in fm10k_init_hw_vf() 442 fm10k_update_hw_stats_q(hw, stats->q, 0, hw->mac.max_queues); in fm10k_update_hw_stats_vf() 456 fm10k_unbind_hw_stats_q(stats->q, 0, hw->mac.max_queues); in fm10k_rebind_hw_stats_vf()
|
D | fm10k_ethtool.c | 208 for (i = 0; i < interface->hw.mac.max_queues; i++) { in fm10k_get_stat_strings() 251 stats_len += FM10K_QUEUE_STATS_LEN(hw->mac.max_queues); in fm10k_get_sset_count() 339 for (i = 0; i < interface->hw.mac.max_queues; i++) { in fm10k_get_ethtool_stats() 473 if (i < hw->mac.max_queues) in fm10k_get_regs() 1139 unsigned int max_combined = interface->hw.mac.max_queues; in fm10k_max_channels()
|
D | fm10k_common.c | 255 return fm10k_disable_queues_generic(hw, hw->mac.max_queues); in fm10k_stop_hw_generic()
|
D | fm10k_pf.c | 185 hw->mac.max_queues = FM10K_MAX_QUEUES_PF; in fm10k_init_hw_pf() 1474 fm10k_update_hw_stats_q(hw, stats->q, 0, hw->mac.max_queues); in fm10k_update_hw_stats_pf() 1499 fm10k_unbind_hw_stats_q(stats->q, 0, hw->mac.max_queues); in fm10k_rebind_hw_stats_pf()
|
D | fm10k_type.h | 557 u16 max_queues; member
|
D | fm10k_main.c | 1489 rss_i = interface->hw.mac.max_queues / pcs; in fm10k_set_qos_queues() 1522 rss_i = min_t(u16, interface->hw.mac.max_queues, f->limit); in fm10k_set_rss_queues()
|
D | fm10k_pci.c | 393 for (i = 0; i < hw->mac.max_queues; i++) { in fm10k_update_stats()
|
/linux-4.4.14/drivers/net/ethernet/samsung/sxgbe/ |
D | sxgbe_common.h | 197 #define SXGBE_FOR_EACH_QUEUE(max_queues, queue_num) \ argument 198 for (queue_num = 0; queue_num < max_queues; queue_num++)
|
/linux-4.4.14/drivers/net/ethernet/cavium/thunder/ |
D | nicvf_ethtool.c | 621 channel->max_rx = nic->max_queues; in nicvf_get_channels() 622 channel->max_tx = nic->max_queues; in nicvf_get_channels() 639 if (channel->rx_count > nic->max_queues) in nicvf_set_channels() 641 if (channel->tx_count > nic->max_queues) in nicvf_set_channels()
|
D | nic.h | 277 u8 max_queues; member
|
D | nicvf_main.c | 1512 nic->max_queues = qcount; in nicvf_probe()
|
/linux-4.4.14/drivers/net/ |
D | xen-netfront.c | 61 module_param_named(max_queues, xennet_max_queues, uint, 0644); 62 MODULE_PARM_DESC(max_queues, 1811 unsigned int max_queues = 0; in talk_to_netback() local 1819 "multi-queue-max-queues", "%u", &max_queues); in talk_to_netback() 1821 max_queues = 1; in talk_to_netback() 1822 num_queues = min(max_queues, xennet_max_queues); in talk_to_netback()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ethtool.c | 2934 int max_queues = min_t(int, adapter->num_rx_queues, in ixgbe_set_rxfh() local 2939 (max_queues < 2)) in ixgbe_set_rxfh() 2940 max_queues = 2; in ixgbe_set_rxfh() 2944 if (indir[i] >= max_queues) in ixgbe_set_rxfh()
|
/linux-4.4.14/drivers/net/xen-netback/ |
D | netback.c | 71 module_param_named(max_queues, xenvif_max_queues, uint, 0644); 72 MODULE_PARM_DESC(max_queues,
|