Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/freescale/dpaa/ !
H A Ddpaa_eth.c174 struct dpaa_fq *tx_defq;
175 struct dpaa_fq *tx_errq;
176 struct dpaa_fq *rx_defq;
177 struct dpaa_fq *rx_errq;
178 struct dpaa_fq *rx_pcdq;
653 static inline void dpaa_assign_wq(struct dpaa_fq *fq, int idx) in dpaa_assign_wq()
697 static struct dpaa_fq *dpaa_fq_alloc(struct device *dev, in dpaa_fq_alloc()
702 struct dpaa_fq *dpaa_fq; in dpaa_fq_alloc() local
705 dpaa_fq = devm_kcalloc(dev, count, sizeof(*dpaa_fq), in dpaa_fq_alloc()
707 if (!dpaa_fq) in dpaa_fq_alloc()
[all …]
H A Ddpaa_eth_sysfs.c30 struct dpaa_fq *prev = NULL; in dpaa_eth_show_fqids()
32 struct dpaa_fq *tmp; in dpaa_eth_show_fqids()
33 struct dpaa_fq *fq; in dpaa_eth_show_fqids()
H A Ddpaa_eth.h33 struct dpaa_fq { struct