Searched refs:flowc (Results 1 – 7 of 7) sorted by relevance
| /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 …]
|
| /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 …]
|
| /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 …]
|
| /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 …]
|
| /drivers/net/ethernet/chelsio/cxgb4/ |
| 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() 2580 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; 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() 2584 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT; in cxgb4_ethofld_send_flowc() 2585 flowc->mnemval[2].val = cpu_to_be32(pi->tx_chan); in cxgb4_ethofld_send_flowc() 2586 flowc->mnemval[3].mnemonic = FW_FLOWC_MNEM_IQID; in cxgb4_ethofld_send_flowc() [all …]
|
| /drivers/s390/net/ |
| A D | ctcm_mpc.h | 33 extern void ctc_mpc_flow_control(int port, int flowc);
|
| A D | ctcm_mpc.c | 554 void ctc_mpc_flow_control(int port_num, int flowc) in ctc_mpc_flow_control() argument 570 CTCM_FUNTAIL, dev->name, flowc); in ctc_mpc_flow_control() 575 switch (flowc) { in ctc_mpc_flow_control()
|
Completed in 36 milliseconds