Home
last modified time | relevance | path

Searched refs:tx_weight (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/huawei/hinic/
Dhinic_dev.h80 unsigned int tx_weight; member
Dhinic_main.c41 static unsigned int tx_weight = 64; variable
42 module_param(tx_weight, uint, 0644);
43 MODULE_PARM_DESC(tx_weight, "Number Tx packets for NAPI budget (default=64)");
1199 nic_dev->tx_weight = tx_weight; in nic_dev_init()
Dhinic_tx.c811 nic_dev->tx_weight); in tx_request_irq()
/linux-6.1.9/drivers/net/ethernet/ti/
Ddavinci_cpdma.c729 int rx_weight = 0, tx_weight = 0; in cpdma_chan_split_pool() local
749 tx_weight += chan->weight; in cpdma_chan_split_pool()
753 if (rx_weight > 100 || tx_weight > 100) in cpdma_chan_split_pool()
760 tx_per_ch_desc = tx_desc_num - (tx_weight * tx_desc_num) / 100; in cpdma_chan_split_pool()
/linux-6.1.9/drivers/net/ethernet/cortina/
Dgemini.h681 unsigned int tx_weight:5; member
Dgemini.c484 .tx_weight = 1, in gmac_init()