Home
last modified time | relevance | path

Searched refs:free_tx_poll (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/
H A Dhinic_tx.c595 /* Check for the case free_tx_poll is called in another cpu in hinic_xmit_frame()
596 * and we stopped the subqueue after free_tx_poll check. in hinic_xmit_frame()
689 * free_tx_poll - free finished tx skbs in tx queue that connected to napi
695 static int free_tx_poll(struct napi_struct *napi, int budget) in free_tx_poll() function
808 netif_napi_add(txq->netdev, &txq->napi, free_tx_poll, nic_dev->tx_weight); in tx_request_irq()
/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/
H A Dhinic_tx.c597 /* Check for the case free_tx_poll is called in another cpu in hinic_xmit_frame()
598 * and we stopped the subqueue after free_tx_poll check. in hinic_xmit_frame()
691 * free_tx_poll - free finished tx skbs in tx queue that connected to napi
697 static int free_tx_poll(struct napi_struct *napi, int budget) in free_tx_poll() function
810 netif_napi_add_weight(txq->netdev, &txq->napi, free_tx_poll, in tx_request_irq()

Completed in 3 milliseconds