Home
last modified time | relevance | path

Searched defs:ccp (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/crypto/ccp/
H A Dccp-dev.c135 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
534 bool ccp_queues_suspended(struct ccp_device *ccp) in ccp_queues_suspended()
[all …]
H A Dccp-dev-v3.c22 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()
517 static void ccp_destroy(struct ccp_device *ccp) in ccp_destroy()
H A Dccp-dmaengine.c43 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 static void ccp_dma_release(struct ccp_device *ccp) in ccp_dma_release()
650 static void ccp_dma_release_channels(struct ccp_device *ccp) in ccp_dma_release_channels()
665 int ccp_dmaengine_register(struct ccp_device *ccp) in ccp_dmaengine_register()
778 void ccp_dmaengine_unregister(struct ccp_device *ccp) in ccp_dmaengine_unregister()
H A Dccp-dev-v5.c27 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()
1006 static void ccp5_destroy(struct ccp_device *ccp) in ccp5_destroy()
[all …]
H A Dccp-ops.c57 #define CCP_NEW_JOBID(ccp) ((ccp->vdata->version == CCP_VERSION(3, 0)) ? \ argument
60 static u32 ccp_gen_jobid(struct ccp_device *ccp) in ccp_gen_jobid()
H A Dccp-dev.h235 struct ccp_device *ccp; member
246 struct ccp_device *ccp; member
261 struct ccp_device *ccp; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
H A Dsetup.c118 struct mlx5e_create_cq_param ccp; in mlx5e_open_xsk() local
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dptp.c561 struct mlx5e_create_cq_param ccp = {}; in mlx5e_ptp_open_tx_cqs() local
615 struct mlx5e_create_cq_param ccp = {}; in mlx5e_ptp_open_rx_cq() local
H A Dqos.c72 struct mlx5e_create_cq_param ccp = {}; in mlx5e_open_qos_sq() local
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c2099 struct mlx5e_create_cq_param *ccp) in mlx5e_open_xdpredirect_sq()
2175 struct mlx5e_create_cq_param *ccp, in mlx5e_alloc_cq()
2253 struct mlx5e_cq_param *param, struct mlx5e_create_cq_param *ccp, in mlx5e_open_cq()
2320 struct mlx5e_create_cq_param *ccp, in mlx5e_open_tx_cqs()
2526 struct mlx5e_create_cq_param *ccp) in mlx5e_open_async_icosq()
2570 struct mlx5e_create_cq_param ccp; in mlx5e_open_queues() local
/linux/drivers/scsi/elx/libefc_sli/
H A Dsli4.h1126 u8 ccp; member
1174 u8 ccp; member
1231 u8 ccp; member
1275 u8 ccp; member
1328 u8 ccp; member
1375 u8 ccp; member
1427 u8 ccp; member
1466 u8 ccp; member
1512 u8 ccp; member
1550 u8 ccp; member
[all …]
/linux/include/linux/
H A Dccp.h643 struct ccp_device *ccp; member