Searched refs:sg_base (Results 1 – 4 of 4) sorted by relevance
303 struct ionic_txq_sg_desc *sg_desc_base = q->sg_base; in ionic_tx_tso_next()438 struct ionic_txq_sg_desc *sg_desc_base = q->sg_base; in ionic_tx()881 struct ionic_rxq_sg_desc *sg_desc_base = q->sg_base; in ionic_rx_fill()
155 void *sg_base; member
591 void *q_base, *cq_base, *sg_base; in ionic_qcq_alloc() local681 sg_base = (void *)RTE_ALIGN((uintptr_t)cq_base + cq_size, in ionic_qcq_alloc()684 ionic_q_sg_map(&new->q, sg_base, sg_base_pa); in ionic_qcq_alloc()
457 q->sg_base = base; in ionic_q_sg_map()