Home
last modified time | relevance | path

Searched refs:RXQ_NUM (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/net/wwan/t7xx/
Dt7xx_netdev.h27 #define RXQ_NUM DPMAIF_RXQ_NUM macro
52 struct napi_struct *napi[RXQ_NUM];
Dt7xx_netdev.c57 for (i = 0; i < RXQ_NUM; i++) { in t7xx_ccmni_enable_napi()
81 for (i = 0; i < RXQ_NUM; i++) { in t7xx_ccmni_disable_napi()
270 for (i = 0; i < RXQ_NUM; i++) { in t7xx_init_netdev_napi()
283 for (i = 0; i < RXQ_NUM; i++) { in t7xx_uninit_netdev_napi()
/linux-6.12.1/drivers/net/ethernet/hisilicon/
Dhisi_femac.c88 #define RXQ_NUM 128 macro
376 ret = hisi_femac_init_queue(priv->dev, &priv->rxq, RXQ_NUM); in hisi_femac_init_tx_and_rx_queues()