Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c453 int flit_idx; in get_tcb_field() local
459 flit_idx = (LAST_WORD - word) / 2; in get_tcb_field()
462 t1 = be64toh(tcb[flit_idx]) >> shift; in get_tcb_field()
469 MPASS(flit_idx > 0); in get_tcb_field()
470 t2 = be64toh(tcb[flit_idx - 1]) << (64 - shift); in get_tcb_field()