Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/atlx/
Datl1.c1754 u32 tpd_next_to_use; in atl1_update_mailbox() local
1761 tpd_next_to_use = atomic_read(&adapter->tpd_ring.next_to_use); in atl1_update_mailbox()
1769 ((tpd_next_to_use & MB_TPD_PROD_INDX_MASK) << in atl1_update_mailbox()
2045 u32 tpd_next_to_use; in atl1_intr_rx() local
2050 tpd_next_to_use = atomic_read(&adapter->tpd_ring.next_to_use); in atl1_intr_rx()
2059 ((tpd_next_to_use & MB_TPD_PROD_INDX_MASK) << in atl1_intr_rx()