Symbol: ccp_cmd_queue
drivers/crypto/ccp/ccp-debugfs.c
115
struct ccp_cmd_queue *cmd_q = &ccp->cmd_q[i];
drivers/crypto/ccp/ccp-debugfs.c
158
static void ccp5_debugfs_reset_queue_stats(struct ccp_cmd_queue *cmd_q)
drivers/crypto/ccp/ccp-debugfs.c
194
struct ccp_cmd_queue *cmd_q = filp->private_data;
drivers/crypto/ccp/ccp-debugfs.c
249
struct ccp_cmd_queue *cmd_q = filp->private_data;
drivers/crypto/ccp/ccp-debugfs.c
284
struct ccp_cmd_queue *cmd_q;
drivers/crypto/ccp/ccp-dev-v3.c
19
static u32 ccp_alloc_ksb(struct ccp_cmd_queue *cmd_q, unsigned int count)
drivers/crypto/ccp/ccp-dev-v3.c
327
struct ccp_cmd_queue *cmd_q;
drivers/crypto/ccp/ccp-dev-v3.c
372
struct ccp_cmd_queue *cmd_q;
drivers/crypto/ccp/ccp-dev-v3.c
50
static void ccp_free_ksb(struct ccp_cmd_queue *cmd_q, unsigned int start,
drivers/crypto/ccp/ccp-dev-v3.c
519
struct ccp_cmd_queue *cmd_q;
drivers/crypto/ccp/ccp-dev-v3.c
69
static unsigned int ccp_get_free_slots(struct ccp_cmd_queue *cmd_q)
drivers/crypto/ccp/ccp-dev-v3.c
76
struct ccp_cmd_queue *cmd_q = op->cmd_q;
drivers/crypto/ccp/ccp-dev-v5.c
1008
struct ccp_cmd_queue *cmd_q;
drivers/crypto/ccp/ccp-dev-v5.c
207
static unsigned int ccp5_get_free_slots(struct ccp_cmd_queue *cmd_q)
drivers/crypto/ccp/ccp-dev-v5.c
222
struct ccp_cmd_queue *cmd_q)
drivers/crypto/ccp/ccp-dev-v5.c
25
static u32 ccp_lsb_alloc(struct ccp_cmd_queue *cmd_q, unsigned int count)
drivers/crypto/ccp/ccp-dev-v5.c
587
static int ccp_find_lsb_regions(struct ccp_cmd_queue *cmd_q, u64 status)
drivers/crypto/ccp/ccp-dev-v5.c
628
struct ccp_cmd_queue *cmd_q = &ccp->cmd_q[i];
drivers/crypto/ccp/ccp-dev-v5.c
70
static void ccp_lsb_free(struct ccp_cmd_queue *cmd_q, unsigned int start,
drivers/crypto/ccp/ccp-dev-v5.c
743
struct ccp_cmd_queue *cmd_q = &ccp->cmd_q[i];
drivers/crypto/ccp/ccp-dev-v5.c
782
struct ccp_cmd_queue *cmd_q;
drivers/crypto/ccp/ccp-dev.c
374
static struct ccp_cmd *ccp_dequeue_cmd(struct ccp_cmd_queue *cmd_q)
drivers/crypto/ccp/ccp-dev.c
436
struct ccp_cmd_queue *cmd_q = (struct ccp_cmd_queue *)data;
drivers/crypto/ccp/ccp-dev.h
380
struct ccp_cmd_queue cmd_q[MAX_HW_QUEUES];
drivers/crypto/ccp/ccp-dev.h
532
struct ccp_cmd_queue *cmd_q;
drivers/crypto/ccp/ccp-dev.h
641
int ccp_run_cmd(struct ccp_cmd_queue *cmd_q, struct ccp_cmd *cmd);
drivers/crypto/ccp/ccp-dev.h
660
u32 (*sballoc)(struct ccp_cmd_queue *, unsigned int);
drivers/crypto/ccp/ccp-dev.h
661
void (*sbfree)(struct ccp_cmd_queue *, unsigned int, unsigned int);
drivers/crypto/ccp/ccp-dev.h
662
unsigned int (*get_free_slots)(struct ccp_cmd_queue *);
drivers/crypto/ccp/ccp-ops.c
1103
ccp_run_xts_aes_cmd(struct ccp_cmd_queue *cmd_q, struct ccp_cmd *cmd)
drivers/crypto/ccp/ccp-ops.c
1303
ccp_run_des3_cmd(struct ccp_cmd_queue *cmd_q, struct ccp_cmd *cmd)
drivers/crypto/ccp/ccp-ops.c
1499
ccp_run_sha_cmd(struct ccp_cmd_queue *cmd_q, struct ccp_cmd *cmd)
drivers/crypto/ccp/ccp-ops.c
154
struct ccp_cmd_queue *cmd_q,
drivers/crypto/ccp/ccp-ops.c
1845
ccp_run_rsa_cmd(struct ccp_cmd_queue *cmd_q, struct ccp_cmd *cmd)
drivers/crypto/ccp/ccp-ops.c
1977
ccp_run_passthru_cmd(struct ccp_cmd_queue *cmd_q, struct ccp_cmd *cmd)
drivers/crypto/ccp/ccp-ops.c
2109
ccp_run_passthru_nomap_cmd(struct ccp_cmd_queue *cmd_q,
drivers/crypto/ccp/ccp-ops.c
2173
static int ccp_run_ecc_mm_cmd(struct ccp_cmd_queue *cmd_q, struct ccp_cmd *cmd)
drivers/crypto/ccp/ccp-ops.c
2280
static int ccp_run_ecc_pm_cmd(struct ccp_cmd_queue *cmd_q, struct ccp_cmd *cmd)
drivers/crypto/ccp/ccp-ops.c
2450
ccp_run_ecc_cmd(struct ccp_cmd_queue *cmd_q, struct ccp_cmd *cmd)
drivers/crypto/ccp/ccp-ops.c
2476
int ccp_run_cmd(struct ccp_cmd_queue *cmd_q, struct ccp_cmd *cmd)
drivers/crypto/ccp/ccp-ops.c
266
static void ccp_free_data(struct ccp_data *data, struct ccp_cmd_queue *cmd_q)
drivers/crypto/ccp/ccp-ops.c
272
static int ccp_init_data(struct ccp_data *data, struct ccp_cmd_queue *cmd_q,
drivers/crypto/ccp/ccp-ops.c
430
static int ccp_copy_to_from_sb(struct ccp_cmd_queue *cmd_q,
drivers/crypto/ccp/ccp-ops.c
462
static int ccp_copy_to_sb(struct ccp_cmd_queue *cmd_q,
drivers/crypto/ccp/ccp-ops.c
469
static int ccp_copy_from_sb(struct ccp_cmd_queue *cmd_q,
drivers/crypto/ccp/ccp-ops.c
477
ccp_run_aes_cmac_cmd(struct ccp_cmd_queue *cmd_q, struct ccp_cmd *cmd)
drivers/crypto/ccp/ccp-ops.c
633
ccp_run_aes_gcm_cmd(struct ccp_cmd_queue *cmd_q, struct ccp_cmd *cmd)
drivers/crypto/ccp/ccp-ops.c
926
ccp_run_aes_cmd(struct ccp_cmd_queue *cmd_q, struct ccp_cmd *cmd)