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

/freebsd-11.0-release/sys/dev/cxgbe/cxgbei/
H A Dicl_cxgbei.c552 u_int flowclen; local
555 flowclen = sizeof(*flowc) + nparams * sizeof(struct fw_flowc_mnemval);
557 wr = alloc_wrqe(roundup2(flowclen, 16), toep->ofld_txq);
567 flowc->flowid_len16 = htonl(V_FW_WR_LEN16(howmany(flowclen, 16)) |
573 txsd->tx_credits = howmany(flowclen, 16);
/freebsd-11.0-release/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c79 unsigned int nparams = ftxp ? 8 : 6, flowclen; local
89 flowclen = sizeof(*flowc) + nparams * sizeof(struct fw_flowc_mnemval);
91 wr = alloc_wrqe(roundup2(flowclen, 16), toep->ofld_txq);
101 flowc->flowid_len16 = htonl(V_FW_WR_LEN16(howmany(flowclen, 16)) |
137 txsd->tx_credits = howmany(flowclen, 16);
H A Dt4_listen.c357 int txqid, rxqid, flowclen; local
378 flowclen = sizeof(*flowc) + nparams * sizeof(struct fw_flowc_mnemval);
380 wr = alloc_wrqe(roundup2(flowclen, EQ_ESIZE) + sizeof(*req), ofld_txq);
386 req = (void *)((caddr_t)flowc + roundup2(flowclen, EQ_ESIZE));
392 flowc->flowid_len16 = htonl(V_FW_WR_LEN16(howmany(flowclen, 16)) |

Completed in 56 milliseconds