Lines Matching defs:flowclen
85 unsigned int nparams, flowclen, paramidx;
105 flowclen = sizeof(*flowc) + nparams * sizeof(struct fw_flowc_mnemval);
107 wr = alloc_wrqe(roundup2(flowclen, 16), &toep->ofld_txq->wrq);
117 flowc->flowid_len16 = htonl(V_FW_WR_LEN16(howmany(flowclen, 16)) |
152 KASSERT(howmany(flowclen, 16) <= MAX_OFLD_TX_SDESC_CREDITS,
153 ("%s: tx_credits %u too large", __func__, howmany(flowclen, 16)));
154 txsd->tx_credits = howmany(flowclen, 16);
193 int nparams = 1, flowclen, flowclen16;
196 flowclen = sizeof(*flowc) + nparams * sizeof(struct
198 flowclen16 = howmany(flowclen, 16);
200 (wr = alloc_wrqe(roundup2(flowclen, 16),