Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_dev.h125 static_assert(sizeof(struct ionic_rxq_sg_desc) == 128);
217 struct ionic_rxq_sg_desc *rxq_sgl_desc;
256 struct ionic_rxq_sg_desc *rxq_sgl;
H A Dionic_if.h981 struct ionic_rxq_sg_desc { struct
H A Dionic_lif.c1002 sg_desc_sz = sizeof(struct ionic_rxq_sg_desc); in ionic_lif_create_hwstamp_rxq()
2098 sg_desc_sz = sizeof(struct ionic_rxq_sg_desc); in ionic_txrx_alloc()
2930 sg_desc_sz = sizeof(struct ionic_rxq_sg_desc); in ionic_reconfigure_queues()
H A Dionic_txrx.c418 struct ionic_rxq_sg_desc *sg_desc; in ionic_rx_fill()