Searched refs:hns3_tx_doorbell (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/hisilicon/hns3/ |
D | hns3_enet.c | 2094 static void hns3_tx_doorbell(struct hns3_enet_ring *ring, int num, in hns3_tx_doorbell() function 2300 hns3_tx_doorbell(ring, 0, !netdev_xmit_more()); in hns3_nic_net_xmit() 2313 hns3_tx_doorbell(ring, 0, true); in hns3_nic_net_xmit() 2341 hns3_tx_doorbell(ring, ret, doorbell); in hns3_nic_net_xmit() 2347 hns3_tx_doorbell(ring, 0, !netdev_xmit_more()); in hns3_nic_net_xmit()
|