/linux/include/net/ |
H A D | xdp_sock.h | 137 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 D | seqiv.c | 52 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 D | echainiv.c | 90 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 D | cryptd.c | 313 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()
|
/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 | 174 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()
|
/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | adf_aer.c | 56 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 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 | 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() 345 be_dws_le_to_cpu(compl, 4); 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 401 struct be_mcc_compl *compl) in beiscsi_process_async_sli() argument 454 struct be_mcc_compl *compl) in beiscsi_process_async_event() argument 481 evt_code, compl->status, compl->flags); in beiscsi_process_async_event() 485 struct be_mcc_compl *compl) in beiscsi_process_mcc_compl() argument [all …]
|
/linux/drivers/net/ethernet/emulex/benet/ |
H A D | be_cmds.c | 144 if (compl->flags != 0) { in be_mcc_compl_is_new() 147 compl->flags = flags; in be_mcc_compl_is_new() 157 compl->flags = 0; in be_mcc_compl_use() 254 be_dws_le_to_cpu(compl, 4); in be_mcc_compl_process() 259 resp_hdr = be_decode_resp_hdr(compl->tag0, compl->tag1); in be_mcc_compl_process() 280 return compl->status; in be_mcc_compl_process() 524 return compl; in be_mcc_compl_get() 551 struct be_mcc_compl *compl; in be_process_mcc() local 564 be_mcc_compl_use(compl); in be_process_mcc() 672 struct be_mcc_compl *compl = &mbox->compl; in be_mbox_notify_wait() local [all …]
|
H A D | be_main.c | 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() 2502 rxcp->qnq = GET_RX_COMPL_V1_BITS(qnq, compl); in be_parse_rx_compl_v1() 2507 GET_RX_COMPL_V1_BITS(tunneled, compl); in be_parse_rx_compl_v1() 2515 rxcp->err = GET_RX_COMPL_V0_BITS(err, compl); in be_parse_rx_compl_v0() 2525 rxcp->qnq = GET_RX_COMPL_V0_BITS(qnq, compl); in be_parse_rx_compl_v0() 2544 be_dws_le_to_cpu(compl, sizeof(*compl)); in be_rx_compl_get() 2547 be_parse_rx_compl_v1(compl, rxcp); in be_rx_compl_get() 2549 be_parse_rx_compl_v0(compl, rxcp); in be_rx_compl_get() [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/include/crypto/ |
H A D | aead.h | 480 crypto_completion_t compl, in aead_request_set_callback() argument 483 req->base.complete = compl; in aead_request_set_callback()
|
H A D | hash.h | 622 crypto_completion_t compl, in ahash_request_set_callback() argument 625 req->base.complete = compl; in ahash_request_set_callback()
|
H A D | skcipher.h | 897 crypto_completion_t compl, in skcipher_request_set_callback() argument 900 req->base.complete = compl; in skcipher_request_set_callback()
|
/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | dispc-compat.c | 453 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/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/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
|
/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/drivers/dma/idxd/ |
H A D | dma.c | 69 u64 compl, u32 flags) in idxd_prep_desc_common() argument 82 hw->completion_addr = compl; in idxd_prep_desc_common()
|