Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/3com/
H A Dtyphoon.c540 lastRead /= sizeof(struct cmd_desc); in typhoon_num_free()
1261 tp->txLoRing.lastRead = 0; in typhoon_init_rings()
1262 tp->txHiRing.lastRead = 0; in typhoon_init_rings()
1505 u32 lastRead = txRing->lastRead; in typhoon_clean_tx() local
1511 while (lastRead != le32_to_cpu(*index)) { in typhoon_clean_tx()
1531 typhoon_inc_tx_index(&lastRead, 1); in typhoon_clean_tx()
1534 return lastRead; in typhoon_clean_tx()
1541 u32 lastRead; in typhoon_tx_complete() local
1545 lastRead = typhoon_clean_tx(tp, txRing, index); in typhoon_tx_complete()
1547 lastRead, TXLO_ENTRIES) > (numDesc + 2)) in typhoon_tx_complete()
[all …]
H A Dtyphoon.h43 u32 lastRead; member