Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/meta/fbnic/
Dfbnic_txrx.c431 __le64 *raw_tcd, done; in fbnic_clean_tcq() local
436 raw_tcd = &cmpl->desc[head & cmpl->size_mask]; in fbnic_clean_tcq()
439 while ((*raw_tcd & cpu_to_le64(FBNIC_TCD_DONE)) == done) { in fbnic_clean_tcq()
444 tcd = le64_to_cpu(*raw_tcd); in fbnic_clean_tcq()
460 raw_tcd++; in fbnic_clean_tcq()
464 raw_tcd = &cmpl->desc[0]; in fbnic_clean_tcq()