Searched refs:flowc (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/target/iscsi/cxgbit/ |
D | cxgbit_cm.c | 1400 struct fw_flowc_wr *flowc; in cxgbit_send_tx_flowc_wr() local 1412 flowc = __skb_put_zero(skb, flowclen); in cxgbit_send_tx_flowc_wr() 1414 flowc->op_to_nparams = cpu_to_be32(FW_WR_OP_V(FW_FLOWC_WR) | in cxgbit_send_tx_flowc_wr() 1416 flowc->flowid_len16 = cpu_to_be32(FW_WR_LEN16_V(flowclen16) | in cxgbit_send_tx_flowc_wr() 1418 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; in cxgbit_send_tx_flowc_wr() 1419 flowc->mnemval[0].val = cpu_to_be32(FW_PFVF_CMD_PFN_V in cxgbit_send_tx_flowc_wr() 1421 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in cxgbit_send_tx_flowc_wr() 1422 flowc->mnemval[1].val = cpu_to_be32(csk->tx_chan); in cxgbit_send_tx_flowc_wr() 1423 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT; in cxgbit_send_tx_flowc_wr() 1424 flowc->mnemval[2].val = cpu_to_be32(csk->tx_chan); in cxgbit_send_tx_flowc_wr() [all …]
|
/Linux-v4.19/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 595 struct fw_flowc_wr *flowc; in send_tx_flowc_wr() local 600 flowc = (struct fw_flowc_wr *)skb->head; in send_tx_flowc_wr() 601 flowc->op_to_nparams = in send_tx_flowc_wr() 603 flowc->flowid_len16 = in send_tx_flowc_wr() 605 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; in send_tx_flowc_wr() 606 flowc->mnemval[0].val = htonl(csk->cdev->pfvf); in send_tx_flowc_wr() 607 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in send_tx_flowc_wr() 608 flowc->mnemval[1].val = htonl(csk->tx_chan); in send_tx_flowc_wr() 609 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT; in send_tx_flowc_wr() 610 flowc->mnemval[2].val = htonl(csk->tx_chan); in send_tx_flowc_wr() [all …]
|
/Linux-v4.19/drivers/crypto/chelsio/chtls/ |
D | chtls_io.c | 93 struct fw_flowc_wr *flowc, in create_flowc_wr_skb() argument 103 memcpy(__skb_put(skb, flowclen), flowc, flowclen); in create_flowc_wr_skb() 109 static int send_flowc_wr(struct sock *sk, struct fw_flowc_wr *flowc, in send_flowc_wr() argument 121 skb = create_flowc_wr_skb(sk, flowc, flowclen); in send_flowc_wr() 132 flowc, flowclen); in send_flowc_wr() 135 skb = create_flowc_wr_skb(sk, flowc, flowclen); in send_flowc_wr() 170 struct fw_flowc_wr *flowc; in send_tx_flowc_wr() local 177 flowc = &sflowc.fc; in send_tx_flowc_wr() 181 flowc->mnemval[paramidx].mnemonic = FW_FLOWC_MNEM_##__m; \ in send_tx_flowc_wr() 182 flowc->mnemval[paramidx].val = cpu_to_be32(__v); \ in send_tx_flowc_wr() [all …]
|
/Linux-v4.19/drivers/infiniband/hw/cxgb4/ |
D | cm.c | 588 struct fw_flowc_wr *flowc; in send_flowc() local 606 flowc = __skb_put(skb, flowclen); in send_flowc() 607 memset(flowc, 0, flowclen); in send_flowc() 609 flowc->op_to_nparams = cpu_to_be32(FW_WR_OP_V(FW_FLOWC_WR) | in send_flowc() 611 flowc->flowid_len16 = cpu_to_be32(FW_WR_LEN16_V(flowclen16) | in send_flowc() 614 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; in send_flowc() 615 flowc->mnemval[0].val = cpu_to_be32(FW_PFVF_CMD_PFN_V in send_flowc() 617 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in send_flowc() 618 flowc->mnemval[1].val = cpu_to_be32(ep->tx_chan); in send_flowc() 619 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT; in send_flowc() [all …]
|
/Linux-v4.19/drivers/s390/net/ |
D | ctcm_mpc.h | 33 extern void ctc_mpc_flow_control(int port, int flowc);
|
D | ctcm_mpc.c | 550 void ctc_mpc_flow_control(int port_num, int flowc) in ctc_mpc_flow_control() argument 566 CTCM_FUNTAIL, dev->name, flowc); in ctc_mpc_flow_control() 571 switch (flowc) { in ctc_mpc_flow_control()
|