Searched refs:tx_weight (Results 1 – 6 of 6) sorted by relevance
80 unsigned int tx_weight; member
41 static unsigned int tx_weight = 64; variable42 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()
811 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
484 .tx_weight = 1, in gmac_init()