Searched refs:tx_crq (Results 1 – 1 of 1) sorted by relevance
1524 union sub_crq tx_crq; in ibmvnic_xmit() local1607 memset(&tx_crq, 0, sizeof(tx_crq)); in ibmvnic_xmit()1608 tx_crq.v1.first = IBMVNIC_CRQ_CMD; in ibmvnic_xmit()1609 tx_crq.v1.type = IBMVNIC_TX_DESC; in ibmvnic_xmit()1610 tx_crq.v1.n_crq_elem = 1; in ibmvnic_xmit()1611 tx_crq.v1.n_sge = 1; in ibmvnic_xmit()1612 tx_crq.v1.flags1 = IBMVNIC_TX_COMP_NEEDED; in ibmvnic_xmit()1615 tx_crq.v1.correlator = in ibmvnic_xmit()1618 tx_crq.v1.correlator = cpu_to_be32(index); in ibmvnic_xmit()1619 tx_crq.v1.dma_reg = cpu_to_be16(tx_pool->long_term_buff.map_id); in ibmvnic_xmit()[all …]