tx_weight 481 drivers/net/ethernet/cortina/gemini.c .tx_weight = 1, tx_weight 681 drivers/net/ethernet/cortina/gemini.h unsigned int tx_weight:5; tx_weight 55 drivers/net/ethernet/huawei/hinic/hinic_dev.h unsigned int tx_weight; tx_weight 37 drivers/net/ethernet/huawei/hinic/hinic_main.c static unsigned int tx_weight = 64; tx_weight 38 drivers/net/ethernet/huawei/hinic/hinic_main.c module_param(tx_weight, uint, 0644); tx_weight 39 drivers/net/ethernet/huawei/hinic/hinic_main.c MODULE_PARM_DESC(tx_weight, "Number Tx packets for NAPI budget (default=64)"); tx_weight 970 drivers/net/ethernet/huawei/hinic/hinic_main.c nic_dev->tx_weight = tx_weight; tx_weight 724 drivers/net/ethernet/huawei/hinic/hinic_tx.c tx_napi_add(txq, nic_dev->tx_weight); tx_weight 729 drivers/net/ethernet/ti/davinci_cpdma.c int rx_weight = 0, tx_weight = 0; tx_weight 749 drivers/net/ethernet/ti/davinci_cpdma.c tx_weight += chan->weight; tx_weight 753 drivers/net/ethernet/ti/davinci_cpdma.c if (rx_weight > 100 || tx_weight > 100) tx_weight 760 drivers/net/ethernet/ti/davinci_cpdma.c tx_per_ch_desc = tx_desc_num - (tx_weight * tx_desc_num) / 100;