Home
last modified time | relevance | path

Searched refs:sg_desc_base (Results 1 – 1 of 1) 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() local
305 struct ionic_txq_sg_desc *sg_desc = &sg_desc_base[q->head_idx]; in ionic_tx_tso_next()
438 struct ionic_txq_sg_desc *sg_desc_base = q->sg_base; in ionic_tx() local
440 struct ionic_txq_sg_desc *sg_desc = &sg_desc_base[q->head_idx]; in ionic_tx()
881 struct ionic_rxq_sg_desc *sg_desc_base = q->sg_base; in ionic_rx_fill() local
914 sg_desc = &sg_desc_base[q->head_idx]; in ionic_rx_fill()