Searched refs:paramidx (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c85 unsigned int nparams, flowclen, paramidx; local
126 flowc->mnemval[paramidx].mnemonic = FW_FLOWC_MNEM_##__m; \
127 flowc->mnemval[paramidx].val = htobe32(__v); \
128 paramidx++; \
131 paramidx = 0;
157 KASSERT(paramidx == nparams, ("nparams mismatch"));

Completed in 55 milliseconds