Lines Matching refs:flowc
615 struct fw_flowc_wr *flowc; in send_tx_flowc_wr() local
623 flowc = (struct fw_flowc_wr *)skb->head; in send_tx_flowc_wr()
624 flowc->op_to_nparams = in send_tx_flowc_wr()
626 flowc->flowid_len16 = in send_tx_flowc_wr()
628 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; in send_tx_flowc_wr()
629 flowc->mnemval[0].val = htonl(csk->cdev->pfvf); in send_tx_flowc_wr()
630 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in send_tx_flowc_wr()
631 flowc->mnemval[1].val = htonl(csk->tx_chan); in send_tx_flowc_wr()
632 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT; in send_tx_flowc_wr()
633 flowc->mnemval[2].val = htonl(csk->tx_chan); in send_tx_flowc_wr()
634 flowc->mnemval[3].mnemonic = FW_FLOWC_MNEM_IQID; in send_tx_flowc_wr()
635 flowc->mnemval[3].val = htonl(csk->rss_qid); in send_tx_flowc_wr()
636 flowc->mnemval[4].mnemonic = FW_FLOWC_MNEM_SNDNXT; in send_tx_flowc_wr()
637 flowc->mnemval[4].val = htonl(csk->snd_nxt); in send_tx_flowc_wr()
638 flowc->mnemval[5].mnemonic = FW_FLOWC_MNEM_RCVNXT; in send_tx_flowc_wr()
639 flowc->mnemval[5].val = htonl(csk->rcv_nxt); in send_tx_flowc_wr()
640 flowc->mnemval[6].mnemonic = FW_FLOWC_MNEM_SNDBUF; in send_tx_flowc_wr()
641 flowc->mnemval[6].val = htonl(csk->snd_win); in send_tx_flowc_wr()
642 flowc->mnemval[7].mnemonic = FW_FLOWC_MNEM_MSS; in send_tx_flowc_wr()
643 flowc->mnemval[7].val = htonl(csk->advmss); in send_tx_flowc_wr()
644 flowc->mnemval[8].mnemonic = 0; in send_tx_flowc_wr()
645 flowc->mnemval[8].val = 0; in send_tx_flowc_wr()
646 flowc->mnemval[8].mnemonic = FW_FLOWC_MNEM_TXDATAPLEN_MAX; in send_tx_flowc_wr()
648 flowc->mnemval[8].val = cpu_to_be32(CXGBI_MAX_ISO_DATA_IN_SKB); in send_tx_flowc_wr()
650 flowc->mnemval[8].val = cpu_to_be32(16128); in send_tx_flowc_wr()
652 flowc->mnemval[9].mnemonic = FW_FLOWC_MNEM_DCBPRIO; in send_tx_flowc_wr()
656 flowc->mnemval[9].val = cpu_to_be32(0); in send_tx_flowc_wr()
658 flowc->mnemval[9].val = cpu_to_be32((vlan & VLAN_PRIO_MASK) >> in send_tx_flowc_wr()