Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/pensando/ionic/
Dionic_dev.h121 static_assert(sizeof(struct ionic_txq_sg_desc) == 128);
215 struct ionic_txq_sg_desc *txq_sg_desc;
254 struct ionic_txq_sg_desc *txq_sgl;
Dionic_if.h915 struct ionic_txq_sg_desc { struct
Dionic_lif.c945 sg_desc_sz = sizeof(struct ionic_txq_sg_desc); in ionic_lif_create_hwstamp_txq()
2064 sg_desc_sz = sizeof(struct ionic_txq_sg_desc); in ionic_txrx_alloc()
2906 sg_desc_sz = sizeof(struct ionic_txq_sg_desc); in ionic_reconfigure_queues()
Dionic_txrx.c1201 struct ionic_txq_sg_desc *sg_desc = desc_info->txq_sg_desc; in ionic_tx_skb_frags()