Searched refs:tx_crq (Results 1 – 1 of 1) sorted by relevance
1715 union sub_crq tx_crq; in ibmvnic_xmit() local1797 memset(&tx_crq, 0, sizeof(tx_crq)); in ibmvnic_xmit()1798 tx_crq.v1.first = IBMVNIC_CRQ_CMD; in ibmvnic_xmit()1799 tx_crq.v1.type = IBMVNIC_TX_DESC; in ibmvnic_xmit()1800 tx_crq.v1.n_crq_elem = 1; in ibmvnic_xmit()1801 tx_crq.v1.n_sge = 1; in ibmvnic_xmit()1802 tx_crq.v1.flags1 = IBMVNIC_TX_COMP_NEEDED; in ibmvnic_xmit()1805 tx_crq.v1.correlator = in ibmvnic_xmit()1808 tx_crq.v1.correlator = cpu_to_be32(index); in ibmvnic_xmit()1809 tx_crq.v1.dma_reg = cpu_to_be16(tx_pool->long_term_buff.map_id); in ibmvnic_xmit()[all …]