Home
last modified time | relevance | path

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

/dpdk/drivers/net/ionic/
H A Dionic_rxtx.c329 struct ionic_txq_sg_desc_v1 *sg_desc_base = q->sg_base; in ionic_tx_tso_next() local
331 struct ionic_txq_sg_desc_v1 *sg_desc = &sg_desc_base[q->head_idx]; in ionic_tx_tso_next()
465 struct ionic_txq_sg_desc_v1 *sg_desc_base = q->sg_base; in ionic_tx() local
514 elem = sg_desc_base[q->head_idx].elems; in ionic_tx()
940 struct ionic_rxq_sg_desc *sg_desc, *sg_desc_base = q->sg_base; in ionic_rx_fill() local
973 sg_desc = &sg_desc_base[q->head_idx]; in ionic_rx_fill()