Searched refs:tx_crq (Results 1 – 1 of 1) sorted by relevance
1448 union sub_crq tx_crq; in ibmvnic_xmit() local1532 memset(&tx_crq, 0, sizeof(tx_crq)); in ibmvnic_xmit()1533 tx_crq.v1.first = IBMVNIC_CRQ_CMD; in ibmvnic_xmit()1534 tx_crq.v1.type = IBMVNIC_TX_DESC; in ibmvnic_xmit()1535 tx_crq.v1.n_crq_elem = 1; in ibmvnic_xmit()1536 tx_crq.v1.n_sge = 1; in ibmvnic_xmit()1537 tx_crq.v1.flags1 = IBMVNIC_TX_COMP_NEEDED; in ibmvnic_xmit()1540 tx_crq.v1.correlator = in ibmvnic_xmit()1543 tx_crq.v1.correlator = cpu_to_be32(index); in ibmvnic_xmit()1544 tx_crq.v1.dma_reg = cpu_to_be16(tx_pool->long_term_buff.map_id); in ibmvnic_xmit()[all …]