Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c451 #define LAST_WORD ((TCB_SIZE / 4) - 1) in get_tcb_field() macro
456 MPASS(word <= LAST_WORD); in get_tcb_field()
459 flit_idx = (LAST_WORD - word) / 2; in get_tcb_field()
473 #undef LAST_WORD in get_tcb_field()