Searched refs:mnemval (Results 1 – 8 of 8) sorted by relevance
1101 mnemval[FLOWC_WR_NPARAMS_MAX]); in cxgbit_alloc_csk_skb()1402 flowclen = offsetof(struct fw_flowc_wr, mnemval[nparams]); in cxgbit_tx_flowc_wr_credits()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()1444 flowc->mnemval[3].mnemonic = FW_FLOWC_MNEM_IQID; in cxgbit_send_tx_flowc_wr()1445 flowc->mnemval[3].val = cpu_to_be32(csk->rss_qid); in cxgbit_send_tx_flowc_wr()[all …]
599 flowclen = offsetof(struct fw_flowc_wr, mnemval[nparams]); in tx_flowc_wr_credits()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()636 flowc->mnemval[3].mnemonic = FW_FLOWC_MNEM_IQID; in send_tx_flowc_wr()637 flowc->mnemval[3].val = htonl(csk->rss_qid); in send_tx_flowc_wr()638 flowc->mnemval[4].mnemonic = FW_FLOWC_MNEM_SNDNXT; in send_tx_flowc_wr()[all …]
604 flowclen = offsetof(struct fw_flowc_wr, mnemval[nparams]); 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()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()624 flowc->mnemval[3].val = cpu_to_be32(ep->rss_qid); in send_flowc()625 flowc->mnemval[4].mnemonic = FW_FLOWC_MNEM_SNDNXT; in send_flowc()[all …]
830 FLOWC_LEN = offsetof(struct fw_flowc_wr, mnemval[FW_FLOWC_MNEM_MAX])
87 #define failover_flowc_wr_len offsetof(struct fw_flowc_wr, mnemval[3])
79 flowclen = offsetof(struct fw_flowc_wr, mnemval[nparams]); in flowc_wr_credits()164 struct fw_flowc_mnemval mnemval[FW_FLOWC_MNEM_MAX]; in send_tx_flowc_wr() member178 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()
2550 len = struct_size(flowc, mnemval, nparams); in cxgb4_ethofld_send_flowc()2593 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; in cxgb4_ethofld_send_flowc()2594 flowc->mnemval[0].val = cpu_to_be32(FW_PFVF_CMD_PFN_V(adap->pf)); 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()2600 flowc->mnemval[3].val = cpu_to_be32(rxq->rspq.abs_id); in cxgb4_ethofld_send_flowc()2601 flowc->mnemval[4].mnemonic = FW_FLOWC_MNEM_SCHEDCLASS; in cxgb4_ethofld_send_flowc()[all …]
740 struct fw_flowc_mnemval mnemval[]; member