Lines Matching defs:fqd
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 *fqd, u8 as, u8 ds, u8 cs) in qm_fqd_set_stashing()
468 static inline u8 qm_fqd_get_stashing(const struct qm_fqd *fqd) in qm_fqd_get_stashing()
473 static inline void qm_fqd_set_oac(struct qm_fqd *fqd, u8 val) in qm_fqd_set_oac()
478 static inline void qm_fqd_set_oal(struct qm_fqd *fqd, s8 val) in qm_fqd_set_oal()
483 static inline void qm_fqd_set_destwq(struct qm_fqd *fqd, int ch, int wq) in qm_fqd_set_destwq()
489 static inline int qm_fqd_get_chan(const struct qm_fqd *fqd) in qm_fqd_get_chan()
494 static inline int qm_fqd_get_wq(const struct qm_fqd *fqd) in qm_fqd_get_wq()
608 struct qm_fqd fqd; /* the FQD fields go here */ member