Home
last modified time | relevance | path

Searched refs:bc (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Dblk-crypto.h140 bool bio_crypt_dun_is_contiguous(const struct bio_crypt_ctx *bc,
/include/linux/mlx5/
Ddevice.h977 struct mpwrq_cqe_bc *bc = (struct mpwrq_cqe_bc *)&cqe->byte_cnt; in mpwrq_get_cqe_byte_cnt() local
979 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() argument
984 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() local
991 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() local
998 return 0x8000 & be16_to_cpu(bc->filler_consumed_strides); in mpwrq_is_filler_cqe()