Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/huawei/hinic/
Dhinic_dev.h46 unsigned int tx_weight; member
Dhinic_main.c46 static unsigned int tx_weight = 64; variable
47 module_param(tx_weight, uint, 0644);
48 MODULE_PARM_DESC(tx_weight, "Number Tx packets for NAPI budget (default=64)");
913 nic_dev->tx_weight = tx_weight; in nic_dev_init()
Dhinic_tx.c419 tx_napi_add(txq, nic_dev->tx_weight); in tx_request_irq()
/Linux-v4.19/drivers/net/ethernet/ti/
Ddavinci_cpdma.c733 int rx_weight = 0, tx_weight = 0; in cpdma_chan_split_pool() local
753 tx_weight += chan->weight; in cpdma_chan_split_pool()
757 if (rx_weight > 100 || tx_weight > 100) in cpdma_chan_split_pool()
764 tx_per_ch_desc = tx_desc_num - (tx_weight * tx_desc_num) / 100; in cpdma_chan_split_pool()
/Linux-v4.19/drivers/net/ethernet/cortina/
Dgemini.h681 unsigned int tx_weight:5; member
Dgemini.c482 .tx_weight = 1, in gmac_init()