Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/cxgb/common/
HDcxgb_common.h135 #ifndef SGE_NUM_GENBITS
137 # define SGE_NUM_GENBITS 2 macro
141 #define WR_FLITS (TX_DESC_FLITS + 1 - SGE_NUM_GENBITS)
/freebsd-head/sys/dev/cxgb/
HDcxgb_sge.c213 #if SGE_NUM_GENBITS == 1
218 #elif SGE_NUM_GENBITS == 2
438 #if SGE_NUM_GENBITS == 1 in t3_sge_init()
1256 #if SGE_NUM_GENBITS == 2 in wr_gen2()