Home
last modified time | relevance | path

Searched refs:sg_base (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/ionic/
H A Dionic_rxtx.c303 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()
H A Dionic_dev.h155 void *sg_base; member
H A Dionic_lif.c591 void *q_base, *cq_base, *sg_base; in ionic_qcq_alloc() local
681 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()
H A Dionic_dev.c457 q->sg_base = base; in ionic_q_sg_map()