Searched defs:sctx (Results 1 – 14 of 14) sorted by relevance
/drivers/md/ |
D | dm-switch.c | 62 struct switch_ctx *sctx; in alloc_switch_ctx() local 78 struct switch_ctx *sctx = ti->private; in alloc_region_table() local 126 static void switch_get_position(struct switch_ctx *sctx, unsigned long region_nr, in switch_get_position() 140 static unsigned switch_region_table_read(struct switch_ctx *sctx, unsigned long region_nr) in switch_region_table_read() 154 static unsigned switch_get_path_nr(struct switch_ctx *sctx, sector_t offset) in switch_get_path_nr() 174 static void switch_region_table_write(struct switch_ctx *sctx, unsigned long region_nr, in switch_region_table_write() 192 static void initialise_region_table(struct switch_ctx *sctx) in initialise_region_table() 206 struct switch_ctx *sctx = ti->private; in parse_path() local 235 struct switch_ctx *sctx = ti->private; in switch_dtr() local 260 struct switch_ctx *sctx; in switch_ctr() local [all …]
|
/drivers/crypto/nx/ |
D | nx-sha512.c | 39 struct sha512_state *sctx = shash_desc_ctx(desc); in nx_sha512_init() local 59 struct sha512_state *sctx = shash_desc_ctx(desc); in nx_sha512_update() local 181 struct sha512_state *sctx = shash_desc_ctx(desc); in nx_sha512_final() local 254 struct sha512_state *sctx = shash_desc_ctx(desc); in nx_sha512_export() local 263 struct sha512_state *sctx = shash_desc_ctx(desc); in nx_sha512_import() local
|
D | nx-sha256.c | 39 struct sha256_state *sctx = shash_desc_ctx(desc); in nx_sha256_init() local 59 struct sha256_state *sctx = shash_desc_ctx(desc); in nx_sha256_update() local 178 struct sha256_state *sctx = shash_desc_ctx(desc); in nx_sha256_final() local 248 struct sha256_state *sctx = shash_desc_ctx(desc); in nx_sha256_export() local 257 struct sha256_state *sctx = shash_desc_ctx(desc); in nx_sha256_import() local
|
D | nx-aes-xcbc.c | 158 struct xcbc_state *sctx = shash_desc_ctx(desc); in nx_xcbc_init() local 169 struct xcbc_state *sctx = shash_desc_ctx(desc); in nx_xcbc_update() local 294 struct xcbc_state *sctx = shash_desc_ctx(desc); in nx_xcbc_final() local
|
/drivers/crypto/ |
D | padlock-sha.c | 276 struct sha1_state *sctx = shash_desc_ctx(desc); in padlock_sha1_init_nano() local 288 struct sha1_state *sctx = shash_desc_ctx(desc); in padlock_sha1_update_nano() local 359 struct sha256_state *sctx = shash_desc_ctx(desc); in padlock_sha256_init_nano() local 372 struct sha256_state *sctx = shash_desc_ctx(desc); in padlock_sha256_update_nano() local 446 void *sctx = shash_desc_ctx(desc); in padlock_sha_export_nano() local 456 void *sctx = shash_desc_ctx(desc); in padlock_sha_import_nano() local
|
/drivers/staging/rtl8723bs/core/ |
D | rtw_xmit.c | 3002 void rtw_sctx_init(struct submit_ctx *sctx, int timeout_ms) in rtw_sctx_init() 3010 int rtw_sctx_wait(struct submit_ctx *sctx, const char *msg) in rtw_sctx_wait() 3047 void rtw_sctx_done_err(struct submit_ctx **sctx, int status) in rtw_sctx_done_err() 3058 void rtw_sctx_done(struct submit_ctx **sctx) in rtw_sctx_done()
|
D | rtw_cmd.c | 726 struct submit_ctx sctx; in rtw_startbss_cmd() local
|
D | rtw_mlme_ext.c | 2348 struct submit_ctx sctx; in dump_mgntframe_and_wait() local
|
/drivers/staging/rtl8188eu/core/ |
D | rtw_xmit.c | 2007 void rtw_sctx_init(struct submit_ctx *sctx, int timeout_ms) in rtw_sctx_init() 2015 int rtw_sctx_wait(struct submit_ctx *sctx) in rtw_sctx_wait() 2051 void rtw_sctx_done_err(struct submit_ctx **sctx, int status) in rtw_sctx_done_err()
|
D | rtw_mlme_ext.c | 237 struct submit_ctx sctx; in dump_mgntframe_and_wait() local
|
/drivers/misc/ |
D | fastrpc.c | 197 struct fastrpc_session_ctx *sctx; member 882 static int fastrpc_invoke_send(struct fastrpc_session_ctx *sctx, in fastrpc_invoke_send()
|
/drivers/staging/rtl8188eu/include/ |
D | rtw_xmit.h | 199 struct submit_ctx *sctx; member
|
/drivers/staging/rtl8723bs/include/ |
D | rtw_xmit.h | 267 struct submit_ctx *sctx; member
|
D | rtw_cmd.h | 30 struct submit_ctx *sctx; member
|