qm_sg_entry
struct qm_sg_entry *sg_table, *fd_sgt;
qm_sg_bytes = qm_sg_ents * sizeof(struct qm_sg_entry);
struct qm_sg_entry sgt[];
struct qm_sg_entry sgt[];
struct qm_sg_entry *sg_table, *fd_sgt;
struct qm_sg_entry fd_sgt[2];
static inline void __dma_to_qm_sg(struct qm_sg_entry *qm_sg_ptr, dma_addr_t dma,
static inline void dma_to_qm_sg_one(struct qm_sg_entry *qm_sg_ptr,
static inline void dma_to_qm_sg_one_last(struct qm_sg_entry *qm_sg_ptr,
static inline void dma_to_qm_sg_one_ext(struct qm_sg_entry *qm_sg_ptr,
static inline void dma_to_qm_sg_one_last_ext(struct qm_sg_entry *qm_sg_ptr,
static inline struct qm_sg_entry *
struct qm_sg_entry *qm_sg_ptr, u16 offset)
struct qm_sg_entry *qm_sg_ptr, u16 offset)
static void dpaa_release_sgt_members(struct qm_sg_entry *sgt)
struct qm_sg_entry *sgt;
const struct qm_sg_entry *sgt;
const struct qm_sg_entry *sgt;
struct qm_sg_entry *sgt;
sgt = (struct qm_sg_entry *)(buff_start + priv->tx_headroom);
struct qm_sg_entry *sgt;
static inline dma_addr_t qm_sg_addr(const struct qm_sg_entry *sg)
static inline u64 qm_sg_entry_get64(const struct qm_sg_entry *sg)
static inline void qm_sg_entry_set64(struct qm_sg_entry *sg, u64 addr)
static inline bool qm_sg_entry_is_final(const struct qm_sg_entry *sg)
static inline bool qm_sg_entry_is_ext(const struct qm_sg_entry *sg)
static inline int qm_sg_entry_get_len(const struct qm_sg_entry *sg)
static inline void qm_sg_entry_set_len(struct qm_sg_entry *sg, int len)
static inline void qm_sg_entry_set_f(struct qm_sg_entry *sg, int len)
static inline int qm_sg_entry_get_off(const struct qm_sg_entry *sg)