Home
last modified time | relevance | path

Searched refs:max_queues (Results 1 – 15 of 15) sorted by relevance

/linux-4.4.14/arch/mips/cavium-octeon/executive/
Dcvmx-pko.c215 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/
Dfm10k_vf.c54 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()
Dfm10k_ethtool.c208 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()
Dfm10k_common.c255 return fm10k_disable_queues_generic(hw, hw->mac.max_queues); in fm10k_stop_hw_generic()
Dfm10k_pf.c185 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()
Dfm10k_type.h557 u16 max_queues; member
Dfm10k_main.c1489 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()
Dfm10k_pci.c393 for (i = 0; i < hw->mac.max_queues; i++) { in fm10k_update_stats()
/linux-4.4.14/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_common.h197 #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/
Dnicvf_ethtool.c621 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()
Dnic.h277 u8 max_queues; member
Dnicvf_main.c1512 nic->max_queues = qcount; in nicvf_probe()
/linux-4.4.14/drivers/net/
Dxen-netfront.c61 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/
Dixgbe_ethtool.c2934 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/
Dnetback.c71 module_param_named(max_queues, xenvif_max_queues, uint, 0644);
72 MODULE_PARM_DESC(max_queues,