Searched refs:tx_weight (Results 1 – 6 of 6) sorted by relevance
55 unsigned int tx_weight; member
37 static unsigned int tx_weight = 64; variable38 module_param(tx_weight, uint, 0644);39 MODULE_PARM_DESC(tx_weight, "Number Tx packets for NAPI budget (default=64)");981 nic_dev->tx_weight = tx_weight; in nic_dev_init()
722 tx_napi_add(txq, nic_dev->tx_weight); in tx_request_irq()
729 int rx_weight = 0, tx_weight = 0; in cpdma_chan_split_pool() local749 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()
681 unsigned int tx_weight:5; member
481 .tx_weight = 1, in gmac_init()