Searched defs:ccp (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/drivers/crypto/ccp/ |
D | ccp-dev.c | 135 void ccp_add_device(struct ccp_device *ccp) in ccp_add_device() 158 void ccp_del_device(struct ccp_device *ccp) in ccp_del_device() 182 int ccp_register_rng(struct ccp_device *ccp) in ccp_register_rng() 197 void ccp_unregister_rng(struct ccp_device *ccp) in ccp_unregister_rng() 291 struct ccp_device *ccp; in ccp_enqueue_cmd() local 348 struct ccp_device *ccp = cmd->ccp; in ccp_do_cmd_backlog() local 376 struct ccp_device *ccp = cmd_q->ccp; in ccp_dequeue_cmd() local 478 struct ccp_device *ccp; in ccp_alloc_struct() local 508 struct ccp_device *ccp = container_of(rng, struct ccp_device, hwrng); in ccp_trng_read() local 535 bool ccp_queues_suspended(struct ccp_device *ccp) in ccp_queues_suspended() [all …]
|
D | ccp-dev-v3.c | 22 struct ccp_device *ccp = cmd_q->ccp; in ccp_alloc_ksb() local 53 struct ccp_device *ccp = cmd_q->ccp; in ccp_free_ksb() local 77 struct ccp_device *ccp = cmd_q->ccp; in ccp_do_cmd() local 314 static void ccp_disable_queue_interrupts(struct ccp_device *ccp) in ccp_disable_queue_interrupts() 319 static void ccp_enable_queue_interrupts(struct ccp_device *ccp) in ccp_enable_queue_interrupts() 326 struct ccp_device *ccp = (struct ccp_device *)data; in ccp_irq_bh() local 358 struct ccp_device *ccp = (struct ccp_device *)data; in ccp_irq_handler() local 369 static int ccp_init(struct ccp_device *ccp) in ccp_init() 518 static void ccp_destroy(struct ccp_device *ccp) in ccp_destroy()
|
D | ccp-dmaengine.c | 43 static unsigned int ccp_get_dma_chan_attr(struct ccp_device *ccp) in ccp_get_dma_chan_attr() 62 static void ccp_free_cmd_resources(struct ccp_device *ccp, in ccp_free_cmd_resources() 73 static void ccp_free_desc_resources(struct ccp_device *ccp, in ccp_free_desc_resources() 105 static void ccp_cleanup_desc_resources(struct ccp_device *ccp, in ccp_cleanup_desc_resources() 361 struct ccp_device *ccp = chan->ccp; in ccp_create_desc() local 635 int ccp_dmaengine_register(struct ccp_device *ccp) in ccp_dmaengine_register() 747 void ccp_dmaengine_unregister(struct ccp_device *ccp) in ccp_dmaengine_unregister()
|
D | ccp-dev-v5.c | 27 struct ccp_device *ccp; in ccp_lsb_alloc() local 81 struct ccp_device *ccp = cmd_q->ccp; in ccp_lsb_free() local 608 static int ccp_find_and_assign_lsb_to_q(struct ccp_device *ccp, in ccp_find_and_assign_lsb_to_q() 665 static int ccp_assign_lsbs(struct ccp_device *ccp) in ccp_assign_lsbs() 720 static void ccp5_disable_queue_interrupts(struct ccp_device *ccp) in ccp5_disable_queue_interrupts() 728 static void ccp5_enable_queue_interrupts(struct ccp_device *ccp) in ccp5_enable_queue_interrupts() 738 struct ccp_device *ccp = (struct ccp_device *)data; in ccp5_irq_bh() local 768 struct ccp_device *ccp = (struct ccp_device *)data; in ccp5_irq_handler() local 779 static int ccp5_init(struct ccp_device *ccp) in ccp5_init() 995 static void ccp5_destroy(struct ccp_device *ccp) in ccp5_destroy() [all …]
|
D | ccp-debugfs.c | 45 struct ccp_device *ccp = filp->private_data; in ccp5_debugfs_info_read() local 100 struct ccp_device *ccp = filp->private_data; in ccp5_debugfs_stats_read() local 178 struct ccp_device *ccp = filp->private_data; in ccp5_debugfs_stats_write() local 282 void ccp5_debugfs_setup(struct ccp_device *ccp) in ccp5_debugfs_setup()
|
D | ccp-ops.c | 55 #define CCP_NEW_JOBID(ccp) ((ccp->vdata->version == CCP_VERSION(3, 0)) ? \ argument 58 static u32 ccp_gen_jobid(struct ccp_device *ccp) in ccp_gen_jobid()
|
D | ccp-dev.h | 235 struct ccp_device *ccp; member 246 struct ccp_device *ccp; member 261 struct ccp_device *ccp; member
|
/Linux-v5.4/drivers/infiniband/hw/qib/ |
D | qib_mad.c | 2095 static int cc_get_classportinfo(struct ib_cc_mad *ccp, in cc_get_classportinfo() 2115 static int cc_get_congestion_info(struct ib_cc_mad *ccp, in cc_get_congestion_info() 2131 static int cc_get_congestion_setting(struct ib_cc_mad *ccp, in cc_get_congestion_setting() 2162 static int cc_get_congestion_control_table(struct ib_cc_mad *ccp, in cc_get_congestion_control_table() 2215 static int cc_set_congestion_setting(struct ib_cc_mad *ccp, in cc_set_congestion_setting() 2243 static int cc_set_congestion_control_table(struct ib_cc_mad *ccp, in cc_set_congestion_control_table() 2300 struct ib_cc_mad *ccp, int mad_flags) in check_cc_key() 2309 struct ib_cc_mad *ccp = (struct ib_cc_mad *)out_mad; in process_cc() local
|
/Linux-v5.4/include/linux/ |
D | ccp.h | 642 struct ccp_device *ccp; member
|