Symbol: qm_fqd
drivers/soc/fsl/qbman/qman.c
2150
int qman_query_fq(struct qman_fq *fq, struct qm_fqd *fqd)
drivers/soc/fsl/qbman/qman.c
278
struct qm_fqd fqd; /* the FQD fields are here */
drivers/soc/fsl/qbman/qman.c
2983
struct qm_fqd fqd;
drivers/soc/fsl/qbman/qman.c
3041
struct qm_fqd fqd;
drivers/soc/fsl/qbman/qman_priv.h
216
int qman_query_fq(struct qman_fq *fq, struct qm_fqd *fqd);
include/soc/fsl/qman.h
400
static inline u64 qm_fqd_stashing_get64(const struct qm_fqd *fqd)
include/soc/fsl/qman.h
405
static inline dma_addr_t qm_fqd_stashing_addr(const struct qm_fqd *fqd)
include/soc/fsl/qman.h
410
static inline u64 qm_fqd_context_a_get64(const struct qm_fqd *fqd)
include/soc/fsl/qman.h
415
static inline void qm_fqd_stashing_set64(struct qm_fqd *fqd, u64 addr)
include/soc/fsl/qman.h
421
static inline void qm_fqd_context_a_set64(struct qm_fqd *fqd, u64 addr)
include/soc/fsl/qman.h
428
static inline int qm_fqd_set_taildrop(struct qm_fqd *fqd, u32 val,
include/soc/fsl/qman.h
451
static inline int qm_fqd_get_taildrop(const struct qm_fqd *fqd)
include/soc/fsl/qman.h
459
static inline void qm_fqd_set_stashing(struct qm_fqd *fqd, u8 as, u8 ds, u8 cs)
include/soc/fsl/qman.h
468
static inline u8 qm_fqd_get_stashing(const struct qm_fqd *fqd)
include/soc/fsl/qman.h
473
static inline void qm_fqd_set_oac(struct qm_fqd *fqd, u8 val)
include/soc/fsl/qman.h
478
static inline void qm_fqd_set_oal(struct qm_fqd *fqd, s8 val)
include/soc/fsl/qman.h
483
static inline void qm_fqd_set_destwq(struct qm_fqd *fqd, int ch, int wq)
include/soc/fsl/qman.h
489
static inline int qm_fqd_get_chan(const struct qm_fqd *fqd)
include/soc/fsl/qman.h
494
static inline int qm_fqd_get_wq(const struct qm_fqd *fqd)
include/soc/fsl/qman.h
608
struct qm_fqd fqd; /* the FQD fields go here */