Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_lif.c924 unsigned int num_desc, desc_sz, comp_sz, sg_desc_sz; in ionic_lif_create_hwstamp_txq() local
940 lif->qtype_info[IONIC_QTYPE_TXQ].sg_desc_sz == sizeof(struct ionic_txq_sg_desc_v1)) in ionic_lif_create_hwstamp_txq()
941 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); in ionic_lif_create_hwstamp_txq()
949 num_desc, desc_sz, comp_sz, sg_desc_sz, in ionic_lif_create_hwstamp_txq()
988 unsigned int num_desc, desc_sz, comp_sz, sg_desc_sz; in ionic_lif_create_hwstamp_rxq() local
1002 sg_desc_sz = sizeof(struct ionic_rxq_sg_desc); in ionic_lif_create_hwstamp_rxq()
1008 num_desc, desc_sz, comp_sz, sg_desc_sz, in ionic_lif_create_hwstamp_rxq()
2049 unsigned int comp_sz, desc_sz, num_desc, sg_desc_sz; in ionic_txrx_alloc() local
2058 lif->qtype_info[IONIC_QTYPE_TXQ].sg_desc_sz == in ionic_txrx_alloc()
[all …]
H A Dionic_lif.h164 u16 sg_desc_sz; member
H A Dionic_if.h633 __le16 sg_desc_sz; member