Lines Matching refs:flowc
531 struct fw_flowc_wr *flowc; in send_tx_flowc_wr() local
536 flowc = (struct fw_flowc_wr *)skb->head; in send_tx_flowc_wr()
537 flowc->op_to_nparams = in send_tx_flowc_wr()
539 flowc->flowid_len16 = in send_tx_flowc_wr()
541 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; in send_tx_flowc_wr()
542 flowc->mnemval[0].val = htonl(csk->cdev->pfvf); in send_tx_flowc_wr()
543 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in send_tx_flowc_wr()
544 flowc->mnemval[1].val = htonl(csk->tx_chan); in send_tx_flowc_wr()
545 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT; in send_tx_flowc_wr()
546 flowc->mnemval[2].val = htonl(csk->tx_chan); in send_tx_flowc_wr()
547 flowc->mnemval[3].mnemonic = FW_FLOWC_MNEM_IQID; in send_tx_flowc_wr()
548 flowc->mnemval[3].val = htonl(csk->rss_qid); in send_tx_flowc_wr()
549 flowc->mnemval[4].mnemonic = FW_FLOWC_MNEM_SNDNXT; in send_tx_flowc_wr()
550 flowc->mnemval[4].val = htonl(csk->snd_nxt); in send_tx_flowc_wr()
551 flowc->mnemval[5].mnemonic = FW_FLOWC_MNEM_RCVNXT; in send_tx_flowc_wr()
552 flowc->mnemval[5].val = htonl(csk->rcv_nxt); in send_tx_flowc_wr()
553 flowc->mnemval[6].mnemonic = FW_FLOWC_MNEM_SNDBUF; in send_tx_flowc_wr()
554 flowc->mnemval[6].val = htonl(csk->snd_win); in send_tx_flowc_wr()
555 flowc->mnemval[7].mnemonic = FW_FLOWC_MNEM_MSS; in send_tx_flowc_wr()
556 flowc->mnemval[7].val = htonl(csk->advmss); in send_tx_flowc_wr()
557 flowc->mnemval[8].mnemonic = 0; in send_tx_flowc_wr()
558 flowc->mnemval[8].val = 0; in send_tx_flowc_wr()
559 flowc->mnemval[8].mnemonic = FW_FLOWC_MNEM_TXDATAPLEN_MAX; in send_tx_flowc_wr()
560 flowc->mnemval[8].val = 16384; in send_tx_flowc_wr()