/linux/crypto/ |
H A D | seqiv.c | 52 crypto_completion_t compl; in seqiv_aead_encrypt() local 63 compl = req->base.complete; in seqiv_aead_encrypt() 79 compl = seqiv_aead_encrypt_complete; in seqiv_aead_encrypt() 83 aead_request_set_callback(subreq, req->base.flags, compl, data); in seqiv_aead_encrypt() 102 crypto_completion_t compl; in seqiv_aead_decrypt() local 111 compl = req->base.complete; in seqiv_aead_decrypt() 114 aead_request_set_callback(subreq, req->base.flags, compl, data); in seqiv_aead_decrypt()
|
H A D | echainiv.c | 78 crypto_completion_t compl; in echainiv_decrypt() local 87 compl = req->base.complete; in echainiv_decrypt() 90 aead_request_set_callback(subreq, req->base.flags, compl, data); in echainiv_decrypt()
|
H A D | cryptd.c | 319 crypto_completion_t compl) in cryptd_skcipher_enqueue() argument 329 req->base.complete = compl; in cryptd_skcipher_enqueue() 490 crypto_completion_t compl) in cryptd_hash_enqueue() argument 499 req->base.complete = compl; in cryptd_hash_enqueue() 746 crypto_completion_t compl) in cryptd_aead_crypt() argument 784 req->base.complete = compl; in cryptd_aead_crypt() 815 crypto_completion_t compl) in cryptd_aead_enqueue() argument 824 req->base.complete = compl; in cryptd_aead_enqueue()
|
H A D | xts.c | 240 crypto_completion_t compl) in xts_init_crypt() argument 251 skcipher_request_set_callback(subreq, req->base.flags, compl, req); in xts_init_crypt()
|
/linux/net/rxrpc/ |
H A D | call_state.c | 14 enum rxrpc_call_completion compl, in rxrpc_set_call_completion() argument 23 call->completion = compl; in rxrpc_set_call_completion() 60 void rxrpc_prefail_call(struct rxrpc_call *call, enum rxrpc_call_completion compl, in rxrpc_prefail_call() argument 65 call->completion = compl; in rxrpc_prefail_call()
|
H A D | peer_event.c | 187 enum rxrpc_call_completion compl = RXRPC_CALL_NETWORK_ERROR; in rxrpc_store_error() local 197 compl = RXRPC_CALL_LOCAL_ERROR; in rxrpc_store_error() 209 rxrpc_distribute_error(peer, skb, compl, err); in rxrpc_store_error() 216 enum rxrpc_call_completion compl, int err) in rxrpc_distribute_error() argument 231 rxrpc_set_call_completion(call, compl, 0, -err); in rxrpc_distribute_error()
|
H A D | conn_event.c | 24 enum rxrpc_call_completion compl) in rxrpc_set_conn_aborted() argument 33 conn->completion = compl; in rxrpc_set_conn_aborted()
|
/linux/drivers/soc/qcom/ |
H A D | rpmh.c | 83 struct completion *compl = rpm_msg->completion; in rpmh_tx_done() local 86 if (!compl) in rpmh_tx_done() 90 complete(compl); in rpmh_tx_done() 256 DECLARE_COMPLETION_ONSTACK(compl); in rpmh_write() 257 DEFINE_RPMH_MSG_ONSTACK(dev, state, &compl, rpm_msg); in rpmh_write() 268 ret = wait_for_completion_timeout(&compl, RPMH_TIMEOUT_MS); in rpmh_write() 365 struct completion *compl = &compls[i]; in rpmh_write_batch() local 367 init_completion(compl); in rpmh_write_batch() 368 rpm_msgs[i].completion = compl; in rpmh_write_batch()
|
/linux/drivers/scsi/be2iscsi/ |
H A D | be_cmds.c | 311 * @compl: Completion status of MBX Command 320 struct be_mcc_compl *compl) in beiscsi_process_mbox_compl() argument 332 if (!compl->flags) { in beiscsi_process_mbox_compl() 338 compl->flags = le32_to_cpu(compl->flags); in beiscsi_process_mbox_compl() 339 WARN_ON((compl->flags & CQE_FLAGS_VALID_MASK) == 0); in beiscsi_process_mbox_compl() 345 be_dws_le_to_cpu(compl, 4); in beiscsi_process_mbox_compl() 346 compl_status = (compl->status >> CQE_STATUS_COMPL_SHIFT) & in beiscsi_process_mbox_compl() 348 extd_status = (compl->status >> CQE_STATUS_EXTD_SHIFT) & in beiscsi_process_mbox_compl() 351 compl in beiscsi_process_mbox_compl() 363 beiscsi_process_async_link(struct beiscsi_hba * phba,struct be_mcc_compl * compl) beiscsi_process_async_link() argument 401 beiscsi_process_async_sli(struct beiscsi_hba * phba,struct be_mcc_compl * compl) beiscsi_process_async_sli() argument 454 beiscsi_process_async_event(struct beiscsi_hba * phba,struct be_mcc_compl * compl) beiscsi_process_async_event() argument 485 beiscsi_process_mcc_compl(struct be_ctrl_info * ctrl,struct be_mcc_compl * compl) beiscsi_process_mcc_compl() argument [all...] |
/linux/drivers/net/ethernet/emulex/benet/ |
H A D | be_cmds.c | 140 static inline bool be_mcc_compl_is_new(struct be_mcc_compl *compl) in be_mcc_compl_is_new() argument 144 if (compl->flags != 0) { in be_mcc_compl_is_new() 145 flags = le32_to_cpu(compl->flags); in be_mcc_compl_is_new() 147 compl->flags = flags; in be_mcc_compl_is_new() 155 static inline void be_mcc_compl_use(struct be_mcc_compl *compl) in be_mcc_compl_use() argument 157 compl->flags = 0; in be_mcc_compl_use() 187 struct be_mcc_compl *compl, in be_async_cmd_process() argument 190 enum mcc_base_status base_status = base_status(compl->status); in be_async_cmd_process() 213 adapter->flash_status = compl->status; in be_async_cmd_process() 244 struct be_mcc_compl *compl) in be_mcc_compl_process() argument 285 be_async_link_state_process(struct be_adapter * adapter,struct be_mcc_compl * compl) be_async_link_state_process() argument 311 be_async_port_misconfig_event_process(struct be_adapter * adapter,struct be_mcc_compl * compl) be_async_port_misconfig_event_process() argument 369 be_async_grp5_cos_priority_process(struct be_adapter * adapter,struct be_mcc_compl * compl) be_async_grp5_cos_priority_process() argument 383 be_async_grp5_qos_speed_process(struct be_adapter * adapter,struct be_mcc_compl * compl) be_async_grp5_qos_speed_process() argument 395 be_async_grp5_pvid_state_process(struct be_adapter * adapter,struct be_mcc_compl * compl) be_async_grp5_pvid_state_process() argument 410 be_async_grp5_fw_control_process(struct be_adapter * adapter,struct be_mcc_compl * compl) be_async_grp5_fw_control_process() argument 424 be_async_grp5_evt_process(struct be_adapter * adapter,struct be_mcc_compl * compl) be_async_grp5_evt_process() argument 505 be_mcc_event_process(struct be_adapter * adapter,struct be_mcc_compl * compl) be_mcc_event_process() argument 520 struct be_mcc_compl *compl = queue_tail_node(mcc_cq); be_mcc_compl_get() local 551 struct be_mcc_compl *compl; be_process_mcc() local 672 struct be_mcc_compl *compl = &mbox->compl; be_mbox_notify_wait() local [all...] |
H A D | be_main.c | 884 /* Hack to skip HW VLAN tagging needs evt = 1, compl = 0. When this in wrb_fill_hdr() 2487 static void be_parse_rx_compl_v1(struct be_eth_rx_compl *compl, in be_parse_rx_compl_v1() argument 2490 rxcp->pkt_size = GET_RX_COMPL_V1_BITS(pktsize, compl); in be_parse_rx_compl_v1() 2491 rxcp->vlanf = GET_RX_COMPL_V1_BITS(vtp, compl); in be_parse_rx_compl_v1() 2492 rxcp->err = GET_RX_COMPL_V1_BITS(err, compl); in be_parse_rx_compl_v1() 2493 rxcp->tcpf = GET_RX_COMPL_V1_BITS(tcpf, compl); in be_parse_rx_compl_v1() 2494 rxcp->udpf = GET_RX_COMPL_V1_BITS(udpf, compl); in be_parse_rx_compl_v1() 2495 rxcp->ip_csum = GET_RX_COMPL_V1_BITS(ipcksm, compl); in be_parse_rx_compl_v1() 2496 rxcp->l4_csum = GET_RX_COMPL_V1_BITS(l4_cksm, compl); in be_parse_rx_compl_v1() 2497 rxcp->ipv6 = GET_RX_COMPL_V1_BITS(ip_version, compl); in be_parse_rx_compl_v1() 2510 be_parse_rx_compl_v0(struct be_eth_rx_compl * compl,struct be_rx_compl_info * rxcp) be_parse_rx_compl_v0() argument 2534 struct be_eth_rx_compl *compl = queue_tail_node(&rxo->cq); be_rx_compl_get() local 2714 struct be_eth_tx_compl *compl = queue_tail_node(tx_cq); be_tx_compl_get() local [all...] |
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/ |
H A D | tx.c | 115 struct xsk_tx_metadata_compl compl; in mlx5e_xsk_tx() local 117 xsk_tx_metadata_to_compl(meta, &compl); in mlx5e_xsk_tx() 122 { .xsk_meta = compl }); in mlx5e_xsk_tx()
|
/linux/drivers/scsi/snic/ |
H A D | snic_stats.h | 16 atomic64_t compl; /* IO Completions */ member 113 atomic64_inc(&s_stats->io.compl); in snic_stats_update_io_cmpl()
|
/linux/security/keys/ |
H A D | dh.c | 133 DECLARE_CRYPTO_WAIT(compl); in __keyctl_dh_compute() 255 crypto_req_done, &compl); in __keyctl_dh_compute() 262 ret = crypto_wait_req(ret, &compl); in __keyctl_dh_compute()
|
/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | dispc-compat.c | 454 struct completion *compl = data; in dispc_mgr_disable_isr() local 455 complete(compl); in dispc_mgr_disable_isr() 504 struct completion *compl = data; in dispc_digit_out_enable_isr() local 508 complete(compl); in dispc_digit_out_enable_isr()
|
/linux/drivers/net/ethernet/fungible/funcore/ |
H A D | fun_dev.c | 36 struct completion compl; member 456 complete(&ctx->compl); in fun_admin_cmd_sync_cb() 465 .compl = COMPLETION_INITIALIZER_ONSTACK(ctx.compl), in fun_submit_admin_sync_cmd() 481 jiffies_left = wait_for_completion_timeout(&ctx.compl, in fun_submit_admin_sync_cmd() 499 wait_for_completion(&ctx.compl); in fun_submit_admin_sync_cmd()
|
/linux/include/linux/ |
H A D | crypto.h | 500 crypto_completion_t compl, void *data) in crypto_request_set_callback() argument 504 req->complete = compl; in crypto_request_set_callback()
|
/linux/drivers/crypto/virtio/ |
H A D | virtio_crypto_core.c | 27 complete(&vc_ctrl_req->compl); in virtio_crypto_ctrlq_callback() 56 init_completion(&vc_ctrl_req->compl); in virtio_crypto_ctrl_vq_request() 68 wait_for_completion(&vc_ctrl_req->compl); in virtio_crypto_ctrl_vq_request()
|
H A D | virtio_crypto_common.h | 98 struct completion compl; member
|
/linux/drivers/usb/misc/ |
H A D | uss720.c | 60 struct completion compl; member 119 complete(&rq->compl); in async_complete() 142 init_completion(&rq->compl); in submit_async_request() 215 if (wait_for_completion_timeout(&rq->compl, HZ)) { in get_1284_register()
|
/linux/drivers/gpu/drm/omapdrm/ |
H A D | omap_dmm_priv.h | 143 struct completion compl; member
|
H A D | omap_dmm_tiler.c | 293 complete(&dmm->engines[i].compl); in omap_dmm_irq_handler() 428 reinit_completion(&engine->compl); in dmm_txn_commit() 436 if (!wait_for_completion_timeout(&engine->compl, in dmm_txn_commit() 900 init_completion(&omap_dmm->engines[i].compl); in omap_dmm_probe()
|
/linux/drivers/scsi/bfa/ |
H A D | bfa_core.c | 243 static void bfa_iocfc_stop_cb(void *bfa_arg, bfa_boolean_t compl); 244 static void bfa_iocfc_enable_cb(void *bfa_arg, bfa_boolean_t compl); 245 static void bfa_iocfc_disable_cb(void *bfa_arg, bfa_boolean_t compl); 1211 bfa_iocfc_stop_cb(void *bfa_arg, bfa_boolean_t compl) in bfa_iocfc_stop_cb() argument 1216 if (compl) in bfa_iocfc_stop_cb() 1221 bfa_iocfc_enable_cb(void *bfa_arg, bfa_boolean_t compl) in bfa_iocfc_enable_cb() argument 1226 if (compl) in bfa_iocfc_enable_cb() 1231 bfa_iocfc_disable_cb(void *bfa_arg, bfa_boolean_t compl) in bfa_iocfc_disable_cb() argument 1236 if (compl) in bfa_iocfc_disable_cb()
|
/linux/include/crypto/ |
H A D | skcipher.h | 884 * @compl: callback function pointer to be registered with the request handle 904 crypto_completion_t compl, in skcipher_request_set_callback() argument 907 req->base.complete = compl; in skcipher_request_set_callback()
|
H A D | hash.h | 646 * @compl: callback function pointer to be registered with the request handle 666 crypto_completion_t compl, in ahash_request_set_callback() argument 671 crypto_request_set_callback(&req->base, flags, compl, data); in ahash_request_set_callback()
|