Lines Matching defs:qm_fqd
328 * the "Query FQ" result, it's suctioned out into the "struct qm_fqd" type.
347 struct qm_fqd {
400 static inline u64 qm_fqd_stashing_get64(const struct qm_fqd *fqd)
405 static inline dma_addr_t qm_fqd_stashing_addr(const struct qm_fqd *fqd)
410 static inline u64 qm_fqd_context_a_get64(const struct qm_fqd *fqd)
415 static inline void qm_fqd_stashing_set64(struct qm_fqd *fqd, u64 addr)
421 static inline void qm_fqd_context_a_set64(struct qm_fqd *fqd, u64 addr)
428 static inline int qm_fqd_set_taildrop(struct qm_fqd *fqd, u32 val,
451 static inline int qm_fqd_get_taildrop(const struct qm_fqd *fqd)
459 static inline void qm_fqd_set_stashing(struct qm_fqd *fqd, u8 as, u8 ds, u8 cs)
468 static inline u8 qm_fqd_get_stashing(const struct qm_fqd *fqd)
473 static inline void qm_fqd_set_oac(struct qm_fqd *fqd, u8 val)
478 static inline void qm_fqd_set_oal(struct qm_fqd *fqd, s8 val)
483 static inline void qm_fqd_set_destwq(struct qm_fqd *fqd, int ch, int wq)
489 static inline int qm_fqd_get_chan(const struct qm_fqd *fqd)
494 static inline int qm_fqd_get_wq(const struct qm_fqd *fqd)
608 struct qm_fqd fqd; /* the FQD fields go here */