Searched refs:tpdr (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/atheros/atlx/
H A Datl1.c3461 struct atl1_tpd_ring *tpdr = &adapter->tpd_ring; local
3487 tpdr->count = (u16) max(ring->tx_pending, (u32) ATL1_MIN_TPD);
3488 tpdr->count = tpdr->count > ATL1_MAX_TPD ? ATL1_MAX_TPD :
3489 tpdr->count;
3490 tpdr->count = (tpdr->count + 3) & ~3;

Completed in 112 milliseconds