Searched refs:flowc (Results 1 – 7 of 7) sorted by relevance
/drivers/target/iscsi/cxgbit/ |
D | cxgbit_cm.c | 1418 struct fw_flowc_wr *flowc; in cxgbit_send_tx_flowc_wr() local 1430 flowc = __skb_put_zero(skb, flowclen); in cxgbit_send_tx_flowc_wr() 1432 flowc->op_to_nparams = cpu_to_be32(FW_WR_OP_V(FW_FLOWC_WR) | in cxgbit_send_tx_flowc_wr() 1434 flowc->flowid_len16 = cpu_to_be32(FW_WR_LEN16_V(flowclen16) | in cxgbit_send_tx_flowc_wr() 1436 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; in cxgbit_send_tx_flowc_wr() 1437 flowc->mnemval[0].val = cpu_to_be32(FW_PFVF_CMD_PFN_V in cxgbit_send_tx_flowc_wr() 1439 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in cxgbit_send_tx_flowc_wr() 1440 flowc->mnemval[1].val = cpu_to_be32(csk->tx_chan); in cxgbit_send_tx_flowc_wr() 1441 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT; in cxgbit_send_tx_flowc_wr() 1442 flowc->mnemval[2].val = cpu_to_be32(csk->tx_chan); in cxgbit_send_tx_flowc_wr() [all …]
|
/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 616 struct fw_flowc_wr *flowc; in send_tx_flowc_wr() local 624 flowc = (struct fw_flowc_wr *)skb->head; in send_tx_flowc_wr() 625 flowc->op_to_nparams = in send_tx_flowc_wr() 627 flowc->flowid_len16 = in send_tx_flowc_wr() 629 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; in send_tx_flowc_wr() 630 flowc->mnemval[0].val = htonl(csk->cdev->pfvf); in send_tx_flowc_wr() 631 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in send_tx_flowc_wr() 632 flowc->mnemval[1].val = htonl(csk->tx_chan); in send_tx_flowc_wr() 633 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT; in send_tx_flowc_wr() 634 flowc->mnemval[2].val = htonl(csk->tx_chan); in send_tx_flowc_wr() [all …]
|
/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
D | chtls_io.c | 90 struct fw_flowc_wr *flowc, in create_flowc_wr_skb() argument 100 __skb_put_data(skb, 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 …]
|
/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 …]
|
/drivers/net/ethernet/chelsio/cxgb4/ |
D | sge.c | 2538 struct fw_flowc_wr *flowc; in cxgb4_ethofld_send_flowc() local 2544 len = struct_size(flowc, mnemval, nparams); in cxgb4_ethofld_send_flowc() 2578 flowc = __skb_put(skb, len); in cxgb4_ethofld_send_flowc() 2579 memset(flowc, 0, len); in cxgb4_ethofld_send_flowc() 2582 flowc->flowid_len16 = cpu_to_be32(FW_WR_LEN16_V(len16) | in cxgb4_ethofld_send_flowc() 2584 flowc->op_to_nparams = cpu_to_be32(FW_WR_OP_V(FW_FLOWC_WR) | in cxgb4_ethofld_send_flowc() 2587 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; in cxgb4_ethofld_send_flowc() 2588 flowc->mnemval[0].val = cpu_to_be32(FW_PFVF_CMD_PFN_V(adap->pf)); in cxgb4_ethofld_send_flowc() 2589 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in cxgb4_ethofld_send_flowc() 2590 flowc->mnemval[1].val = cpu_to_be32(pi->tx_chan); in cxgb4_ethofld_send_flowc() [all …]
|
/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()
|