Searched refs:bpid (Results 1 – 5 of 5) sorted by relevance
38 __be16 bpid; /* hi 8-bits reserved */ member67 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() argument72 buf->bpid = cpu_to_be16(bpid & 0xff); in bm_buffer_set_bpid()
44 __le16 bpid; member267 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() argument277 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; member410 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() argument420 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 …]
114 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,
75 u8 bpid; /* Buffer Pool ID */ member192 u8 bpid; member
503 u16 bpid; member