Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/huawei/hinic/
A Dhinic_dev.h80 unsigned int tx_weight; member
A 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)");
1228 nic_dev->tx_weight = tx_weight; in nic_dev_init()
A Dhinic_tx.c811 netif_napi_add(txq->netdev, &txq->napi, free_tx_poll, nic_dev->tx_weight); in tx_request_irq()
/linux/drivers/net/ethernet/ti/
A 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/drivers/net/ethernet/cortina/
A Dgemini.h681 unsigned int tx_weight:5; member
A Dgemini.c482 .tx_weight = 1, in gmac_init()

Completed in 24 milliseconds