Home
last modified time | relevance | path

Searched refs:tx_queues (Results 1 – 28 of 28) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/cavium/thunder/
Dnicvf_main.c382 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 …]
Dnicvf_ethtool.c625 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()
Dnic.h276 u8 tx_queues; member
493 int tx_queues, int rx_queues);
Dnicvf_queues.c793 nic->tx_queues = qs->sq_cnt; in nicvf_set_qset_resources()
/linux-4.4.14/drivers/net/ethernet/broadcom/genet/
Dbcmgenet.c60 (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 …]
Dbcmgenet.h516 u8 tx_queues; member
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
Di40evf_virtchnl.c298 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()
Di40e_virtchnl.h257 u32 tx_queues; member
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl.h257 u32 tx_queues; member
Di40e_virtchnl_pf.c1443 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/
Drt2800soc.c229 .tx_queues = NUM_TX_QUEUES,
Drt2x00queue.h510 &(__dev)->tx[(__dev)->ops->tx_queues]
Drt2x00queue.c1246 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()
Drt2x00.h641 const unsigned int tx_queues; member
1288 if (queue < rt2x00dev->ops->tx_queues && rt2x00dev->tx) in rt2x00queue_get_tx_queue()
Drt2800pci.c390 .tx_queues = NUM_TX_QUEUES,
Drt2x00dev.c1047 rt2x00dev->hw->queues = rt2x00dev->ops->tx_queues; in rt2x00lib_probe_hw()
1081 roundup_pow_of_two(rt2x00dev->ops->tx_queues * in rt2x00lib_probe_hw()
Drt2800usb.c955 .tx_queues = NUM_TX_QUEUES,
Drt2400pci.c1810 .tx_queues = NUM_TX_QUEUES,
Drt2500usb.c1912 .tx_queues = NUM_TX_QUEUES,
Drt2500pci.c2109 .tx_queues = NUM_TX_QUEUES,
Drt73usb.c2397 .tx_queues = NUM_TX_QUEUES,
Drt61pci.c3063 .tx_queues = NUM_TX_QUEUES,
/linux-4.4.14/drivers/net/wireless/p54/
Dp54.h57 u8 tx_queues; member
/linux-4.4.14/drivers/net/bonding/
Dbond_main.c92 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/
Dbonding.h132 int tx_queues; member
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_main.c2261 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/
Dgianfar.c776 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/
Dbonding.txt1599 tx_queues can be used to change this value. There is no sysfs parameter