Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.h401 int last_to_use; /* last idx used by xmit */ member
Dhns3_enet.c1422 WRITE_ONCE(ring->last_to_use, ring->next_to_use); in hns3_tx_doorbell()
2518 int ltu = smp_load_acquire(&ring->last_to_use); in hns3_nic_reclaim_desc()
3726 ring->last_to_use = 0; in hns3_ring_get_cfg()
3806 ring->last_to_use = 0; in hns3_fini_ring()
4326 priv->ring[i].last_to_use = 0; in hns3_nic_reset_all_ring()