Searched refs:qm_fqd (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/soc/fsl/ |
H A D | qman.h | 328 * the "Query FQ" result, it's suctioned out into the "struct qm_fqd" type. 347 struct qm_fqd { struct 400 static inline u64 qm_fqd_stashing_get64(const struct qm_fqd *fqd) in qm_fqd_stashing_get64() 405 static inline dma_addr_t qm_fqd_stashing_addr(const struct qm_fqd *fqd) in qm_fqd_stashing_addr() 410 static inline u64 qm_fqd_context_a_get64(const struct qm_fqd *fqd) in qm_fqd_context_a_get64() 415 static inline void qm_fqd_stashing_set64(struct qm_fqd *fqd, u64 addr) in qm_fqd_stashing_set64() 421 static inline void qm_fqd_context_a_set64(struct qm_fqd *fqd, u64 addr) in qm_fqd_context_a_set64() 428 static inline int qm_fqd_set_taildrop(struct qm_fqd *fqd, u32 val, in qm_fqd_set_taildrop() 451 static inline int qm_fqd_get_taildrop(const struct qm_fqd *fqd) in qm_fqd_get_taildrop() 459 static inline void qm_fqd_set_stashing(struct qm_fqd *fq [all...] |
/kernel/linux/linux-6.6/include/soc/fsl/ |
H A D | qman.h | 328 * the "Query FQ" result, it's suctioned out into the "struct qm_fqd" type. 347 struct qm_fqd { struct 400 static inline u64 qm_fqd_stashing_get64(const struct qm_fqd *fqd) in qm_fqd_stashing_get64() 405 static inline dma_addr_t qm_fqd_stashing_addr(const struct qm_fqd *fqd) in qm_fqd_stashing_addr() 410 static inline u64 qm_fqd_context_a_get64(const struct qm_fqd *fqd) in qm_fqd_context_a_get64() 415 static inline void qm_fqd_stashing_set64(struct qm_fqd *fqd, u64 addr) in qm_fqd_stashing_set64() 421 static inline void qm_fqd_context_a_set64(struct qm_fqd *fqd, u64 addr) in qm_fqd_context_a_set64() 428 static inline int qm_fqd_set_taildrop(struct qm_fqd *fqd, u32 val, in qm_fqd_set_taildrop() 451 static inline int qm_fqd_get_taildrop(const struct qm_fqd *fqd) in qm_fqd_get_taildrop() 459 static inline void qm_fqd_set_stashing(struct qm_fqd *fq [all...] |
/kernel/linux/linux-5.10/drivers/soc/fsl/qbman/ |
H A D | qman_priv.h | 216 int qman_query_fq(struct qman_fq *fq, struct qm_fqd *fqd);
|
H A D | qman.c | 278 struct qm_fqd fqd; /* the FQD fields are here */ 2127 int qman_query_fq(struct qman_fq *fq, struct qm_fqd *fqd) in qman_query_fq() 2912 struct qm_fqd fqd; in qpool_cleanup() 2970 struct qm_fqd fqd; in cgr_cleanup()
|
/kernel/linux/linux-6.6/drivers/soc/fsl/qbman/ |
H A D | qman_priv.h | 216 int qman_query_fq(struct qman_fq *fq, struct qm_fqd *fqd);
|
H A D | qman.c | 278 struct qm_fqd fqd; /* the FQD fields are here */ 2127 int qman_query_fq(struct qman_fq *fq, struct qm_fqd *fqd) in qman_query_fq() 2965 struct qm_fqd fqd; in qpool_cleanup() 3023 struct qm_fqd fqd; in cgr_cleanup()
|
Completed in 13 milliseconds