Home
last modified time | relevance | path

Searched defs:c_ctx (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/lightnvm/
Dpblk-write.c21 struct pblk_c_ctx *c_ctx) in pblk_end_w_bio()
68 struct pblk_c_ctx *c_ctx) in pblk_end_queued_w_bio()
75 struct pblk_c_ctx *c_ctx) in pblk_complete_write()
182 static void pblk_queue_resubmit(struct pblk *pblk, struct pblk_c_ctx *c_ctx) in pblk_queue_resubmit()
210 struct pblk_c_ctx *c_ctx = nvm_rq_to_pdu(rqd); in pblk_submit_rec() local
255 struct pblk_c_ctx *c_ctx = nvm_rq_to_pdu(rqd); in pblk_end_io_write() local
325 struct pblk_c_ctx *c_ctx = nvm_rq_to_pdu(rqd); in pblk_setup_w_rq() local
563 struct pblk_c_ctx *c_ctx = nvm_rq_to_pdu(rqd); in pblk_free_write_rqd() local
Dpblk-rb.c518 struct pblk_c_ctx *c_ctx = nvm_rq_to_pdu(rqd); in pblk_rb_read_to_bio() local
Dpblk.h948 static inline struct nvm_rq *nvm_rq_from_c_ctx(void *c_ctx) in nvm_rq_from_c_ctx()
/Linux-v4.19/drivers/crypto/chelsio/
Dchcr_crypto.h162 static inline struct chcr_context *c_ctx(struct crypto_ablkcipher *tfm) in c_ctx() function