Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/atheros/atlx/
Datl1.c1738 u32 tpd_next_to_use; in atl1_update_mailbox() local
1745 tpd_next_to_use = atomic_read(&adapter->tpd_ring.next_to_use); in atl1_update_mailbox()
1753 ((tpd_next_to_use & MB_TPD_PROD_INDX_MASK) << in atl1_update_mailbox()
2030 u32 tpd_next_to_use; in atl1_intr_rx() local
2035 tpd_next_to_use = atomic_read(&adapter->tpd_ring.next_to_use); in atl1_intr_rx()
2044 ((tpd_next_to_use & MB_TPD_PROD_INDX_MASK) << in atl1_intr_rx()