Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c85 unsigned int nparams, flowclen, paramidx; in send_flowc_wr() local
122 flowc->mnemval[paramidx].mnemonic = FW_FLOWC_MNEM_##__m; \ in send_flowc_wr()
123 flowc->mnemval[paramidx].val = htobe32(__v); \ in send_flowc_wr()
124 paramidx++; \ in send_flowc_wr()
127 paramidx = 0; in send_flowc_wr()
149 KASSERT(paramidx == nparams, ("nparams mismatch")); in send_flowc_wr()