/linux-4.4.14/drivers/crypto/ccp/ |
D | ccp-crypto-main.c | 82 if (err && (err != -EINPROGRESS) && (err != -EBUSY)) in ccp_crypto_success() 144 if (err == -EINPROGRESS) { in ccp_crypto_complete() 147 crypto_cmd->ret = -EINPROGRESS; in ccp_crypto_complete() 148 req->complete(req, -EINPROGRESS); in ccp_crypto_complete() 160 backlog->ret = -EINPROGRESS; in ccp_crypto_complete() 161 backlog->req->complete(backlog->req, -EINPROGRESS); in ccp_crypto_complete() 166 req->complete(req, -EINPROGRESS); in ccp_crypto_complete() 192 backlog->ret = -EINPROGRESS; in ccp_crypto_complete() 193 backlog->req->complete(backlog->req, -EINPROGRESS); in ccp_crypto_complete() 230 ret = -EINPROGRESS; in ccp_crypto_enqueue_cmd()
|
D | ccp-dev.c | 116 ret = -EINPROGRESS; in ccp_enqueue_cmd() 148 cmd->callback(cmd->data, -EINPROGRESS); in ccp_do_cmd_backlog()
|
/linux-4.4.14/drivers/net/wireless/orinoco/ |
D | wext.c | 161 int err = -EINPROGRESS; /* Call commit handler */ in orinoco_ioctl_setwap() 245 int err = -EINPROGRESS; /* Call commit handler */ in orinoco_ioctl_setiwencode() 390 return -EINPROGRESS; /* Call commit handler */ in orinoco_ioctl_setessid() 429 int err = -EINPROGRESS; /* Call commit handler */ in orinoco_ioctl_setfreq() 538 return -EINPROGRESS; /* Call commit handler */ in orinoco_ioctl_setsens() 572 return -EINPROGRESS; in orinoco_ioctl_setrate() 617 int err = -EINPROGRESS; /* Call commit handler */ in orinoco_ioctl_setpower() 806 err = -EINPROGRESS; in orinoco_ioctl_set_encodeext() 879 int ret = -EINPROGRESS; in orinoco_ioctl_set_auth() 1141 return -EINPROGRESS; /* Call commit handler */ in orinoco_ioctl_setibssport() [all …]
|
D | orinoco_usb.c | 305 BUG_ON(ctx->outurb->status == -EINPROGRESS); in ezusb_request_context_put() 326 if (usb_unlink_urb(ctx->outurb) == -EINPROGRESS) { in ezusb_request_timerfn() 754 if (upriv->read_urb->status == -EINPROGRESS) { in ezusb_submit_in_urb() 871 if (upriv->read_urb->status != -EINPROGRESS) in ezusb_access_ltv() 1474 if (err == -EINPROGRESS) in ezusb_delete() 1492 if (upriv->read_urb && upriv->read_urb->status == -EINPROGRESS) in ezusb_delete()
|
/linux-4.4.14/crypto/ |
D | mcryptd.c | 184 backlog->complete(backlog, -EINPROGRESS); in mcryptd_queue_worker() 343 if (unlikely(err == -EINPROGRESS)) in mcryptd_hash_init() 369 if (unlikely(err == -EINPROGRESS)) in mcryptd_hash_update() 395 if (unlikely(err == -EINPROGRESS)) in mcryptd_hash_final() 421 if (unlikely(err == -EINPROGRESS)) in mcryptd_hash_finup() 451 if (unlikely(err == -EINPROGRESS)) in mcryptd_hash_digest()
|
D | pcrypt.c | 145 if (padata->info == -EINPROGRESS) in pcrypt_aead_enc() 175 return -EINPROGRESS; in pcrypt_aead_encrypt() 187 if (padata->info == -EINPROGRESS) in pcrypt_aead_dec() 217 return -EINPROGRESS; in pcrypt_aead_decrypt()
|
D | cryptd.c | 157 backlog->complete(backlog, -EINPROGRESS); in cryptd_queue_worker() 213 if (unlikely(err == -EINPROGRESS)) in cryptd_blkcipher_crypt() 467 if (unlikely(err == -EINPROGRESS)) in cryptd_hash_init() 495 if (unlikely(err == -EINPROGRESS)) in cryptd_hash_update() 518 if (unlikely(err == -EINPROGRESS)) in cryptd_hash_final() 541 if (unlikely(err == -EINPROGRESS)) in cryptd_hash_finup() 567 if (unlikely(err == -EINPROGRESS)) in cryptd_hash_digest() 695 if (unlikely(err == -EINPROGRESS)) in cryptd_aead_crypt()
|
D | gcm.c | 105 if (err == -EINPROGRESS) in crypto_gcm_setkey_done() 154 if (err == -EINPROGRESS || err == -EBUSY) { in crypto_gcm_setkey() 300 if (err == -EINPROGRESS) in gcm_hash_len_done() 322 if (err == -EINPROGRESS) in gcm_hash_crypt_remain_done() 352 if (err == -EINPROGRESS) in gcm_hash_crypt_done() 381 if (err == -EINPROGRESS) in gcm_hash_assoc_remain_done() 409 if (err == -EINPROGRESS) in gcm_hash_assoc_done() 434 if (err == -EINPROGRESS) in gcm_hash_init_done() 487 if (err == -EINPROGRESS) in gcm_encrypt_done()
|
D | seqiv.c | 40 if (err == -EINPROGRESS) in seqiv_complete2() 66 if (err == -EINPROGRESS) in seqiv_aead_encrypt_complete2()
|
D | af_alg.c | 485 case -EINPROGRESS: in af_alg_wait_for_completion() 501 if (err == -EINPROGRESS) in af_alg_complete()
|
D | ahash.c | 305 if (err == -EINPROGRESS) in ahash_op_unaligned_finish() 384 if (err == -EINPROGRESS) in ahash_def_finup_finish2()
|
D | echainiv.c | 66 if (err == -EINPROGRESS) in echainiv_encrypt_complete2()
|
D | tcrypt.c | 87 if (err == -EINPROGRESS) in tcrypt_complete() 166 if (ret == -EINPROGRESS || ret == -EBUSY) { in do_one_aead_op() 791 if (ret == -EINPROGRESS || ret == -EBUSY) { in do_one_ahash_op() 1026 if (ret == -EINPROGRESS || ret == -EBUSY) { in do_one_acipher_op()
|
D | testmgr.c | 157 if (err == -EINPROGRESS) in tcrypt_complete() 193 if (ret == -EINPROGRESS || ret == -EBUSY) { in wait_async_op() 363 case -EINPROGRESS: in __test_hash() 581 case -EINPROGRESS: in __test_aead() 738 case -EINPROGRESS: in __test_aead() 1021 case -EINPROGRESS: in __test_skcipher() 1126 case -EINPROGRESS: in __test_skcipher()
|
D | authenc.c | 47 if (err != -EINPROGRESS) in authenc_request_complete()
|
D | authencesn.c | 50 if (err != -EINPROGRESS) in authenc_esn_request_complete()
|
D | chacha20poly1305.c | 82 if (err != -EINPROGRESS && err != -EBUSY) in async_done_continue()
|
D | algapi.c | 887 int err = -EINPROGRESS; in crypto_enqueue_request()
|
D | algif_skcipher.c | 619 if (err == -EINPROGRESS) { in skcipher_recvmsg_async()
|
/linux-4.4.14/drivers/net/wireless/ath/ath5k/ |
D | desc.c | 452 return -EINPROGRESS; in ath5k_hw_proc_2word_tx_status() 507 return -EINPROGRESS; in ath5k_hw_proc_4word_tx_status() 612 return -EINPROGRESS; in ath5k_hw_proc_5210_rx_status() 707 return -EINPROGRESS; in ath5k_hw_proc_5212_rx_status()
|
/linux-4.4.14/arch/x86/crypto/sha-mb/ |
D | sha1_mb.c | 529 return -EINPROGRESS; in sha1_mb_update() 541 return -EINPROGRESS; in sha1_mb_update() 592 return -EINPROGRESS; in sha1_mb_finup() 602 return -EINPROGRESS; in sha1_mb_finup() 640 return -EINPROGRESS; in sha1_mb_final() 651 return -EINPROGRESS; in sha1_mb_final()
|
/linux-4.4.14/drivers/crypto/marvell/ |
D | cesa.c | 55 backlog->complete(backlog, -EINPROGRESS); in mv_cesa_dequeue_req_unlocked() 93 if (res != -EINPROGRESS) { in mv_cesa_int() 120 if (ret != -EINPROGRESS) in mv_cesa_queue_req() 130 return -EINPROGRESS; in mv_cesa_queue_req()
|
D | cesa.h | 710 if (ret == -EINPROGRESS) in mv_cesa_req_needs_cleanup() 773 return -EINPROGRESS; in mv_cesa_dma_process()
|
D | hash.c | 294 return -EINPROGRESS; in mv_cesa_ahash_std_process() 342 if (ret == -EINPROGRESS) in mv_cesa_ahash_process() 1056 if (error == -EINPROGRESS) in mv_cesa_hmac_ahash_complete() 1081 if (ret && ret != -EINPROGRESS) in mv_cesa_ahmac_iv_state_init() 1121 if (ret == -EINPROGRESS) { in mv_cesa_ahmac_pad_init()
|
D | cipher.c | 126 return -EINPROGRESS; in mv_cesa_ablkcipher_std_process()
|
/linux-4.4.14/drivers/usb/host/ |
D | ehci-q.c | 199 int status = -EINPROGRESS; in qtd_copy_status() 260 if (status == -EINPROGRESS || status == -EREMOTEIO) in ehci_urb_done() 312 last_status = -EINPROGRESS; in qh_completions() 332 last_status = -EINPROGRESS; in qh_completions() 425 else if (last_status == -EINPROGRESS && !urb->unlinked) in qh_completions() 457 if (last_status == -EINPROGRESS) { in qh_completions() 463 last_status = -EINPROGRESS; in qh_completions() 468 if (unlikely(last_status != -EINPROGRESS && in qh_completions()
|
D | fhci-q.c | 197 if (urb->status == -EINPROGRESS) { in fhci_urb_complete_free() 258 if (urb->status == -EINPROGRESS) in fhci_done_td()
|
D | ohci-hub.c | 154 int status = -EINPROGRESS; in ohci_rh_resume() 205 if (status != -EINPROGRESS) in ohci_rh_resume()
|
D | uhci-q.c | 1139 ret = -EINPROGRESS; in uhci_fixup_short_transfer() 1186 return -EINPROGRESS; in uhci_result_common() 1382 return -EINPROGRESS; in uhci_result_isochronous() 1590 if (status == -EINPROGRESS) in uhci_scan_qh()
|
D | isp1362-hcd.c | 504 int urbstat = -EINPROGRESS; in postproc_ep() 548 if (urb->status == -EINPROGRESS) in postproc_ep() 635 WARN_ON(urbstat != -EINPROGRESS); in postproc_ep() 644 if (urbstat != -EINPROGRESS) { in postproc_ep() 1833 int status = -EINPROGRESS; in isp1362_bus_resume() 1871 if (status != -EINPROGRESS) in isp1362_bus_resume()
|
D | sl811-hcd.c | 478 int urbstat = -EINPROGRESS; in done() 536 if (urbstat == -EINPROGRESS && in done() 583 if (urbstat != -EINPROGRESS || urb->unlinked) in done()
|
D | ohci-q.c | 53 if (likely(status == -EINPROGRESS)) in finish_urb() 758 int status = -EINPROGRESS; in td_done()
|
D | fotg210-hcd.c | 2162 int status = -EINPROGRESS; in qtd_copy_status() 2238 if (status == -EINPROGRESS || status == -EREMOTEIO) in fotg210_urb_done() 2296 last_status = -EINPROGRESS; in qh_completions() 2318 last_status = -EINPROGRESS; in qh_completions() 2411 else if (last_status == -EINPROGRESS && !urb->unlinked) in qh_completions() 2436 if (last_status == -EINPROGRESS) { in qh_completions() 2442 last_status = -EINPROGRESS; in qh_completions() 2447 if (unlikely(last_status != -EINPROGRESS && in qh_completions()
|
D | ehci-hub.c | 771 urb->status = -EINPROGRESS; in request_single_step_set_feature_urb() 840 urb->status = -EINPROGRESS; in ehset_single_step_set_feature()
|
D | fhci-hcd.c | 454 urb->status = -EINPROGRESS; in fhci_urb_enqueue()
|
D | isp116x-hcd.c | 365 status = -EINPROGRESS; in postproc_atl_queue() 470 if (status != -EINPROGRESS || urb->unlinked) in postproc_atl_queue()
|
D | imx21-hcd.c | 784 urb->status = -EINPROGRESS; in imx21_hc_urb_enqueue_isoc() 1207 urb->status = -EINPROGRESS; in imx21_hc_urb_enqueue()
|
D | oxu210hp-hcd.c | 880 if (unlikely(urb->status != -EINPROGRESS)) in qtd_copy_status() 942 case -EINPROGRESS: /* success */ in ehci_urb_done() 1076 if (likely(urb->status == -EINPROGRESS)) in qh_completions()
|
D | xhci-ring.c | 1981 if ((*status == -EINPROGRESS || *status == 0) && in process_ctrl_td() 2211 if (*status == -EINPROGRESS) { in process_bulk_intr_td() 2271 int status = -EINPROGRESS; in handle_tx_event()
|
/linux-4.4.14/fs/dlm/ |
D | util.c | 59 case -EINPROGRESS: in to_dlm_errno() 81 return -EINPROGRESS; in from_dlm_errno()
|
D | lock.c | 2777 case -EINPROGRESS: in confirm_master() 3084 error = -EINPROGRESS; in do_request() 3104 case -EINPROGRESS: in do_request_effects() 3152 error = -EINPROGRESS; in do_convert() 3177 case -EINPROGRESS: in do_convert_effects() 3449 if (error == -EINPROGRESS) in dlm_lock() 4127 if (error == -EINPROGRESS) in receive_request() 4523 case -EINPROGRESS: in receive_request_reply() 4574 if (is_overlap_unlock(lkb) && (result == 0 || result == -EINPROGRESS)) { in receive_request_reply() 4580 } else if (is_overlap_cancel(lkb) && (result == -EINPROGRESS)) { in receive_request_reply() [all …]
|
D | lowcomms.c | 1032 if (result == -EINPROGRESS) in sctp_connect_to_sock() 1127 if (result == -EINPROGRESS) in tcp_connect_to_sock()
|
/linux-4.4.14/drivers/bluetooth/ |
D | btwilink.c | 174 hst->reg_status = -EINPROGRESS; in ti_st_open() 180 if (err != -EINPROGRESS) { in ti_st_open()
|
/linux-4.4.14/drivers/crypto/ |
D | atmel-sha.c | 378 return -EINPROGRESS; in atmel_sha_xmit_cpu() 414 return -EINPROGRESS; in atmel_sha_xmit_pdc() 477 return -EINPROGRESS; in atmel_sha_xmit_dma() 857 backlog->complete(backlog, -EINPROGRESS); in atmel_sha_handle_queue() 873 if (err != -EINPROGRESS && (ctx->flags & SHA_FLAGS_FINUP)) in atmel_sha_handle_queue() 881 if (err != -EINPROGRESS) in atmel_sha_handle_queue() 951 if (err != -EINPROGRESS) in atmel_sha_final() 966 if (err1 == -EINPROGRESS || err1 == -EBUSY) in atmel_sha_finup() 1133 if (err != -EINPROGRESS) in atmel_sha_done_task()
|
D | omap-sham.c | 547 return -EINPROGRESS; in omap_sham_xmit_cpu() 625 return -EINPROGRESS; in omap_sham_xmit_dma() 689 if (ret != -EINPROGRESS) in omap_sham_xmit_dma_map() 784 if (ret != -EINPROGRESS) in omap_sham_update_dma_start() 1038 backlog->complete(backlog, -EINPROGRESS); in omap_sham_handle_queue() 1057 if (err != -EINPROGRESS && (ctx->flags & BIT(FLAGS_FINUP))) in omap_sham_handle_queue() 1064 if (err != -EINPROGRESS) in omap_sham_handle_queue() 1173 if (err1 == -EINPROGRESS || err1 == -EBUSY) in omap_sham_finup() 1626 if (err != -EINPROGRESS) in omap_sham_done_task() 1641 if (err != -EINPROGRESS) in omap_sham_done_task()
|
D | mxs-dcp.c | 361 backlog->complete(backlog, -EINPROGRESS); in dcp_chan_thread_aes() 416 return -EINPROGRESS; in mxs_dcp_aes_enqueue() 657 backlog->complete(backlog, -EINPROGRESS); in dcp_chan_thread_sha() 736 return -EINPROGRESS; in dcp_sha_update_fx()
|
D | img-hash.c | 205 return -EINPROGRESS; in img_hash_xmit_cpu() 327 return -EINPROGRESS; in img_hash_write_via_dma() 523 backlog->complete(backlog, -EINPROGRESS); in img_hash_handle_queue() 538 if (err != -EINPROGRESS) { in img_hash_handle_queue()
|
D | picoxcell_crypto.c | 557 req->result = -EINPROGRESS; in spacc_aead_submit() 594 return -EINPROGRESS; in spacc_aead_submit() 642 err = -EINPROGRESS; in spacc_aead_setup() 884 return -EINPROGRESS; in spacc_ablk_submit() 924 dev_req->result = -EINPROGRESS; in spacc_ablk_setup() 953 err = -EINPROGRESS; in spacc_ablk_setup()
|
D | bfin_crc.c | 308 backlog->complete(backlog, -EINPROGRESS); in bfin_crypto_crc_handle_queue() 398 return -EINPROGRESS; in bfin_crypto_crc_handle_queue()
|
D | talitos.c | 310 return -EINPROGRESS; in talitos_submit() 1213 if (ret != -EINPROGRESS) { in ipsec_esp() 1599 if (ret != -EINPROGRESS) { in common_nonsnoop() 1784 if (ret != -EINPROGRESS) { in common_nonsnoop_hash() 2016 if (err == -EINPROGRESS) in keyhash_complete() 2051 case -EINPROGRESS: in keyhash()
|
D | s5p-sss.c | 482 backlog->complete(backlog, -EINPROGRESS); in s5p_tasklet_cb()
|
D | sahara.c | 982 return -EINPROGRESS; in sahara_sha_prepare_request() 1051 backlog->complete(backlog, -EINPROGRESS); in sahara_queue_manage()
|
D | ixp4xx_crypto.c | 943 return -EINPROGRESS; in ablk_perform() 1093 return -EINPROGRESS; in aead_perform()
|
D | omap-des.c | 615 backlog->complete(backlog, -EINPROGRESS); in omap_des_handle_queue()
|
D | mv_cesa.c | 622 backlog->complete(backlog, -EINPROGRESS); in queue_manag()
|
/linux-4.4.14/net/xfrm/ |
D | xfrm_output.c | 103 if (err == -EINPROGRESS) in xfrm_output_one() 153 if (err == -EINPROGRESS) in xfrm_output_resume()
|
D | xfrm_input.c | 299 if (nexthdr == -EINPROGRESS) in xfrm_input()
|
/linux-4.4.14/fs/f2fs/ |
D | crypto_key.c | 27 if (rc == -EINPROGRESS) in derive_crypt_complete() 77 if (res == -EINPROGRESS || res == -EBUSY) { in f2fs_derive_key_aes()
|
D | crypto_fname.c | 45 if (res == -EINPROGRESS) in f2fs_dir_crypt_complete() 126 if (res == -EINPROGRESS || res == -EBUSY) { in f2fs_fname_encrypt() 182 if (res == -EINPROGRESS || res == -EBUSY) { in f2fs_fname_decrypt()
|
D | crypto.c | 312 if (res == -EINPROGRESS) in f2fs_crypt_complete() 364 if (res == -EINPROGRESS || res == -EBUSY) { in f2fs_page_crypto()
|
/linux-4.4.14/include/uapi/asm-generic/ |
D | errno.h | 97 #define EINPROGRESS 115 /* Operation now in progress */ macro
|
/linux-4.4.14/arch/mips/include/uapi/asm/ |
D | errno.h | 104 #define EINPROGRESS 150 /* Operation now in progress */ macro
|
/linux-4.4.14/arch/sparc/include/uapi/asm/ |
D | errno.h | 9 #define EINPROGRESS 36 /* Operation now in progress */ macro
|
/linux-4.4.14/arch/alpha/include/uapi/asm/ |
D | errno.h | 12 #define EINPROGRESS 36 /* Operation now in progress */ macro
|
/linux-4.4.14/arch/parisc/include/uapi/asm/ |
D | errno.h | 108 #define EINPROGRESS 245 /* Operation now in progress */ macro
|
/linux-4.4.14/fs/ext4/ |
D | crypto_fname.c | 39 if (res == -EINPROGRESS) in ext4_dir_crypt_complete() 122 if (res == -EINPROGRESS || res == -EBUSY) { in ext4_fname_encrypt() 183 if (res == -EINPROGRESS || res == -EBUSY) { in ext4_fname_decrypt()
|
D | crypto_key.c | 24 if (rc == -EINPROGRESS) in derive_crypt_complete() 73 if (res == -EINPROGRESS || res == -EBUSY) { in ext4_derive_key_aes()
|
D | crypto.c | 245 if (res == -EINPROGRESS) in ext4_crypt_complete() 297 if (res == -EINPROGRESS || res == -EBUSY) { in ext4_page_crypto()
|
/linux-4.4.14/drivers/isdn/gigaset/ |
D | bas-gigaset.c | 206 case -EINPROGRESS: in get_usb_statmsg() 510 case -EINPROGRESS: /* pending */ in read_ctrl_callback() 691 case -EINPROGRESS: /* pending */ in read_int_callback() 863 status == -EINPROGRESS || in read_iso_callback() 887 urb->iso_frame_desc[i].status != -EINPROGRESS)) in read_iso_callback() 927 status == -EINPROGRESS || in write_iso_callback() 1323 if (unlikely(ubc->loststatus != -EINPROGRESS)) { in read_iso_tasklet() 1328 ubc->loststatus = -EINPROGRESS; in read_iso_tasklet() 1350 case -EINPROGRESS: in read_iso_tasklet() 1537 case -EINPROGRESS: /* pending */ in write_ctrl_callback() [all …]
|
/linux-4.4.14/drivers/s390/cio/ |
D | chsc_sch.c | 272 ret = -EINPROGRESS; in chsc_async() 284 if (ret == -EINPROGRESS) in chsc_async() 285 return -EINPROGRESS; in chsc_async() 352 if (ret == -EINPROGRESS) { in chsc_ioctl_start() 944 if (ret == -EINPROGRESS) { in chsc_release()
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
D | txrx.c | 150 case -EINPROGRESS: in mwifiex_process_tx() 224 case -EINPROGRESS: in mwifiex_host_to_card()
|
D | sta_tx.c | 211 case -EINPROGRESS: in mwifiex_send_null_packet()
|
D | 11n_aggr.c | 305 case -EINPROGRESS: in mwifiex_11n_aggregate_pkt()
|
D | init.c | 572 ret = -EINPROGRESS; in mwifiex_init_fw() 651 int ret = -EINPROGRESS; in mwifiex_shutdown_drv()
|
D | usb.c | 156 return -EINPROGRESS; in mwifiex_usb_recv() 204 if (status == -EINPROGRESS) { in mwifiex_usb_rx_complete() 936 return -EINPROGRESS; in mwifiex_usb_host_to_card()
|
D | main.c | 631 if (mwifiex_shutdown_drv(adapter) == -EINPROGRESS) in mwifiex_fw_dpc() 1387 if (mwifiex_shutdown_drv(adapter) == -EINPROGRESS) in mwifiex_add_card() 1450 if (mwifiex_shutdown_drv(adapter) == -EINPROGRESS) in mwifiex_remove_card()
|
/linux-4.4.14/net/rds/ |
D | tcp_connect.c | 113 if (ret == -EINPROGRESS) in rds_tcp_conn_connect()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | errno.c | 156 [EINPROGRESS] = LUSTRE_EINPROGRESS, 302 [LUSTRE_EINPROGRESS] = EINPROGRESS,
|
D | niobuf.c | 464 req->rq_status != -EINPROGRESS && req->rq_status != -EDQUOT) in ptlrpc_send_error()
|
/linux-4.4.14/drivers/usb/serial/ |
D | keyspan.c | 261 if (this_urb->status == -EINPROGRESS) { in keyspan_write() 478 } while (urb->status != -EINPROGRESS); in usa28_indat_callback() 998 if (this_urb->status != -EINPROGRESS) in keyspan_write_room() 1003 if (this_urb->status != -EINPROGRESS) in keyspan_write_room() 1087 if (urb && urb->status == -EINPROGRESS) in stop_urb() 1581 if (this_urb->status == -EINPROGRESS) { in keyspan_usa26_send_setup() 1722 if (this_urb->status == -EINPROGRESS) { in keyspan_usa28_send_setup() 1849 if (this_urb->status == -EINPROGRESS) { in keyspan_usa49_send_setup() 2018 if (this_urb->status == -EINPROGRESS) { in keyspan_usa90_send_setup() 2151 if (this_urb->status == -EINPROGRESS) { in keyspan_usa67_send_setup()
|
D | mos7720.c | 941 if (port->read_urb->status != -EINPROGRESS) { in mos7720_bulk_in_callback() 1124 mos7720_port->write_urb_pool[i]->status == -EINPROGRESS) in mos7720_chars_in_buffer() 1209 mos7720_port->write_urb_pool[i]->status != -EINPROGRESS) in mos7720_write_room() 1241 mos7720_port->write_urb_pool[i]->status != -EINPROGRESS) { in mos7720_write() 1678 if (port->read_urb->status != -EINPROGRESS) { in change_port_settings() 1723 if (port->read_urb->status != -EINPROGRESS) { in mos7720_set_termios()
|
/linux-4.4.14/net/9p/ |
D | error.c | 131 {"Operation now in progress", EINPROGRESS},
|
/linux-4.4.14/drivers/uwb/i1480/dfu/ |
D | dfu.c | 103 i1480->evt_result = -EINPROGRESS; in i1480_cmd()
|
D | usb.c | 244 i1480->evt_result = -EINPROGRESS; in i1480_usb_wait_init_done()
|
/linux-4.4.14/drivers/staging/lustre/lustre/fid/ |
D | fid_request.c | 157 return -EINPROGRESS; in seq_client_alloc_super() 179 } while (rc == -EINPROGRESS || rc == -EAGAIN); in seq_client_alloc_meta()
|
/linux-4.4.14/drivers/misc/mei/ |
D | client.c | 925 if (rets < 0 && rets != -EINPROGRESS) { in mei_cl_disconnect() 1058 if (rets < 0 && rets != -EINPROGRESS) { in mei_cl_connect() 1304 if (rets < 0 && rets != -EINPROGRESS) { in mei_cl_notify_request() 1468 if (rets < 0 && rets != -EINPROGRESS) { in mei_cl_read_start() 1618 if (rets < 0 && rets != -EINPROGRESS) { in mei_cl_write()
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | ar9003_mac.c | 364 return -EINPROGRESS; in ar9003_hw_proc_txdesc() 487 return -EINPROGRESS; in ath9k_hw_process_rxdesc_edma() 493 return -EINPROGRESS; in ath9k_hw_process_rxdesc_edma()
|
D | recv.c | 646 if (ret == -EINPROGRESS) { in ath_edma_get_buffers() 723 if (ret == -EINPROGRESS) { in ath_get_next_rx_buf() 749 if (ret == -EINPROGRESS) in ath_get_next_rx_buf() 757 if (ret == -EINPROGRESS) { in ath_get_next_rx_buf()
|
D | ar9002_mac.c | 323 return -EINPROGRESS; in ar9002_hw_proc_txdesc()
|
D | link.c | 268 if (ret == -EINPROGRESS) { in ath_paprd_calibrate()
|
D | ar9003_paprd.c | 952 status = -EINPROGRESS; in ar9003_paprd_create_curve()
|
D | mac.c | 532 return -EINPROGRESS; in ath9k_hw_rxprocdesc()
|
/linux-4.4.14/drivers/nfc/ |
D | nfcwilink.c | 396 drv->st_register_cb_status = -EINPROGRESS; in nfcwilink_open() 400 if (rc == -EINPROGRESS) { in nfcwilink_open()
|
D | pn533.c | 1065 if (rc != -EINPROGRESS) in pn533_wq_cmd_complete() 1652 return -EINPROGRESS; in pn533_tm_get_data_complete() 2545 return -EINPROGRESS; in pn533_data_exchange_complete() 2553 return -EINPROGRESS; in pn533_data_exchange_complete() 2707 return -EINPROGRESS; in pn533_tm_send_complete()
|
/linux-4.4.14/security/integrity/ima/ |
D | ima_crypto.c | 203 if (err == -EINPROGRESS) in ahash_complete() 214 case -EINPROGRESS: in ahash_wait()
|
/linux-4.4.14/drivers/crypto/caam/ |
D | caamhash.c | 877 ret = -EINPROGRESS; in ahash_update_ctx() 974 ret = -EINPROGRESS; in ahash_final_ctx() 1062 ret = -EINPROGRESS; in ahash_finup_ctx() 1138 ret = -EINPROGRESS; in ahash_digest() 1200 ret = -EINPROGRESS; in ahash_final_no_ctx() 1297 ret = -EINPROGRESS; in ahash_update_no_ctx() 1396 ret = -EINPROGRESS; in ahash_finup_no_ctx() 1496 ret = -EINPROGRESS; in ahash_update_first()
|
D | caamalg.c | 2399 ret = -EINPROGRESS; in gcm_encrypt() 2443 ret = -EINPROGRESS; in aead_encrypt() 2478 ret = -EINPROGRESS; in gcm_decrypt() 2528 ret = -EINPROGRESS; in aead_decrypt() 2678 ret = -EINPROGRESS; in ablkcipher_encrypt() 2715 ret = -EINPROGRESS; in ablkcipher_decrypt() 2857 ret = -EINPROGRESS; in ablkcipher_givencrypt()
|
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
D | osc_internal.h | 151 rc == -EAGAIN || rc == -EINPROGRESS); in osc_recoverable_error()
|
D | osc_request.c | 1616 DEBUG_REQ(rc == -EINPROGRESS ? D_RPCTRACE : D_ERROR, request, in osc_brw_redo_request() 1734 } else if (rc == -EINPROGRESS || in brw_interpret() 1745 else if (rc == -EAGAIN || rc == -EINPROGRESS) in brw_interpret()
|
/linux-4.4.14/drivers/net/ethernet/cisco/enic/ |
D | enic_dev.c | 231 return -EINPROGRESS; in enic_dev_status_to_errno()
|
/linux-4.4.14/drivers/usb/usbip/ |
D | vhci_rx.c | 51 case -EINPROGRESS: in pickup_urb_and_free_priv()
|
D | vhci_hcd.c | 473 if (urb->status != -EINPROGRESS) { in vhci_urb_enqueue() 529 if (urb->status == -EINPROGRESS) { in vhci_urb_enqueue()
|
D | stub_rx.c | 272 if (ret != -EINPROGRESS) in stub_recv_cmd_unlink()
|
/linux-4.4.14/include/net/ |
D | iw_handler.h | 256 #define EIWCOMMIT EINPROGRESS
|
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/ |
D | usb_ops_linux.c | 79 } else if (purb->status == -EINPROGRESS) { in usb_write_port23a_complete()
|
/linux-4.4.14/security/keys/ |
D | request_key.c | 407 return -EINPROGRESS; in construct_alloc_key() 462 } else if (ret == -EINPROGRESS) { in construct_key_and_link()
|
/linux-4.4.14/drivers/crypto/qce/ |
D | core.c | 109 backlog->complete(backlog, -EINPROGRESS); in qce_handle_queue()
|
D | sha.c | 356 if (error == -EINPROGRESS) in qce_digest_complete() 419 if (ret == -EINPROGRESS || ret == -EBUSY) { in qce_ahash_hmac_setkey()
|
/linux-4.4.14/drivers/usb/musb/ |
D | musb_host.c | 367 status = (urb->status == -EINPROGRESS) ? 0 : urb->status; in musb_advance_schedule() 521 if (urb->status == -EINPROGRESS) in musb_host_packet_rx() 533 || (urb->status != -EINPROGRESS); in musb_host_packet_rx() 535 && (urb->status == -EINPROGRESS) in musb_host_packet_rx() 1474 if (urb->status != -EINPROGRESS) { in musb_host_tx() 1979 } else if (urb->status == -EINPROGRESS) { in musb_host_rx() 2064 if (urb->status == -EINPROGRESS) in musb_host_rx()
|
D | musb_gadget.c | 160 if (req->request.status == -EINPROGRESS) in musb_g_giveback() 874 if (request->status == -EINPROGRESS) in musb_g_rx() 1267 request->request.status = -EINPROGRESS; in musb_gadget_queue()
|
D | musb_gadget_ep0.c | 947 req->request.status = -EINPROGRESS; in musb_g_ep0_queue()
|
/linux-4.4.14/net/ipv4/ |
D | ah4.c | 237 if (err == -EINPROGRESS) in ah_output() 407 if (err == -EINPROGRESS) in ah_input()
|
D | esp4.c | 277 case -EINPROGRESS: in esp_output() 478 if (err == -EINPROGRESS) in esp_input()
|
D | ip_fragment.c | 514 return -EINPROGRESS; in ip_frag_queue()
|
/linux-4.4.14/drivers/staging/rtl8723au/hal/ |
D | usb_ops_linux.c | 309 case -EINPROGRESS: in usb_read_interrupt_complete() 591 case -EINPROGRESS: in usb_read_port_complete()
|
/linux-4.4.14/drivers/scsi/aacraid/ |
D | aachba.c | 582 if (status == -EINPROGRESS) { in aac_get_container_name() 700 if (status == -EINPROGRESS) in _aac_probe_container1() 741 if (status == -EINPROGRESS) { in _aac_probe_container() 1064 if (status == -EINPROGRESS) { in aac_get_container_serial() 1967 if (status == -EINPROGRESS) { in aac_read() 2070 if (status == -EINPROGRESS) { in aac_write() 2238 if (status == -EINPROGRESS) { in aac_synchronize() 2318 if (status == -EINPROGRESS) { in aac_start_stop() 3198 if (status == -EINPROGRESS) { in aac_send_srb_fib()
|
D | commsup.c | 563 return -EINPROGRESS; in aac_fib_send() 642 return -EINPROGRESS; in aac_fib_send()
|
/linux-4.4.14/drivers/input/joystick/iforce/ |
D | iforce-packets.c | 266 iforce->ctrl->status != -EINPROGRESS, HZ); in iforce_get_id_packet()
|
/linux-4.4.14/drivers/base/power/ |
D | runtime.c | 323 retval = -EINPROGRESS; in rpm_idle() 470 retval = -EINPROGRESS; in rpm_suspend() 640 retval = -EINPROGRESS; in rpm_resume()
|
/linux-4.4.14/net/atm/ |
D | svc.c | 209 error = -EINPROGRESS; in svc_connect() 538 error = -EINPROGRESS; in svc_addparty()
|
/linux-4.4.14/net/ipv6/ |
D | esp6.c | 269 case -EINPROGRESS: in esp6_output() 432 if (ret == -EINPROGRESS) in esp6_input()
|
D | ah6.c | 440 if (err == -EINPROGRESS) in ah6_output() 621 if (err == -EINPROGRESS) in ah6_input()
|
/linux-4.4.14/drivers/crypto/qat/qat_common/ |
D | qat_algs.c | 853 return -EINPROGRESS; in qat_alg_aead_dec() 898 return -EINPROGRESS; in qat_alg_aead_enc() 1017 return -EINPROGRESS; in qat_alg_ablkcipher_encrypt() 1054 return -EINPROGRESS; in qat_alg_ablkcipher_decrypt()
|
D | qat_asym_algs.c | 342 return -EINPROGRESS; in qat_rsa_enc() 474 return -EINPROGRESS; in qat_rsa_dec()
|
/linux-4.4.14/drivers/net/wireless/ |
D | atmel.c | 1689 return -EINPROGRESS; in atmel_set_essid() 1811 return -EINPROGRESS; /* Call commit handler */ in atmel_set_encode() 1903 return -EINPROGRESS; in atmel_set_encodeext() 1991 return -EINPROGRESS; in atmel_set_auth() 2071 return -EINPROGRESS; in atmel_set_rate() 2085 return -EINPROGRESS; in atmel_set_mode() 2136 return -EINPROGRESS; in atmel_set_power() 2167 return -EINPROGRESS; in atmel_set_retry() 2211 return -EINPROGRESS; /* Call commit handler */ in atmel_set_rts() 2244 return -EINPROGRESS; /* Call commit handler */ in atmel_set_frag() [all …]
|
D | airo.c | 5798 int rc = -EINPROGRESS; /* Call commit handler */ in airo_set_freq() 6010 return -EINPROGRESS; /* Call commit handler */ in airo_set_nick() 6099 return -EINPROGRESS; /* Call commit handler */ in airo_set_rate() 6145 return -EINPROGRESS; /* Call commit handler */ in airo_set_rts() 6189 return -EINPROGRESS; /* Call commit handler */ in airo_set_frag() 6271 return -EINPROGRESS; /* Call commit handler */ in airo_set_mode() 6405 return -EINPROGRESS; /* Call commit handler */ in airo_set_encode() 6566 return -EINPROGRESS; in airo_set_encodeext() 6703 return -EINPROGRESS; in airo_set_auth() 6775 return -EINPROGRESS; /* Call commit handler */ in airo_set_txpow() [all …]
|
D | ray_cs.c | 1043 int err = -EINPROGRESS; /* Call commit handler */ in ray_set_freq() 1098 return -EINPROGRESS; /* Call commit handler */ in ray_set_essid() 1207 return -EINPROGRESS; /* Call commit handler */ in ray_set_rts() 1251 return -EINPROGRESS; /* Call commit handler */ in ray_set_frag() 1279 int err = -EINPROGRESS; /* Call commit handler */ in ray_set_mode()
|
/linux-4.4.14/net/core/ |
D | drop_monitor.c | 271 rc = -EINPROGRESS; in set_all_monitor_traces()
|
/linux-4.4.14/fs/cachefiles/ |
D | rdwr.c | 134 return -EINPROGRESS; in cachefiles_read_reissue() 186 if (error == -EINPROGRESS) in cachefiles_read_copier()
|
/linux-4.4.14/kernel/ |
D | padata.c | 211 padata = ERR_PTR(-EINPROGRESS); in padata_get_next() 245 if (!padata || PTR_ERR(padata) == -EINPROGRESS) in padata_reorder()
|
/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/ |
D | usb_ops_linux.c | 448 case -EINPROGRESS: in usb_read_port_complete() 665 } else if (purb->status == -EINPROGRESS) { in usb_write_port_complete()
|
/linux-4.4.14/drivers/misc/mic/scif/ |
D | scif_api.c | 640 err = -EINPROGRESS; in __scif_connect() 675 err = -EINPROGRESS; in __scif_connect() 700 err = -EINPROGRESS; in __scif_connect()
|
/linux-4.4.14/drivers/input/misc/ |
D | powermate.c | 125 if (pm->config->status == -EINPROGRESS) in powermate_sync_state()
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | dummy_hcd.c | 708 _req->status = -EINPROGRESS; in dummy_queue() 1458 if (req->req.status != -EINPROGRESS) { in transfer() 1470 if (*status != -EINPROGRESS) in transfer() 1778 int status = -EINPROGRESS; in dummy_timer() 1912 if (status == -EINPROGRESS) in dummy_timer()
|
D | fsl_udc_core.c | 175 if (req->req.status == -EINPROGRESS) in done() 905 req->req.status = -EINPROGRESS; in fsl_ep_queue() 1284 req->req.status = -EINPROGRESS; in ep0_prime_status() 1367 req->req.status = -EINPROGRESS; in ch9getstatus()
|
D | udc-xilinx.c | 557 if (req->usb_req.status == -EINPROGRESS) in xudc_done() 1020 req->usb_req.status = -EINPROGRESS; in __xudc_ep0_queue() 1102 _req->status = -EINPROGRESS; in xudc_ep_queue()
|
D | mv_udc_core.c | 227 if (req->req.status == -EINPROGRESS) in done() 725 req->req.status = -EINPROGRESS; in mv_ep_queue() 1471 req->req.status = -EINPROGRESS; in udc_prime_status()
|
D | s3c2410_udc.c | 259 if (likely(req->req.status == -EINPROGRESS)) in s3c2410_udc_done() 1220 _req->status = -EINPROGRESS; in s3c2410_udc_queue()
|
D | fsl_qe_udc.c | 92 if (req->req.status == -EINPROGRESS) in done() 1739 req->req.status = -EINPROGRESS; in __qe_ep_queue() 1992 req->req.status = -EINPROGRESS; in ch9getstatus()
|
D | pxa25x_udc.c | 338 if (likely (req->req.status == -EINPROGRESS)) in done() 668 _req->status = -EINPROGRESS; in pxa25x_ep_queue()
|
D | goku_udc.c | 303 if (likely(req->req.status == -EINPROGRESS)) in done() 746 _req->status = -EINPROGRESS; in goku_queue()
|
D | at91_udc.c | 281 if (req->req.status == -EINPROGRESS) in done() 650 _req->status = -EINPROGRESS; in at91_ep_queue()
|
D | gr_udc.c | 312 if (likely(req->req.status == -EINPROGRESS)) in gr_finish_request() 639 req->req.status = -EINPROGRESS; in gr_queue()
|
D | mv_u3d_core.c | 198 if (req->req.status == -EINPROGRESS) in mv_u3d_done() 501 req->req.status = -EINPROGRESS; in mv_u3d_start_queue()
|
D | pxa27x_udc.c | 739 if (likely(req->req.status == -EINPROGRESS)) in req_done() 1178 _req->status = -EINPROGRESS; in pxa_ep_queue()
|
D | atmel_usba_udc.c | 496 if (req->req.status == -EINPROGRESS) in request_complete() 769 _req->status = -EINPROGRESS; in usba_ep_queue()
|
D | pch_udc.c | 1457 if (req->req.status == -EINPROGRESS) in complete_req() 1905 usbreq->status = -EINPROGRESS; in pch_udc_pcd_queue()
|
D | net2272.c | 379 if (req->req.status == -EINPROGRESS) in net2272_done() 860 _req->status = -EINPROGRESS; in net2272_queue()
|
/linux-4.4.14/net/nfc/ |
D | llcp_sock.c | 40 err = -EINPROGRESS; in sock_wait_state() 733 if (ret && ret != -EINPROGRESS) in llcp_sock_connect()
|
/linux-4.4.14/drivers/spi/ |
D | spi.c | 980 if (msg->status != -EINPROGRESS) in spi_transfer_one_message() 1004 if (msg->status == -EINPROGRESS) in spi_transfer_one_message() 1370 msg->status = -EINPROGRESS; in __spi_queued_transfer() 2206 message->status = -EINPROGRESS; in __spi_validate()
|
D | spi-mpc52xx.c | 367 m->status = -EINPROGRESS; in mpc52xx_spi_transfer()
|
D | spi-sh.c | 378 mesg->status = -EINPROGRESS; in spi_sh_transfer()
|
D | spi-mpc52xx-psc.c | 298 m->status = -EINPROGRESS; in mpc52xx_psc_spi_transfer()
|
D | spi-bfin-sport.c | 552 msg->status = -EINPROGRESS; in bfin_sport_spi_transfer()
|
D | spi-ep93xx.c | 407 return -EINPROGRESS; in ep93xx_spi_read_write()
|
/linux-4.4.14/drivers/usb/core/ |
D | urb.c | 355 urb->status = -EINPROGRESS; in usb_submit_urb()
|
D | driver.c | 1725 if (status < 0 && status != -EINPROGRESS) in usb_autopm_get_interface_async() 1732 if (status > 0 || status == -EINPROGRESS) in usb_autopm_get_interface_async()
|
D | message.c | 309 if (retval != -EINPROGRESS && in sg_complete() 596 if (retval != -EINPROGRESS in usb_sg_cancel()
|
/linux-4.4.14/drivers/net/wimax/i2400m/ |
D | rx.c | 296 if (i2400m->ack_skb != ERR_PTR(-EINPROGRESS)) { in i2400m_rx_ctl_ack() 306 if (i2400m->ack_skb != ERR_PTR(-EINPROGRESS)) { in i2400m_rx_ctl_ack()
|
D | control.c | 741 i2400m->ack_skb = ERR_PTR(-EINPROGRESS); in i2400m_msg_to_dev()
|
/linux-4.4.14/Documentation/DocBook/media/ |
D | Makefile | 124 EINPROGRESS \
|
/linux-4.4.14/drivers/staging/rtl8712/ |
D | usb_ops_linux.c | 243 case -EINPROGRESS: in r8712_usb_read_port_complete()
|
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/ |
D | mdc_reint.c | 281 } else if (rc == -EINPROGRESS) { in mdc_create()
|
/linux-4.4.14/Documentation/usb/ |
D | error-codes.txt | 92 -EINPROGRESS URB still pending, no results yet
|
D | URB.txt | 140 After submission, urb->status is -EINPROGRESS; however, you should never
|
/linux-4.4.14/drivers/usb/wusbcore/ |
D | wa-xfer.c | 1687 if (urb->status != -EINPROGRESS) { in wa_urb_enqueue_b() 1862 if (urb->status != -EINPROGRESS) /* cancelled */ in wa_urb_enqueue() 2185 BUG_ON(buf_in_urb->status == -EINPROGRESS); in __wa_populate_buf_in_urb_isoc() 2236 BUG_ON(buf_in_urb->status == -EINPROGRESS); in wa_populate_buf_in_urb()
|
/linux-4.4.14/drivers/mmc/host/ |
D | atmel-mci.c | 667 cmd->error = -EINPROGRESS; in atmci_prepare_command() 904 data->error = -EINPROGRESS; in atmci_prepare_data() 947 data->error = -EINPROGRESS; in atmci_prepare_data_pdc() 1003 data->error = -EINPROGRESS; in atmci_prepare_data_dma()
|
/linux-4.4.14/drivers/usb/gadget/udc/bdc/ |
D | bdc_ep.c | 654 status_req->usb_req.status = -EINPROGRESS; in ep0_queue_status_stage() 671 req->usb_req.status = -EINPROGRESS; in ep0_queue() 729 req->usb_req.status = -EINPROGRESS; in ep_queue()
|
/linux-4.4.14/arch/powerpc/platforms/powernv/ |
D | opal.c | 872 case OPAL_ASYNC_COMPLETION: return -EINPROGRESS; in opal_error_code()
|
/linux-4.4.14/drivers/media/usb/au0828/ |
D | au0828-dvb.c | 215 purb->status = -EINPROGRESS; in start_urb_transfer()
|
/linux-4.4.14/drivers/net/irda/ |
D | irda-usb.c | 648 case -EINPROGRESS: in irda_usb_net_timeout() 686 case -EINPROGRESS: in irda_usb_net_timeout()
|
/linux-4.4.14/drivers/staging/emxx_udc/ |
D | emxx_udc.c | 184 udc->ep0_req.req.status = -EINPROGRESS; in _nbu2ss_create_ep0_packet() 1956 if (likely(req->req.status == -EINPROGRESS)) in _nbu2ss_ep_done() 2634 _nbu2ss_nuke(udc, ep, -EINPROGRESS); /* dequeue request */ in nbu2ss_ep_disable() 2753 _req->status = -EINPROGRESS; in nbu2ss_ep_queue()
|
/linux-4.4.14/drivers/media/usb/pvrusb2/ |
D | pvrusb2-io.c | 636 bp->status = -EINPROGRESS; in pvr2_buffer_queue()
|
/linux-4.4.14/net/bluetooth/ |
D | af_bluetooth.c | 510 err = -EINPROGRESS; in bt_sock_wait_state()
|
/linux-4.4.14/drivers/misc/ti-st/ |
D | st_core.c | 565 return -EINPROGRESS; in st_register()
|
/linux-4.4.14/drivers/phy/ |
D | phy-core.c | 160 if (ret < 0 && ret != -EINPROGRESS) in phy_pm_runtime_get()
|
/linux-4.4.14/drivers/media/radio/wl128x/ |
D | fmdrv_common.c | 1512 if (ret == -EINPROGRESS) { in fmc_prepare() 1514 fmdev->streg_cbdata = -EINPROGRESS; in fmc_prepare()
|
/linux-4.4.14/drivers/media/rc/ |
D | ati_remote.c | 438 ((ati_remote->out_urb->status != -EINPROGRESS) || in ati_remote_sendpacket()
|
/linux-4.4.14/drivers/scsi/pm8001/ |
D | pm8001_ctl.c | 653 return -EINPROGRESS; in pm8001_store_update_fw()
|
/linux-4.4.14/net/openvswitch/ |
D | conntrack.c | 327 return -EINPROGRESS; in handle_fragments()
|
/linux-4.4.14/fs/afs/ |
D | rxrpc.c | 620 return -EINPROGRESS; in afs_dont_wait_for_call_to_complete()
|
/linux-4.4.14/fs/ecryptfs/ |
D | crypto.c | 322 if (rc == -EINPROGRESS) in extent_crypt_complete() 389 if (rc == -EINPROGRESS || rc == -EBUSY) { in crypt_scatterlist()
|
/linux-4.4.14/arch/x86/crypto/ |
D | aesni-intel_glue.c | 822 if (err == -EINPROGRESS) in rfc4106_set_hash_subkey_done() 871 if (ret == -EINPROGRESS || ret == -EBUSY) { in rfc4106_set_hash_subkey()
|
/linux-4.4.14/drivers/staging/wlan-ng/ |
D | hfa384x_usb.c | 2696 if (hw->tx_urb.status == -EINPROGRESS) { in hfa384x_drvr_txframe() 2944 if (ret != -EINPROGRESS) { in unlocked_usbctlx_cancel_async() 3899 if (usb_unlink_urb(&hw->ctlx_urb) == -EINPROGRESS) { in hfa384x_usbctlx_reqtimerfn()
|
/linux-4.4.14/net/phonet/ |
D | socket.c | 275 err = -EINPROGRESS; in pn_socket_connect()
|
/linux-4.4.14/net/ax25/ |
D | af_ax25.c | 1151 err = -EINPROGRESS; in ax25_connect() 1279 err = -EINPROGRESS; in ax25_connect()
|
/linux-4.4.14/drivers/net/wireless/prism54/ |
D | isl_ioctl.c | 305 return (rvalue ? rvalue : -EINPROGRESS); in prism54_set_freq() 539 return (rvalue ? rvalue : -EINPROGRESS); /* Call commit handler */ in prism54_set_wap() 2655 return (ret ? ret : -EINPROGRESS); in prism54_debug_set_oid()
|
/linux-4.4.14/fs/btrfs/ |
D | dev-replace.c | 424 if (ret == -EINPROGRESS) { in btrfs_dev_replace_start()
|
/linux-4.4.14/drivers/media/usb/dvb-usb/ |
D | dib0700_core.c | 798 purb->status = -EINPROGRESS; in dib0700_rc_setup()
|
/linux-4.4.14/drivers/usb/mon/ |
D | mon_text.c | 257 mon_text_event(rp, urb, 'S', -EINPROGRESS); in mon_text_submit()
|
/linux-4.4.14/drivers/md/ |
D | dm-crypt.c | 945 case -EINPROGRESS: in crypt_convert() 1367 if (error == -EINPROGRESS) { in kcryptd_async_done()
|
/linux-4.4.14/drivers/usb/dwc3/ |
D | ep0.c | 124 req->request.status = -EINPROGRESS; in __dwc3_gadget_ep0_queue()
|
D | gadget.c | 259 if (req->request.status == -EINPROGRESS) in dwc3_gadget_giveback() 1086 req->request.status = -EINPROGRESS; in __dwc3_gadget_ep_queue()
|
/linux-4.4.14/drivers/usb/dwc2/ |
D | hcd_ddma.c | 1040 if (failed || (*xfer_done && urb->status != -EINPROGRESS)) { in dwc2_process_non_isoc_desc()
|
/linux-4.4.14/drivers/usb/isp1760/ |
D | isp1760-hcd.c | 677 if (urb->status == -EINPROGRESS) in isp1760_urb_done() 815 (qtd->urb->status == -EINPROGRESS)) in collect_qtds()
|
/linux-4.4.14/drivers/usb/renesas_usbhs/ |
D | mod_gadget.c | 181 req->status = -EINPROGRESS; in usbhsg_queue_push()
|
/linux-4.4.14/net/caif/ |
D | caif_socket.c | 856 err = -EINPROGRESS; in caif_connect()
|
/linux-4.4.14/net/wireless/ |
D | sme.c | 497 return -EINPROGRESS; in cfg80211_sme_connect()
|
/linux-4.4.14/drivers/usb/misc/ |
D | usbtest.c | 1127 case -EINPROGRESS: in ctrl_complete() 1447 case -EINPROGRESS: in unlink1()
|
/linux-4.4.14/net/sunrpc/ |
D | xprtsock.c | 2285 case -EINPROGRESS: in xs_tcp_finish_connecting() 2339 case -EINPROGRESS: in xs_tcp_setup_socket()
|