Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c85 unsigned int nparams, flowclen, paramidx; in send_flowc_wr() local
105 flowclen = sizeof(*flowc) + nparams * sizeof(struct fw_flowc_mnemval); in send_flowc_wr()
107 wr = alloc_wrqe(roundup2(flowclen, 16), &toep->ofld_txq->wrq); in send_flowc_wr()
117 flowc->flowid_len16 = htonl(V_FW_WR_LEN16(howmany(flowclen, 16)) | in send_flowc_wr()
151 txsd->tx_credits = howmany(flowclen, 16); in send_flowc_wr()
190 int nparams = 1, flowclen, flowclen16; in update_tx_rate_limit() local
193 flowclen = sizeof(*flowc) + nparams * sizeof(struct in update_tx_rate_limit()
195 flowclen16 = howmany(flowclen, 16); in update_tx_rate_limit()
197 (wr = alloc_wrqe(roundup2(flowclen, 16), in update_tx_rate_limit()
H A Dt4_listen.c489 const int flowclen = sizeof(*flowc) + nparams * sizeof(struct fw_flowc_mnemval); in send_flowc_wr_synqe() local
498 wr = alloc_wrqe(roundup2(flowclen, 16), &ofld_txq->wrq); in send_flowc_wr_synqe()
507 flowc->flowid_len16 = htonl(V_FW_WR_LEN16(howmany(flowclen, 16)) | in send_flowc_wr_synqe()
H A Dt4_tom.c863 const int flowclen = sizeof(*flowc) + sizeof(struct fw_flowc_mnemval); in send_mss_flowc_wr() local
864 const int flowclen16 = howmany(flowclen, 16); in send_mss_flowc_wr()
/freebsd/sys/dev/cxgbe/cxgbei/
H A Dicl_cxgbei.c1035 u_int flowclen; in send_iscsi_flowc_wr() local
1038 flowclen = sizeof(*flowc) + nparams * sizeof(struct fw_flowc_mnemval); in send_iscsi_flowc_wr()
1040 wr = alloc_wrqe(roundup2(flowclen, 16), &toep->ofld_txq->wrq); in send_iscsi_flowc_wr()
1050 flowc->flowid_len16 = htonl(V_FW_WR_LEN16(howmany(flowclen, 16)) | in send_iscsi_flowc_wr()
1056 txsd->tx_credits = howmany(flowclen, 16); in send_iscsi_flowc_wr()