Searched refs:flowc (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/sys/dev/cxgbe/tom/ |
| H A D | t4_listen.c | 353 struct fw_flowc_wr *flowc; in send_reset_synqe() local 382 flowc = wrtod(wr); in send_reset_synqe() 386 memset(flowc, 0, wr->wr_len); in send_reset_synqe() 392 flowc->mnemval[0].val = htobe32(pfvf); in send_reset_synqe() 393 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in send_reset_synqe() 394 flowc->mnemval[1].val = htobe32(pi->tx_chan); in send_reset_synqe() 395 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT; in send_reset_synqe() 396 flowc->mnemval[2].val = htobe32(pi->tx_chan); in send_reset_synqe() 397 flowc->mnemval[3].mnemonic = FW_FLOWC_MNEM_IQID; in send_reset_synqe() 400 flowc->mnemval[4].val = htobe32(512); in send_reset_synqe() [all …]
|
| H A D | t4_cpl_io.c | 105 struct fw_flowc_wr *flowc; in send_flowc_wr() local 137 flowc = wrtod(wr); in send_flowc_wr() 138 memset(flowc, 0, wr->wr_len); in send_flowc_wr() 140 flowc->op_to_nparams = htobe32(V_FW_WR_OP(FW_FLOWC_WR) | in send_flowc_wr() 148 flowc->mnemval[paramidx].val = htobe32(__v); \ in send_flowc_wr() 217 struct fw_flowc_wr *flowc; in update_tx_rate_limit() local 221 flowclen = sizeof(*flowc) + nparams * sizeof(struct in update_tx_rate_limit() 231 flowc = wrtod(wr); in update_tx_rate_limit() 232 memset(flowc, 0, wr->wr_len); in update_tx_rate_limit() 241 flowc->mnemval[0].val = htobe32(0xff); in update_tx_rate_limit() [all …]
|
| /freebsd-12.1/sys/dev/cxgbe/cxgbei/ |
| H A D | icl_cxgbei.c | 544 struct fw_flowc_wr *flowc; in send_iscsi_flowc_wr() local 549 flowclen = sizeof(*flowc) + nparams * sizeof(struct fw_flowc_mnemval); in send_iscsi_flowc_wr() 556 flowc = wrtod(wr); in send_iscsi_flowc_wr() 557 memset(flowc, 0, wr->wr_len); in send_iscsi_flowc_wr() 559 flowc->op_to_nparams = htobe32(V_FW_WR_OP(FW_FLOWC_WR) | in send_iscsi_flowc_wr() 561 flowc->flowid_len16 = htonl(V_FW_WR_LEN16(howmany(flowclen, 16)) | in send_iscsi_flowc_wr() 564 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_TXDATAPLEN_MAX; in send_iscsi_flowc_wr() 565 flowc->mnemval[0].val = htobe32(maxlen); in send_iscsi_flowc_wr()
|
| /freebsd-12.1/sys/dev/cxgbe/ |
| H A D | t4_sge.c | 5662 struct fw_flowc_wr *flowc; in send_etid_flowc_wr() local 5669 if (__predict_false(flowc == NULL)) in send_etid_flowc_wr() 5672 bzero(flowc, ETID_FLOWC_LEN); in send_etid_flowc_wr() 5678 flowc->mnemval[0].val = htobe32(pfvf); in send_etid_flowc_wr() 5680 flowc->mnemval[1].val = htobe32(pi->tx_chan); in send_etid_flowc_wr() 5684 flowc->mnemval[3].val = htobe32(cst->iqid); in send_etid_flowc_wr() 5690 commit_wrq_wr(cst->eo_txq, flowc, &cookie); in send_etid_flowc_wr() 5705 struct fw_flowc_wr *flowc; in send_etid_flush_wr() local 5711 if (__predict_false(flowc == NULL)) in send_etid_flush_wr() 5714 bzero(flowc, ETID_FLUSH_LEN16 * 16); in send_etid_flush_wr() [all …]
|