/linux-4.4.14/drivers/net/ethernet/cavium/thunder/ |
D | nicvf_main.c | 382 int rx_queues = 0, tx_queues = 0; in nicvf_request_sqs() local 403 if (nic->tx_queues > MAX_SND_QUEUES_PER_QS) in nicvf_request_sqs() 404 tx_queues = nic->tx_queues - MAX_SND_QUEUES_PER_QS; in nicvf_request_sqs() 422 if (tx_queues > MAX_SND_QUEUES_PER_QS) { in nicvf_request_sqs() 424 tx_queues -= MAX_SND_QUEUES_PER_QS; in nicvf_request_sqs() 426 nic->snicvf[sqs]->qs->sq_cnt = tx_queues; in nicvf_request_sqs() 427 tx_queues = 0; in nicvf_request_sqs() 440 nic->tx_queues, nic->rx_queues); in nicvf_request_sqs() 466 int tx_queues, int rx_queues) in nicvf_set_real_num_queues() argument 470 err = netif_set_real_num_tx_queues(netdev, tx_queues); in nicvf_set_real_num_queues() [all …]
|
D | nicvf_ethtool.c | 625 channel->tx_count = nic->tx_queues; in nicvf_get_channels() 661 nic->tx_queues = channel->tx_count; in nicvf_set_channels() 662 err = nicvf_set_real_num_queues(dev, nic->tx_queues, nic->rx_queues); in nicvf_set_channels() 670 nic->tx_queues, nic->rx_queues); in nicvf_set_channels()
|
D | nic.h | 276 u8 tx_queues; member 493 int tx_queues, int rx_queues);
|
D | nicvf_queues.c | 793 nic->tx_queues = qs->sq_cnt; in nicvf_set_qset_resources()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/genet/ |
D | bcmgenet.c | 60 (TOTAL_DESC - priv->hw_params->tx_queues * priv->hw_params->tx_bds_per_q) 617 for (i = 0; i < priv->hw_params->tx_queues; i++) in bcmgenet_set_coalesce() 1269 for (i = 0; i < priv->hw_params->tx_queues; i++) in bcmgenet_tx_reclaim_all() 1916 for (i = 0; i < priv->hw_params->tx_queues; ++i) in init_umac() 2042 for (i = 0; i < priv->hw_params->tx_queues; ++i) { in bcmgenet_init_tx_napi() 2056 for (i = 0; i < priv->hw_params->tx_queues; ++i) { in bcmgenet_enable_tx_napi() 2070 for (i = 0; i < priv->hw_params->tx_queues; ++i) { in bcmgenet_disable_tx_napi() 2084 for (i = 0; i < priv->hw_params->tx_queues; ++i) { in bcmgenet_fini_tx_napi() 2127 for (i = 0; i < priv->hw_params->tx_queues; i++) { in bcmgenet_init_tx_queues() 2139 priv->hw_params->tx_queues * in bcmgenet_init_tx_queues() [all …]
|
D | bcmgenet.h | 516 u8 tx_queues; member
|
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/ |
D | i40evf_virtchnl.c | 298 vqs.tx_queues = BIT(adapter->num_active_queues) - 1; in i40evf_enable_queues() 299 vqs.rx_queues = vqs.tx_queues; in i40evf_enable_queues() 323 vqs.tx_queues = BIT(adapter->num_active_queues) - 1; in i40evf_disable_queues() 324 vqs.rx_queues = vqs.tx_queues; in i40evf_disable_queues()
|
D | i40e_virtchnl.h | 257 u32 tx_queues; member
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_virtchnl.h | 257 u32 tx_queues; member
|
D | i40e_virtchnl_pf.c | 1443 if ((0 == vqs->rx_queues) && (0 == vqs->tx_queues)) { in i40e_vc_enable_queues_msg() 1482 if ((0 == vqs->rx_queues) && (0 == vqs->tx_queues)) { in i40e_vc_disable_queues_msg()
|
/linux-4.4.14/drivers/net/wireless/rt2x00/ |
D | rt2800soc.c | 229 .tx_queues = NUM_TX_QUEUES,
|
D | rt2x00queue.h | 510 &(__dev)->tx[(__dev)->ops->tx_queues]
|
D | rt2x00queue.c | 1246 rt2x00dev->data_queues = 2 + rt2x00dev->ops->tx_queues + req_atim; in rt2x00queue_allocate() 1259 rt2x00dev->bcn = &queue[1 + rt2x00dev->ops->tx_queues]; in rt2x00queue_allocate() 1260 rt2x00dev->atim = req_atim ? &queue[2 + rt2x00dev->ops->tx_queues] : NULL; in rt2x00queue_allocate()
|
D | rt2x00.h | 641 const unsigned int tx_queues; member 1288 if (queue < rt2x00dev->ops->tx_queues && rt2x00dev->tx) in rt2x00queue_get_tx_queue()
|
D | rt2800pci.c | 390 .tx_queues = NUM_TX_QUEUES,
|
D | rt2x00dev.c | 1047 rt2x00dev->hw->queues = rt2x00dev->ops->tx_queues; in rt2x00lib_probe_hw() 1081 roundup_pow_of_two(rt2x00dev->ops->tx_queues * in rt2x00lib_probe_hw()
|
D | rt2800usb.c | 955 .tx_queues = NUM_TX_QUEUES,
|
D | rt2400pci.c | 1810 .tx_queues = NUM_TX_QUEUES,
|
D | rt2500usb.c | 1912 .tx_queues = NUM_TX_QUEUES,
|
D | rt2500pci.c | 2109 .tx_queues = NUM_TX_QUEUES,
|
D | rt73usb.c | 2397 .tx_queues = NUM_TX_QUEUES,
|
D | rt61pci.c | 3063 .tx_queues = NUM_TX_QUEUES,
|
/linux-4.4.14/drivers/net/wireless/p54/ |
D | p54.h | 57 u8 tx_queues; member
|
/linux-4.4.14/drivers/net/bonding/ |
D | bond_main.c | 92 static int tx_queues = BOND_DEFAULT_TX_QUEUES; variable 118 module_param(tx_queues, int, 0); 119 MODULE_PARM_DESC(tx_queues, "Max number of transmit queues (default = 16)"); 4314 if (tx_queues < 1 || tx_queues > 255) { in bond_check_params() 4316 tx_queues, BOND_DEFAULT_TX_QUEUES); in bond_check_params() 4317 tx_queues = BOND_DEFAULT_TX_QUEUES; in bond_check_params() 4539 params->tx_queues = tx_queues; in bond_check_params() 4620 return tx_queues; in bond_get_num_tx_queues() 4639 bond_setup, tx_queues); in bond_create()
|
/linux-4.4.14/include/net/ |
D | bonding.h | 132 int tx_queues; member
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_main.c | 2261 u8 tx_queues, u8 rx_queues) in qlcnic_set_real_num_queues() argument 2266 if (tx_queues) { in qlcnic_set_real_num_queues() 2267 err = netif_set_real_num_tx_queues(netdev, tx_queues); in qlcnic_set_real_num_queues() 2270 tx_queues); in qlcnic_set_real_num_queues()
|
/linux-4.4.14/drivers/net/ethernet/freescale/ |
D | gianfar.c | 776 u32 tx_queues, rx_queues; in gfar_of_init() local 781 &tx_queues); in gfar_of_init() 782 num_tx_qs = ret ? 1 : tx_queues; in gfar_of_init()
|
/linux-4.4.14/Documentation/networking/ |
D | bonding.txt | 1599 tx_queues can be used to change this value. There is no sysfs parameter
|