Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
Di40evf_virtchnl.c277 vqs.tx_queues = (1 << adapter->num_active_queues) - 1; in i40evf_enable_queues()
278 vqs.rx_queues = vqs.tx_queues; in i40evf_enable_queues()
302 vqs.tx_queues = (1 << adapter->num_active_queues) - 1; in i40evf_disable_queues()
303 vqs.rx_queues = vqs.tx_queues; in i40evf_disable_queues()
Di40e_virtchnl.h250 u32 tx_queues; member
/linux-4.1.27/drivers/net/ethernet/broadcom/genet/
Dbcmgenet.c60 (TOTAL_DESC - priv->hw_params->tx_queues * priv->hw_params->tx_bds_per_q)
1120 for (i = 0; i < priv->hw_params->tx_queues; i++) in bcmgenet_tx_reclaim_all()
1760 for (i = 0; i < priv->hw_params->tx_queues; ++i) in init_umac()
1886 for (i = 0; i < priv->hw_params->tx_queues; ++i) { in bcmgenet_init_tx_napi()
1900 for (i = 0; i < priv->hw_params->tx_queues; ++i) { in bcmgenet_enable_tx_napi()
1914 for (i = 0; i < priv->hw_params->tx_queues; ++i) { in bcmgenet_disable_tx_napi()
1928 for (i = 0; i < priv->hw_params->tx_queues; ++i) { in bcmgenet_fini_tx_napi()
1971 for (i = 0; i < priv->hw_params->tx_queues; i++) { in bcmgenet_init_tx_queues()
1983 priv->hw_params->tx_queues * in bcmgenet_init_tx_queues()
1989 ((GENET_Q0_PRIORITY + priv->hw_params->tx_queues) << in bcmgenet_init_tx_queues()
[all …]
Dbcmgenet.h517 u8 tx_queues; member
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl.h250 u32 tx_queues; member
Di40e_virtchnl_pf.c1394 if ((0 == vqs->rx_queues) && (0 == vqs->tx_queues)) { in i40e_vc_enable_queues_msg()
1433 if ((0 == vqs->rx_queues) && (0 == vqs->tx_queues)) { in i40e_vc_disable_queues_msg()
/linux-4.1.27/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.h639 const unsigned int tx_queues; member
1286 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,
Drt2500usb.c1915 .tx_queues = NUM_TX_QUEUES,
Drt2400pci.c1812 .tx_queues = NUM_TX_QUEUES,
Drt2500pci.c2111 .tx_queues = NUM_TX_QUEUES,
Drt73usb.c2400 .tx_queues = NUM_TX_QUEUES,
Drt61pci.c3066 .tx_queues = NUM_TX_QUEUES,
/linux-4.1.27/drivers/net/wireless/p54/
Dp54.h57 u8 tx_queues; member
/linux-4.1.27/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)");
4292 if (tx_queues < 1 || tx_queues > 255) { in bond_check_params()
4294 tx_queues, BOND_DEFAULT_TX_QUEUES); in bond_check_params()
4295 tx_queues = BOND_DEFAULT_TX_QUEUES; in bond_check_params()
4499 params->tx_queues = tx_queues; in bond_check_params()
4577 return tx_queues; in bond_get_num_tx_queues()
4596 bond_setup, tx_queues); in bond_create()
/linux-4.1.27/include/net/
Dbonding.h132 int tx_queues; member
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_main.c2251 u8 tx_queues, u8 rx_queues) in qlcnic_set_real_num_queues() argument
2256 if (tx_queues) { in qlcnic_set_real_num_queues()
2257 err = netif_set_real_num_tx_queues(netdev, tx_queues); in qlcnic_set_real_num_queues()
2260 tx_queues); in qlcnic_set_real_num_queues()
/linux-4.1.27/drivers/net/ethernet/freescale/
Dgianfar.c817 u32 tx_queues, rx_queues; in gfar_of_init() local
822 &tx_queues); in gfar_of_init()
823 num_tx_qs = ret ? 1 : tx_queues; in gfar_of_init()
/linux-4.1.27/Documentation/networking/
Dbonding.txt1562 tx_queues can be used to change this value. There is no sysfs parameter