Home
last modified time | relevance | path

Searched refs:bpid (Results 1 – 5 of 5) sorted by relevance

/include/soc/fsl/
Dbman.h38 __be16 bpid; /* hi 8-bits reserved */ member
67 return be16_to_cpu(buf->bpid) & 0xff; in bm_buffer_get_bpid()
70 static inline void bm_buffer_set_bpid(struct bm_buffer *buf, int bpid) in bm_buffer_set_bpid() argument
72 buf->bpid = cpu_to_be16(bpid & 0xff); in bm_buffer_set_bpid()
Ddpaa2-fd.h44 __le16 bpid; member
267 return le16_to_cpu(fd->simple.bpid) & FD_BPID_MASK; in dpaa2_fd_get_bpid()
275 static inline void dpaa2_fd_set_bpid(struct dpaa2_fd *fd, uint16_t bpid) in dpaa2_fd_set_bpid() argument
277 fd->simple.bpid &= cpu_to_le16(~(FD_BPID_MASK)); in dpaa2_fd_set_bpid()
278 fd->simple.bpid |= cpu_to_le16(bpid); in dpaa2_fd_set_bpid()
291 __le16 bpid; member
410 return le16_to_cpu(sg->bpid) & SG_BPID_MASK; in dpaa2_sg_get_bpid()
418 static inline void dpaa2_sg_set_bpid(struct dpaa2_sg_entry *sg, u16 bpid) in dpaa2_sg_set_bpid() argument
420 sg->bpid &= cpu_to_le16(~(SG_BPID_MASK)); in dpaa2_sg_set_bpid()
421 sg->bpid |= cpu_to_le16(bpid); in dpaa2_sg_set_bpid()
[all …]
Ddpaa2-io.h114 int dpaa2_io_service_release(struct dpaa2_io *d, u16 bpid,
116 int dpaa2_io_service_acquire(struct dpaa2_io *d, u16 bpid,
126 int dpaa2_io_query_bp_count(struct dpaa2_io *d, u16 bpid,
Dqman.h75 u8 bpid; /* Buffer Pool ID */ member
192 u8 bpid; member
/include/linux/fsl/
Dmc.h503 u16 bpid; member