Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.h496 int last_to_use; /* last idx used by xmit */ member
H A Dhns3_enet.c2106 smp_store_release(&ring->last_to_use, ring->next_to_use); in hns3_tx_doorbell()
2121 smp_store_release(&ring->last_to_use, ring->next_to_use); in hns3_tx_doorbell()
3582 int ltu = smp_load_acquire(&ring->last_to_use); in hns3_nic_reclaim_desc()
4882 ring->last_to_use = 0; in hns3_ring_get_cfg()
5007 ring->last_to_use = 0; in hns3_fini_ring()
5590 priv->ring[i].last_to_use = 0; in hns3_nic_reset_all_ring()