Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_txrx.c706 __le64 *raw_tcd, done; in fbnic_clean_tcq() local
710 raw_tcd = &cmpl->desc[head & cmpl->size_mask]; in fbnic_clean_tcq()
713 while ((*raw_tcd & cpu_to_le64(FBNIC_TCD_DONE)) == done) { in fbnic_clean_tcq()
718 tcd = le64_to_cpu(*raw_tcd); in fbnic_clean_tcq()
740 raw_tcd++; in fbnic_clean_tcq()
744 raw_tcd = &cmpl->desc[0]; in fbnic_clean_tcq()