Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/pensando/ionic/
H A Dionic_lif.c1695 unsigned int sg_desc_sz; in ionic_txrx_alloc() local
1701 lif->qtype_info[IONIC_QTYPE_TXQ].sg_desc_sz == in ionic_txrx_alloc()
1703 sg_desc_sz = sizeof(struct ionic_txq_sg_desc_v1); in ionic_txrx_alloc()
1705 sg_desc_sz = sizeof(struct ionic_txq_sg_desc); in ionic_txrx_alloc()
1715 sg_desc_sz, in ionic_txrx_alloc()
2207 unsigned int sg_desc_sz; in ionic_reconfigure_queues() local
2230 lif->qtype_info[IONIC_QTYPE_TXQ].sg_desc_sz == in ionic_reconfigure_queues()
2232 sg_desc_sz = sizeof(struct ionic_txq_sg_desc_v1); in ionic_reconfigure_queues()
2234 sg_desc_sz = sizeof(struct ionic_txq_sg_desc); in ionic_reconfigure_queues()
2243 sg_desc_sz, in ionic_reconfigure_queues()
[all …]
H A Dionic_lif.h149 u16 sg_desc_sz; member
H A Dionic_if.h551 __le16 sg_desc_sz; member