Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/huawei/hinic/
A Dhinic_rx.c209 if (free_wqebbs > nic_dev->rx_weight) in rx_alloc_pkts()
210 free_wqebbs = nic_dev->rx_weight; in rx_alloc_pkts()
484 netif_napi_add(rxq->netdev, &rxq->napi, rx_poll, nic_dev->rx_weight); in rx_add_napi()
A Dhinic_dev.h81 unsigned int rx_weight; member
A Dhinic_main.c45 static unsigned int rx_weight = 64; variable
46 module_param(rx_weight, uint, 0644);
47 MODULE_PARM_DESC(rx_weight, "Number Rx packets for NAPI budget (default=64)");
1229 nic_dev->rx_weight = rx_weight; in nic_dev_init()
/linux/drivers/net/ethernet/ti/
A Ddavinci_cpdma.c729 int rx_weight = 0, tx_weight = 0; in cpdma_chan_split_pool() local
745 rx_weight += chan->weight; in cpdma_chan_split_pool()
753 if (rx_weight > 100 || tx_weight > 100) in cpdma_chan_split_pool()
764 rx_per_ch_desc = rx_desc_num - (rx_weight * rx_desc_num) / 100; in cpdma_chan_split_pool()
/linux/drivers/net/ethernet/cortina/
A Dgemini.h679 unsigned int rx_weight:5; member
A Dgemini.c481 .rx_weight = 1, in gmac_init()

Completed in 21 milliseconds