Lines Matching refs:flowc
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()
1433 flowc->op_to_nparams = cpu_to_be32(FW_WR_OP_V(FW_FLOWC_WR) | in cxgbit_send_tx_flowc_wr()
1435 flowc->flowid_len16 = cpu_to_be32(FW_WR_LEN16_V(flowclen16) | in cxgbit_send_tx_flowc_wr()
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()
1446 flowc->mnemval[4].mnemonic = FW_FLOWC_MNEM_SNDNXT; in cxgbit_send_tx_flowc_wr()
1447 flowc->mnemval[4].val = cpu_to_be32(csk->snd_nxt); in cxgbit_send_tx_flowc_wr()
1448 flowc->mnemval[5].mnemonic = FW_FLOWC_MNEM_RCVNXT; in cxgbit_send_tx_flowc_wr()
1449 flowc->mnemval[5].val = cpu_to_be32(csk->rcv_nxt); in cxgbit_send_tx_flowc_wr()
1450 flowc->mnemval[6].mnemonic = FW_FLOWC_MNEM_SNDBUF; in cxgbit_send_tx_flowc_wr()
1451 flowc->mnemval[6].val = cpu_to_be32(csk->snd_win); 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()
1455 flowc->mnemval[8].mnemonic = FW_FLOWC_MNEM_TXDATAPLEN_MAX; in cxgbit_send_tx_flowc_wr()
1457 flowc->mnemval[8].val = cpu_to_be32(CXGBIT_MAX_ISO_PAYLOAD); in cxgbit_send_tx_flowc_wr()
1459 flowc->mnemval[8].val = cpu_to_be32(16384); in cxgbit_send_tx_flowc_wr()
1464 flowc->mnemval[index].mnemonic = FW_FLOWC_MNEM_RCV_SCALE; in cxgbit_send_tx_flowc_wr()
1465 flowc->mnemval[index].val = cpu_to_be32(csk->snd_wscale); in cxgbit_send_tx_flowc_wr()
1470 flowc->mnemval[index].mnemonic = FW_FLOWC_MNEM_DCBPRIO; in cxgbit_send_tx_flowc_wr()
1473 flowc->mnemval[index].val = cpu_to_be32(0); in cxgbit_send_tx_flowc_wr()
1475 flowc->mnemval[index].val = cpu_to_be32( in cxgbit_send_tx_flowc_wr()