Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_listen.c485 struct fw_flowc_wr *flowc; in send_flowc_wr_synqe() local
489 const int flowclen = sizeof(*flowc) + nparams * sizeof(struct fw_flowc_mnemval); in send_flowc_wr_synqe()
503 flowc = wrtod(wr); in send_flowc_wr_synqe()
504 memset(flowc, 0, wr->wr_len); in send_flowc_wr_synqe()
505 flowc->op_to_nparams = htobe32(V_FW_WR_OP(FW_FLOWC_WR) | in send_flowc_wr_synqe()
507 flowc->flowid_len16 = htonl(V_FW_WR_LEN16(howmany(flowclen, 16)) | in send_flowc_wr_synqe()
509 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; in send_flowc_wr_synqe()
510 flowc->mnemval[0].val = htobe32(pfvf); in send_flowc_wr_synqe()
512 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in send_flowc_wr_synqe()
513 flowc in send_flowc_wr_synqe()
[all...]
H A Dt4_tom.c868 struct fw_flowc_wr *flowc; in send_mss_flowc_wr() local
870 const int flowclen = sizeof(*flowc) + sizeof(struct fw_flowc_mnemval); in send_mss_flowc_wr()
879 flowc = start_wrq_wr(&toep->ofld_txq->wrq, flowclen16, &cookie); in send_mss_flowc_wr()
880 if (__predict_false(flowc == NULL)) { in send_mss_flowc_wr()
884 flowc->op_to_nparams = htobe32(V_FW_WR_OP(FW_FLOWC_WR) | in send_mss_flowc_wr()
886 flowc->flowid_len16 = htonl(V_FW_WR_LEN16(flowclen16) | in send_mss_flowc_wr()
888 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_MSS; in send_mss_flowc_wr()
889 flowc->mnemval[0].val = htobe32(toep->params.emss); in send_mss_flowc_wr()
900 commit_wrq_wr(&toep->ofld_txq->wrq, flowc, &cookie); in send_mss_flowc_wr()
2324 struct fw_flowc_wr *flowc; in send_txdataplen_max_flowc_wr() local
[all …]
H A Dt4_cpl_io.c85 struct fw_flowc_wr *flowc; in send_flowc_wr() local
106 flowclen = sizeof(*flowc) + nparams * sizeof(struct fw_flowc_mnemval); in send_flowc_wr()
113 flowc = wrtod(wr); in send_flowc_wr()
114 memset(flowc, 0, wr->wr_len); in send_flowc_wr()
116 flowc->op_to_nparams = htobe32(V_FW_WR_OP(FW_FLOWC_WR) | in send_flowc_wr()
118 flowc->flowid_len16 = htonl(V_FW_WR_LEN16(howmany(flowclen, 16)) | in send_flowc_wr()
123 flowc->mnemval[paramidx].mnemonic = FW_FLOWC_MNEM_##__m; \ in send_flowc_wr()
124 flowc->mnemval[paramidx].val = htobe32(__v); \ in send_flowc_wr()
193 struct fw_flowc_wr *flowc; in update_tx_rate_limit() local
197 flowclen = sizeof(*flowc) + nparams * sizeof(struct in update_tx_rate_limit()
[all …]
/freebsd/sys/dev/cxgbe/cxgbei/
H A Dicl_cxgbei.c1033 struct fw_flowc_wr *flowc; send_iscsi_flowc_wr() local
/freebsd/sys/dev/cxgbe/
H A Dt4_sge.c6755 struct fw_flowc_wr *flowc; in send_etid_flowc_wr() local
6761 flowc = start_wrq_wr(&cst->eo_txq->wrq, ETID_FLOWC_LEN16, &cookie); in send_etid_flowc_wr()
6762 if (__predict_false(flowc == NULL)) in send_etid_flowc_wr()
6765 bzero(flowc, ETID_FLOWC_LEN); in send_etid_flowc_wr()
6766 flowc->op_to_nparams = htobe32(V_FW_WR_OP(FW_FLOWC_WR) | in send_etid_flowc_wr()
6768 flowc->flowid_len16 = htonl(V_FW_WR_LEN16(ETID_FLOWC_LEN16) | in send_etid_flowc_wr()
6770 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; in send_etid_flowc_wr()
6771 flowc->mnemval[0].val = htobe32(pfvf); in send_etid_flowc_wr()
6773 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in send_etid_flowc_wr()
6774 flowc->mnemval[1].val = htobe32(pi->hw_port); in send_etid_flowc_wr()
[all …]