Searched refs:tx_crq (Results 1 – 1 of 1) sorted by relevance
1422 union sub_crq tx_crq; in ibmvnic_xmit() local1506 memset(&tx_crq, 0, sizeof(tx_crq)); in ibmvnic_xmit()1507 tx_crq.v1.first = IBMVNIC_CRQ_CMD; in ibmvnic_xmit()1508 tx_crq.v1.type = IBMVNIC_TX_DESC; in ibmvnic_xmit()1509 tx_crq.v1.n_crq_elem = 1; in ibmvnic_xmit()1510 tx_crq.v1.n_sge = 1; in ibmvnic_xmit()1511 tx_crq.v1.flags1 = IBMVNIC_TX_COMP_NEEDED; in ibmvnic_xmit()1514 tx_crq.v1.correlator = in ibmvnic_xmit()1517 tx_crq.v1.correlator = cpu_to_be32(index); in ibmvnic_xmit()1518 tx_crq.v1.dma_reg = cpu_to_be16(tx_pool->long_term_buff.map_id); in ibmvnic_xmit()[all …]