Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/pensando/ionic/
Dionic_lif.c1688 unsigned int sg_desc_sz; in ionic_txrx_alloc() local
1694 lif->qtype_info[IONIC_QTYPE_TXQ].sg_desc_sz == in ionic_txrx_alloc()
1696 sg_desc_sz = sizeof(struct ionic_txq_sg_desc_v1); in ionic_txrx_alloc()
1698 sg_desc_sz = sizeof(struct ionic_txq_sg_desc); in ionic_txrx_alloc()
1708 sg_desc_sz, in ionic_txrx_alloc()
2200 unsigned int sg_desc_sz; in ionic_reconfigure_queues() local
2223 lif->qtype_info[IONIC_QTYPE_TXQ].sg_desc_sz == in ionic_reconfigure_queues()
2225 sg_desc_sz = sizeof(struct ionic_txq_sg_desc_v1); in ionic_reconfigure_queues()
2227 sg_desc_sz = sizeof(struct ionic_txq_sg_desc); in ionic_reconfigure_queues()
2236 sg_desc_sz, in ionic_reconfigure_queues()
[all …]
Dionic_lif.h149 u16 sg_desc_sz; member
Dionic_if.h551 __le16 sg_desc_sz; member