Home
last modified time | relevance | path

Searched refs:last_to_use (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.h494 int last_to_use; /* last idx used by xmit */ member
Dhns3_enet.c2106 WRITE_ONCE(ring->last_to_use, ring->next_to_use); in hns3_tx_doorbell()
2124 WRITE_ONCE(ring->last_to_use, ring->next_to_use); in hns3_tx_doorbell()
3569 int ltu = smp_load_acquire(&ring->last_to_use); in hns3_nic_reclaim_desc()
4869 ring->last_to_use = 0; in hns3_ring_get_cfg()
4995 ring->last_to_use = 0; in hns3_fini_ring()
5577 priv->ring[i].last_to_use = 0; in hns3_nic_reset_all_ring()