Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/atheros/atlx/
Datl1.c1736 u32 tpd_next_to_use; in atl1_update_mailbox() local
1743 tpd_next_to_use = atomic_read(&adapter->tpd_ring.next_to_use); in atl1_update_mailbox()
1751 ((tpd_next_to_use & MB_TPD_PROD_INDX_MASK) << in atl1_update_mailbox()
2028 u32 tpd_next_to_use; in atl1_intr_rx() local
2033 tpd_next_to_use = atomic_read(&adapter->tpd_ring.next_to_use); in atl1_intr_rx()
2042 ((tpd_next_to_use & MB_TPD_PROD_INDX_MASK) << in atl1_intr_rx()