Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.h249 uint8_t txsd_cidx; member
H A Dt4_cpl_io.c1873 txsd = &toep->txsd[toep->txsd_cidx]; in do_fw4_ack()
1885 if (__predict_false(++toep->txsd_cidx == toep->txsd_total)) { in do_fw4_ack()
1887 toep->txsd_cidx = 0; in do_fw4_ack()
H A Dt4_tom.c153 toep->txsd_cidx = 0; in alloc_toepcb()