Home
last modified time | relevance | path

Searched refs:last_to_use (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.h402 int last_to_use; /* last idx used by xmit */ member
H A Dhns3_enet.c1470 WRITE_ONCE(ring->last_to_use, ring->next_to_use); in hns3_tx_doorbell()
2554 /* pair with ring->last_to_use update in hns3_tx_doorbell(), in hns3_nic_reclaim_desc()
2558 int ltu = smp_load_acquire(&ring->last_to_use); in hns3_nic_reclaim_desc()
3773 ring->last_to_use = 0; in hns3_ring_get_cfg()
3853 ring->last_to_use = 0; in hns3_fini_ring()
4373 priv->ring[i].last_to_use = 0; in hns3_nic_reset_all_ring()
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.h494 int last_to_use; /* last idx used by xmit */ member
H A Dhns3_enet.c2110 smp_store_release(&ring->last_to_use, ring->next_to_use); in hns3_tx_doorbell()
2125 smp_store_release(&ring->last_to_use, ring->next_to_use); in hns3_tx_doorbell()
3584 int ltu = smp_load_acquire(&ring->last_to_use); in hns3_nic_reclaim_desc()
4884 ring->last_to_use = 0; in hns3_ring_get_cfg()
5010 ring->last_to_use = 0; in hns3_fini_ring()
5592 priv->ring[i].last_to_use = 0; in hns3_nic_reset_all_ring()

Completed in 18 milliseconds