Searched refs:flowc (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/drivers/target/iscsi/cxgbit/ |
D | cxgbit_cm.c | 1419 struct fw_flowc_wr *flowc; in cxgbit_send_tx_flowc_wr() local 1431 flowc = __skb_put_zero(skb, flowclen); in cxgbit_send_tx_flowc_wr() 1433 flowc->op_to_nparams = cpu_to_be32(FW_WR_OP_V(FW_FLOWC_WR) | in cxgbit_send_tx_flowc_wr() 1435 flowc->flowid_len16 = cpu_to_be32(FW_WR_LEN16_V(flowclen16) | in cxgbit_send_tx_flowc_wr() 1437 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; in cxgbit_send_tx_flowc_wr() 1438 flowc->mnemval[0].val = cpu_to_be32(FW_PFVF_CMD_PFN_V in cxgbit_send_tx_flowc_wr() 1440 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in cxgbit_send_tx_flowc_wr() 1441 flowc->mnemval[1].val = cpu_to_be32(csk->tx_chan); in cxgbit_send_tx_flowc_wr() 1442 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT; in cxgbit_send_tx_flowc_wr() 1443 flowc->mnemval[2].val = cpu_to_be32(csk->tx_chan); in cxgbit_send_tx_flowc_wr() [all …]
|
/Linux-v5.4/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 612 struct fw_flowc_wr *flowc; in send_tx_flowc_wr() local 620 flowc = (struct fw_flowc_wr *)skb->head; in send_tx_flowc_wr() 621 flowc->op_to_nparams = in send_tx_flowc_wr() 623 flowc->flowid_len16 = in send_tx_flowc_wr() 625 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; in send_tx_flowc_wr() 626 flowc->mnemval[0].val = htonl(csk->cdev->pfvf); in send_tx_flowc_wr() 627 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in send_tx_flowc_wr() 628 flowc->mnemval[1].val = htonl(csk->tx_chan); in send_tx_flowc_wr() 629 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT; in send_tx_flowc_wr() 630 flowc->mnemval[2].val = htonl(csk->tx_chan); in send_tx_flowc_wr() [all …]
|
/Linux-v5.4/drivers/crypto/chelsio/chtls/ |
D | chtls_io.c | 90 struct fw_flowc_wr *flowc, in create_flowc_wr_skb() argument 100 memcpy(__skb_put(skb, flowclen), flowc, flowclen); in create_flowc_wr_skb() 106 static int send_flowc_wr(struct sock *sk, struct fw_flowc_wr *flowc, in send_flowc_wr() argument 118 skb = create_flowc_wr_skb(sk, flowc, flowclen); in send_flowc_wr() 129 flowc, flowclen); in send_flowc_wr() 132 skb = create_flowc_wr_skb(sk, flowc, flowclen); in send_flowc_wr() 167 struct fw_flowc_wr *flowc; in send_tx_flowc_wr() local 174 flowc = &sflowc.fc; in send_tx_flowc_wr() 178 flowc->mnemval[paramidx].mnemonic = FW_FLOWC_MNEM_##__m; \ in send_tx_flowc_wr() 179 flowc->mnemval[paramidx].val = cpu_to_be32(__v); \ in send_tx_flowc_wr() [all …]
|
/Linux-v5.4/drivers/infiniband/hw/cxgb4/ |
D | cm.c | 590 struct fw_flowc_wr *flowc; in send_flowc() local 608 flowc = __skb_put(skb, flowclen); in send_flowc() 609 memset(flowc, 0, flowclen); in send_flowc() 611 flowc->op_to_nparams = cpu_to_be32(FW_WR_OP_V(FW_FLOWC_WR) | in send_flowc() 613 flowc->flowid_len16 = cpu_to_be32(FW_WR_LEN16_V(flowclen16) | in send_flowc() 616 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; in send_flowc() 617 flowc->mnemval[0].val = cpu_to_be32(FW_PFVF_CMD_PFN_V in send_flowc() 619 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in send_flowc() 620 flowc->mnemval[1].val = cpu_to_be32(ep->tx_chan); in send_flowc() 621 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT; in send_flowc() [all …]
|
/Linux-v5.4/drivers/s390/net/ |
D | ctcm_mpc.h | 33 extern void ctc_mpc_flow_control(int port, int flowc);
|
D | ctcm_mpc.c | 551 void ctc_mpc_flow_control(int port_num, int flowc) in ctc_mpc_flow_control() argument 567 CTCM_FUNTAIL, dev->name, flowc); in ctc_mpc_flow_control() 572 switch (flowc) { in ctc_mpc_flow_control()
|