Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c1452 static void hns3_tx_doorbell(struct hns3_enet_ring *ring, int num, in hns3_tx_doorbell() function
1484 hns3_tx_doorbell(ring, 0, !netdev_xmit_more()); in hns3_nic_net_xmit()
1494 hns3_tx_doorbell(ring, 0, true); in hns3_nic_net_xmit()
1526 hns3_tx_doorbell(ring, ret, doorbell); in hns3_nic_net_xmit()
1535 hns3_tx_doorbell(ring, 0, !netdev_xmit_more()); in hns3_nic_net_xmit()
2554 /* pair with ring->last_to_use update in hns3_tx_doorbell(), in hns3_nic_reclaim_desc()
2555 * smp_store_release() is not used in hns3_tx_doorbell() because in hns3_nic_reclaim_desc()
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c2095 static void hns3_tx_doorbell(struct hns3_enet_ring *ring, int num, in hns3_tx_doorbell() function
2309 hns3_tx_doorbell(ring, 0, !netdev_xmit_more()); in hns3_nic_net_xmit()
2322 hns3_tx_doorbell(ring, 0, true); in hns3_nic_net_xmit()
2350 hns3_tx_doorbell(ring, ret, doorbell); in hns3_nic_net_xmit()
2356 hns3_tx_doorbell(ring, 0, !netdev_xmit_more()); in hns3_nic_net_xmit()
3582 * hns3_tx_doorbell(). in hns3_nic_reclaim_desc()

Completed in 13 milliseconds