Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/pcie/
H A Dtopaz_pcie.c38 struct qtnf_extra_bd_params { struct
45 #define QTNF_BD_PARAM_OFFSET(n) offsetof(struct qtnf_extra_bd_params, param##n) argument
186 struct qtnf_extra_bd_params __iomem *extra_params; in topaz_alloc_bd_table()
197 sizeof(struct qtnf_extra_bd_params); in topaz_alloc_bd_table()
231 extra_params = (struct qtnf_extra_bd_params __iomem *)vaddr; in topaz_alloc_bd_table()