Home
last modified time | relevance | path

Searched refs:compl (Results 1 – 25 of 37) sorted by relevance

12

/linux/include/net/
H A Dxdp_sock.h137 struct xsk_tx_metadata_compl *compl) in xsk_tx_metadata_to_compl() argument
143 compl->tx_timestamp = &meta->completion.tx_timestamp; in xsk_tx_metadata_to_compl()
145 compl->tx_timestamp = NULL; in xsk_tx_metadata_to_compl()
185 static inline void xsk_tx_metadata_complete(struct xsk_tx_metadata_compl *compl, in xsk_tx_metadata_complete() argument
189 if (!compl) in xsk_tx_metadata_complete()
191 if (!compl->tx_timestamp) in xsk_tx_metadata_complete()
194 *compl->tx_timestamp = ops->tmo_fill_timestamp(priv); in xsk_tx_metadata_complete()
214 struct xsk_tx_metadata_compl *compl) in xsk_tx_metadata_to_compl() argument
224 static inline void xsk_tx_metadata_complete(struct xsk_tx_metadata_compl *compl, in xsk_tx_metadata_complete() argument
/linux/crypto/
H A Dseqiv.c52 crypto_completion_t compl; in seqiv_aead_encrypt() local
63 compl = req->base.complete; in seqiv_aead_encrypt()
90 compl = seqiv_aead_encrypt_complete; in seqiv_aead_encrypt()
94 aead_request_set_callback(subreq, req->base.flags, compl, data); in seqiv_aead_encrypt()
113 crypto_completion_t compl; in seqiv_aead_decrypt() local
122 compl = req->base.complete; in seqiv_aead_decrypt()
125 aead_request_set_callback(subreq, req->base.flags, compl, data); in seqiv_aead_decrypt()
H A Dechainiv.c90 crypto_completion_t compl; in echainiv_decrypt() local
99 compl = req->base.complete; in echainiv_decrypt()
102 aead_request_set_callback(subreq, req->base.flags, compl, data); in echainiv_decrypt()
H A Dcryptd.c313 crypto_completion_t compl) in cryptd_skcipher_enqueue() argument
323 req->base.complete = compl; in cryptd_skcipher_enqueue()
484 crypto_completion_t compl) in cryptd_hash_enqueue() argument
493 req->base.complete = compl; in cryptd_hash_enqueue()
740 crypto_completion_t compl) in cryptd_aead_crypt() argument
778 req->base.complete = compl; in cryptd_aead_crypt()
809 crypto_completion_t compl) in cryptd_aead_enqueue() argument
818 req->base.complete = compl; in cryptd_aead_enqueue()
H A Dxts.c240 crypto_completion_t compl) in xts_init_crypt() argument
251 skcipher_request_set_callback(subreq, req->base.flags, compl, req); in xts_init_crypt()
H A Dgcm.c203 crypto_completion_t compl, in gcm_hash_update() argument
210 ahash_request_set_callback(ahreq, flags, compl, req); in gcm_hash_update()
218 crypto_completion_t compl, u32 flags) in gcm_hash_remain() argument
220 return gcm_hash_update(req, compl, &gcm_zeroes->sg, remain, flags); in gcm_hash_remain()
/linux/net/rxrpc/
H A Dcall_state.c14 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 Dpeer_event.c174 enum rxrpc_call_completion compl = RXRPC_CALL_NETWORK_ERROR; in rxrpc_store_error() local
184 compl = RXRPC_CALL_LOCAL_ERROR; in rxrpc_store_error()
196 rxrpc_distribute_error(peer, skb, compl, err); in rxrpc_store_error()
203 enum rxrpc_call_completion compl, int err) in rxrpc_distribute_error() argument
218 rxrpc_set_call_completion(call, compl, 0, -err); in rxrpc_distribute_error()
H A Dconn_event.c24 enum rxrpc_call_completion compl) in rxrpc_set_conn_aborted() argument
33 conn->completion = compl; in rxrpc_set_conn_aborted()
/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_aer.c56 struct completion compl; member
63 struct completion compl; member
118 complete(&sriov_data->compl); in adf_device_sriov_worker()
140 init_completion(&sriov_data.compl); in adf_device_reset_worker()
143 if (wait_for_completion_timeout(&sriov_data.compl, wait_jiffies)) in adf_device_reset_worker()
153 complete(&reset_data->compl); in adf_device_reset_worker()
170 init_completion(&reset_data->compl); in adf_dev_aer_schedule_reset()
181 &reset_data->compl, wait_jiffies); in adf_dev_aer_schedule_reset()
/linux/drivers/soc/qcom/
H A Drpmh.c83 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 Dbe_cmds.c320 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->flags = 0; in beiscsi_process_mbox_compl()
363 struct be_mcc_compl *compl) in beiscsi_process_async_link() argument
367 evt = (struct be_async_event_link_state *)compl; in beiscsi_process_async_link()
[all …]
/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.c140 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
[all …]
H A Dbe_main.c2487 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()
2498 rxcp->num_rcvd = GET_RX_COMPL_V1_BITS(numfrags, compl); in be_parse_rx_compl_v1()
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
H A Dtx.c115 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 Dsnic_stats.h16 atomic64_t compl; /* IO Completions */ member
113 atomic64_inc(&s_stats->io.compl); in snic_stats_update_io_cmpl()
/linux/security/keys/
H A Ddh.c133 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/net/ethernet/fungible/funcore/
H A Dfun_dev.c36 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/crypto/
H A Daead.h480 crypto_completion_t compl, in aead_request_set_callback() argument
483 req->base.complete = compl; in aead_request_set_callback()
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddispc-compat.c453 struct completion *compl = data; in dispc_mgr_disable_isr() local
454 complete(compl); in dispc_mgr_disable_isr()
503 struct completion *compl = data; in dispc_digit_out_enable_isr() local
507 complete(compl); in dispc_digit_out_enable_isr()
/linux/drivers/crypto/virtio/
H A Dvirtio_crypto_core.c27 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 Dvirtio_crypto_common.h98 struct completion compl; member
/linux/drivers/gpu/drm/omapdrm/
H A Domap_dmm_priv.h143 struct completion compl; member
H A Domap_dmm_tiler.c293 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/dma/idxd/
H A Ddma.c69 u64 compl, u32 flags) in idxd_prep_desc_common() argument
82 hw->completion_addr = compl; in idxd_prep_desc_common()

12