Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_common.h140 #define TX_DESC_FLITS 16U macro
141 #define WR_FLITS (TX_DESC_FLITS + 1 - SGE_NUM_GENBITS)
/freebsd/sys/dev/cxgb/
H A Dcxgb_sge.c149 uint64_t flit[TX_DESC_FLITS];
1257 d->flit[TX_DESC_FLITS - 1] = htobe64(gen); in wr_gen2()