Searched refs:flowc (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/drivers/target/iscsi/cxgbit/ |
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() 1437 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; in cxgbit_send_tx_flowc_wr() 1440 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in cxgbit_send_tx_flowc_wr() 1442 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT; in cxgbit_send_tx_flowc_wr() 1444 flowc->mnemval[3].mnemonic = FW_FLOWC_MNEM_IQID; in cxgbit_send_tx_flowc_wr() 1452 flowc->mnemval[7].mnemonic = FW_FLOWC_MNEM_MSS; in cxgbit_send_tx_flowc_wr() 1453 flowc->mnemval[7].val = cpu_to_be32(csk->emss); in cxgbit_send_tx_flowc_wr() 1459 flowc->mnemval[8].val = cpu_to_be32(16384); in cxgbit_send_tx_flowc_wr() 1473 flowc->mnemval[index].val = cpu_to_be32(0); in cxgbit_send_tx_flowc_wr() [all …]
|
/linux-6.3-rc2/drivers/scsi/cxgbi/cxgb4i/ |
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() 633 flowc->mnemval[1].val = htonl(csk->tx_chan); in send_tx_flowc_wr() 635 flowc->mnemval[2].val = htonl(csk->tx_chan); in send_tx_flowc_wr() 637 flowc->mnemval[3].val = htonl(csk->rss_qid); in send_tx_flowc_wr() 645 flowc->mnemval[7].val = htonl(csk->advmss); in send_tx_flowc_wr() 646 flowc->mnemval[8].mnemonic = 0; in send_tx_flowc_wr() 647 flowc->mnemval[8].val = 0; in send_tx_flowc_wr() [all …]
|
/linux-6.3-rc2/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
A 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() 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() 208 flowc->op_to_nparams = in send_tx_flowc_wr() [all …]
|
/linux-6.3-rc2/drivers/infiniband/hw/cxgb4/ |
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() 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() 622 flowc->mnemval[2].val = cpu_to_be32(ep->tx_chan); in send_flowc() 623 flowc->mnemval[3].mnemonic = FW_FLOWC_MNEM_IQID; in send_flowc() 631 flowc->mnemval[7].mnemonic = FW_FLOWC_MNEM_MSS; in send_flowc() 632 flowc->mnemval[7].val = cpu_to_be32(ep->emss); in send_flowc() [all …]
|
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/ |
A D | sge.c | 2544 struct fw_flowc_wr *flowc; in cxgb4_ethofld_send_flowc() local 2550 len = struct_size(flowc, mnemval, nparams); in cxgb4_ethofld_send_flowc() 2584 flowc = __skb_put(skb, len); in cxgb4_ethofld_send_flowc() 2585 memset(flowc, 0, len); in cxgb4_ethofld_send_flowc() 2593 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; in cxgb4_ethofld_send_flowc() 2595 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in cxgb4_ethofld_send_flowc() 2596 flowc->mnemval[1].val = cpu_to_be32(pi->tx_chan); in cxgb4_ethofld_send_flowc() 2597 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT; in cxgb4_ethofld_send_flowc() 2598 flowc->mnemval[2].val = cpu_to_be32(pi->tx_chan); in cxgb4_ethofld_send_flowc() 2599 flowc->mnemval[3].mnemonic = FW_FLOWC_MNEM_IQID; in cxgb4_ethofld_send_flowc() [all …]
|
/linux-6.3-rc2/drivers/s390/net/ |
A D | ctcm_mpc.h | 33 extern void ctc_mpc_flow_control(int port, int flowc);
|
A 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()
|
Completed in 41 milliseconds