Lines Matching refs:sr_workunit
57 struct sr_crypto_wu *sr_crypto_prepare(struct sr_workunit *,
90 int sr_crypto_rw(struct sr_workunit *);
91 int sr_crypto_dev_rw(struct sr_workunit *, struct sr_crypto_wu *);
92 void sr_crypto_done_internal(struct sr_workunit *,
94 void sr_crypto_done(struct sr_workunit *);
278 sr_crypto_prepare(struct sr_workunit *wu, struct sr_crypto *mdd_crypto, in sr_crypto_prepare()
936 struct sr_workunit *wu; in sr_crypto_alloc_resources_internal()
1021 struct sr_workunit *wu; in sr_crypto_free_resources_internal()
1152 sr_crypto_rw(struct sr_workunit *wu) in sr_crypto_rw()
1191 sr_crypto_dev_rw(struct sr_workunit *wu, struct sr_crypto_wu *crwu) in sr_crypto_dev_rw()
1223 sr_crypto_done_internal(struct sr_workunit *wu, struct sr_crypto *mdd_crypto) in sr_crypto_done_internal()
1258 sr_crypto_done(struct sr_workunit *wu) in sr_crypto_done()