Home
last modified time | relevance | path

Searched refs:sg_desc_sz (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/ethernet/pensando/ionic/
H A Dionic_lif.c926 unsigned int num_desc, desc_sz, comp_sz, sg_desc_sz; in ionic_lif_create_hwstamp_txq() local
942 lif->qtype_info[IONIC_QTYPE_TXQ].sg_desc_sz == sizeof(struct ionic_txq_sg_desc_v1)) in ionic_lif_create_hwstamp_txq()
943 sg_desc_sz = sizeof(struct ionic_txq_sg_desc_v1); in ionic_lif_create_hwstamp_txq()
945 sg_desc_sz = sizeof(struct ionic_txq_sg_desc); in ionic_lif_create_hwstamp_txq()
951 num_desc, desc_sz, comp_sz, sg_desc_sz, in ionic_lif_create_hwstamp_txq()
990 unsigned int num_desc, desc_sz, comp_sz, sg_desc_sz; in ionic_lif_create_hwstamp_rxq() local
1004 sg_desc_sz = sizeof(struct ionic_rxq_sg_desc); in ionic_lif_create_hwstamp_rxq()
1010 num_desc, desc_sz, comp_sz, sg_desc_sz, in ionic_lif_create_hwstamp_rxq()
2051 unsigned int comp_sz, desc_sz, num_desc, sg_desc_sz; in ionic_txrx_alloc() local
2060 lif->qtype_info[IONIC_QTYPE_TXQ].sg_desc_sz in ionic_txrx_alloc()
2862 unsigned int comp_sz, desc_sz, num_desc, sg_desc_sz; ionic_reconfigure_queues() local
[all...]
H A Dionic_lif.h164 u16 sg_desc_sz; member
H A Dionic_if.h621 * @sg_desc_sz: Scatter/Gather descriptor size
633 __le16 sg_desc_sz; member
/kernel/linux/linux-5.10/drivers/net/ethernet/pensando/ionic/
H A Dionic_lif.c1699 unsigned int sg_desc_sz; in ionic_txrx_alloc() local
1705 lif->qtype_info[IONIC_QTYPE_TXQ].sg_desc_sz == in ionic_txrx_alloc()
1707 sg_desc_sz = sizeof(struct ionic_txq_sg_desc_v1); in ionic_txrx_alloc()
1709 sg_desc_sz = sizeof(struct ionic_txq_sg_desc); in ionic_txrx_alloc()
1719 sg_desc_sz, in ionic_txrx_alloc()
2211 unsigned int sg_desc_sz; in ionic_reconfigure_queues() local
2234 lif->qtype_info[IONIC_QTYPE_TXQ].sg_desc_sz == in ionic_reconfigure_queues()
2236 sg_desc_sz = sizeof(struct ionic_txq_sg_desc_v1); in ionic_reconfigure_queues()
2238 sg_desc_sz = sizeof(struct ionic_txq_sg_desc); in ionic_reconfigure_queues()
2247 sg_desc_sz, in ionic_reconfigure_queues()
[all...]
H A Dionic_lif.h149 u16 sg_desc_sz; member
H A Dionic_if.h535 * @sg_desc_sz: Scatter/Gather descriptor size
551 __le16 sg_desc_sz; member

Completed in 20 milliseconds