Lines Matching defs:tqc
2495 struct Vmxnet3_TxQueueConf *tqc;
2542 tqc = &adapter->tqd_start[i].conf;
2543 tqc->txRingBasePA = cpu_to_le64(tq->tx_ring.basePA);
2544 tqc->dataRingBasePA = cpu_to_le64(tq->data_ring.basePA);
2545 tqc->compRingBasePA = cpu_to_le64(tq->comp_ring.basePA);
2546 tqc->ddPA = cpu_to_le64(tq->buf_info_pa);
2547 tqc->txRingSize = cpu_to_le32(tq->tx_ring.size);
2548 tqc->dataRingSize = cpu_to_le32(tq->data_ring.size);
2549 tqc->txDataRingDescSize = cpu_to_le32(tq->txdata_desc_size);
2550 tqc->compRingSize = cpu_to_le32(tq->comp_ring.size);
2551 tqc->ddLen = cpu_to_le32(
2553 tqc->txRingSize);
2554 tqc->intrIdx = tq->comp_ring.intr_idx;