Searched refs:bc (Results 1 – 2 of 2) sorted by relevance
140 bool bio_crypt_dun_is_contiguous(const struct bio_crypt_ctx *bc,
977 struct mpwrq_cqe_bc *bc = (struct mpwrq_cqe_bc *)&cqe->byte_cnt; in mpwrq_get_cqe_byte_cnt() local979 return be16_to_cpu(bc->byte_cnt); in mpwrq_get_cqe_byte_cnt()982 static inline u16 mpwrq_get_cqe_bc_consumed_strides(struct mpwrq_cqe_bc *bc) in mpwrq_get_cqe_bc_consumed_strides() argument984 return 0x7fff & be16_to_cpu(bc->filler_consumed_strides); in mpwrq_get_cqe_bc_consumed_strides()989 struct mpwrq_cqe_bc *bc = (struct mpwrq_cqe_bc *)&cqe->byte_cnt; in mpwrq_get_cqe_consumed_strides() local991 return mpwrq_get_cqe_bc_consumed_strides(bc); in mpwrq_get_cqe_consumed_strides()996 struct mpwrq_cqe_bc *bc = (struct mpwrq_cqe_bc *)&cqe->byte_cnt; in mpwrq_is_filler_cqe() local998 return 0x8000 & be16_to_cpu(bc->filler_consumed_strides); in mpwrq_is_filler_cqe()