Searched refs:flowc (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/target/iscsi/cxgbit/ |
| H A 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/drivers/scsi/cxgbi/cxgb4i/ |
| H A D | cxgb4i.c | 617 struct fw_flowc_wr *flowc; in send_tx_flowc_wr() local 625 flowc = (struct fw_flowc_wr *)skb->head; in send_tx_flowc_wr() 626 flowc->op_to_nparams = in send_tx_flowc_wr() 628 flowc->flowid_len16 = in send_tx_flowc_wr() 630 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; in send_tx_flowc_wr() 631 flowc->mnemval[0].val = htonl(csk->cdev->pfvf); in send_tx_flowc_wr() 632 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in send_tx_flowc_wr() 633 flowc->mnemval[1].val = htonl(csk->tx_chan); in send_tx_flowc_wr() 634 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT; in send_tx_flowc_wr() 635 flowc->mnemval[2].val = htonl(csk->tx_chan); in send_tx_flowc_wr() [all …]
|
| /linux/drivers/infiniband/hw/cxgb4/ |
| H A 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/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | sge.c | 2531 struct fw_flowc_wr *flowc; in cxgb4_ethofld_send_flowc() local 2537 len = struct_size(flowc, mnemval, nparams); in cxgb4_ethofld_send_flowc() 2571 flowc = __skb_put(skb, len); in cxgb4_ethofld_send_flowc() 2572 memset(flowc, 0, len); in cxgb4_ethofld_send_flowc() 2575 flowc->flowid_len16 = cpu_to_be32(FW_WR_LEN16_V(len16) | in cxgb4_ethofld_send_flowc() 2577 flowc->op_to_nparams = cpu_to_be32(FW_WR_OP_V(FW_FLOWC_WR) | in cxgb4_ethofld_send_flowc() 2580 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; in cxgb4_ethofld_send_flowc() 2581 flowc->mnemval[0].val = cpu_to_be32(FW_PFVF_CMD_PFN_V(adap->pf)); in cxgb4_ethofld_send_flowc() 2582 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in cxgb4_ethofld_send_flowc() 2583 flowc->mnemval[1].val = cpu_to_be32(pi->tx_chan); in cxgb4_ethofld_send_flowc() [all …]
|
| /linux/drivers/s390/net/ |
| H A D | ctcm_mpc.h | 33 extern void ctc_mpc_flow_control(int port, int flowc);
|
| H A D | ctcm_mpc.c | 553 void ctc_mpc_flow_control(int port_num, int flowc) in ctc_mpc_flow_control() argument 569 CTCM_FUNTAIL, dev->name, flowc); in ctc_mpc_flow_control() 574 switch (flowc) { in ctc_mpc_flow_control()
|