tpdr             3461 drivers/net/ethernet/atheros/atlx/atl1.c 	struct atl1_tpd_ring *tpdr = &adapter->tpd_ring;
tpdr             3487 drivers/net/ethernet/atheros/atlx/atl1.c 	tpdr->count = (u16) max(ring->tx_pending, (u32) ATL1_MIN_TPD);
tpdr             3488 drivers/net/ethernet/atheros/atlx/atl1.c 	tpdr->count = tpdr->count > ATL1_MAX_TPD ? ATL1_MAX_TPD :
tpdr             3489 drivers/net/ethernet/atheros/atlx/atl1.c 			tpdr->count;
tpdr             3490 drivers/net/ethernet/atheros/atlx/atl1.c 	tpdr->count = (tpdr->count + 3) & ~3;