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

/freebsd-13-stable/sys/dev/cxgbe/tom/
H A Dt4_listen.c352 struct fw_flowc_wr *flowc; local
356 const int flowclen = sizeof(*flowc) + nparams * sizeof(struct fw_flowc_mnemval);
370 flowc = wrtod(wr);
371 memset(flowc, 0, wr->wr_len);
372 flowc->op_to_nparams = htobe32(V_FW_WR_OP(FW_FLOWC_WR) |
374 flowc->flowid_len16 = htonl(V_FW_WR_LEN16(howmany(flowclen, 16)) |
376 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN;
377 flowc->mnemval[0].val = htobe32(pfvf);
378 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH;
379 flowc
[all...]
H A Dt4_cpl_io.c84 struct fw_flowc_wr *flowc; local
93 ("%s: flowc for tid %u sent already", __func__, toep->tid));
109 flowclen = sizeof(*flowc) + nparams * sizeof(struct fw_flowc_mnemval);
116 flowc = wrtod(wr);
117 memset(flowc, 0, wr->wr_len);
119 flowc->op_to_nparams = htobe32(V_FW_WR_OP(FW_FLOWC_WR) |
121 flowc->flowid_len16 = htonl(V_FW_WR_LEN16(howmany(flowclen, 16)) |
126 flowc->mnemval[paramidx].mnemonic = FW_FLOWC_MNEM_##__m; \
127 flowc->mnemval[paramidx].val = htobe32(__v); \
197 struct fw_flowc_wr *flowc; local
[all...]
/freebsd-13-stable/sys/dev/cxgbe/cxgbei/
H A Dicl_cxgbei.c547 struct fw_flowc_wr *flowc; local
552 flowclen = sizeof(*flowc) + nparams * sizeof(struct fw_flowc_mnemval);
559 flowc = wrtod(wr);
560 memset(flowc, 0, wr->wr_len);
562 flowc->op_to_nparams = htobe32(V_FW_WR_OP(FW_FLOWC_WR) |
564 flowc->flowid_len16 = htonl(V_FW_WR_LEN16(howmany(flowclen, 16)) |
567 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_TXDATAPLEN_MAX;
568 flowc->mnemval[0].val = htobe32(maxlen);
/freebsd-13-stable/sys/dev/cxgbe/
H A Dt4_sge.c6185 struct fw_flowc_wr *flowc; local
6191 flowc = start_wrq_wr(&cst->eo_txq->wrq, ETID_FLOWC_LEN16, &cookie);
6192 if (__predict_false(flowc == NULL))
6195 bzero(flowc, ETID_FLOWC_LEN);
6196 flowc->op_to_nparams = htobe32(V_FW_WR_OP(FW_FLOWC_WR) |
6198 flowc->flowid_len16 = htonl(V_FW_WR_LEN16(ETID_FLOWC_LEN16) |
6200 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN;
6201 flowc->mnemval[0].val = htobe32(pfvf);
6202 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH;
6203 flowc
6228 struct fw_flowc_wr *flowc; local
[all...]

Completed in 278 milliseconds