Home
last modified time | relevance | path

Searched refs:EINPROGRESS (Results 1 – 25 of 198) sorted by relevance

12345678

/linux-2.6.39/drivers/net/wimax/i2400m/
Dsdio-fw.c182 i2400ms->bm_ack_size != -EINPROGRESS, in i2400ms_bus_bm_wait_for_ack()
192 BUG_ON(result == -EINPROGRESS); in i2400ms_bus_bm_wait_for_ack()
203 i2400ms->bm_ack_size = -EINPROGRESS; in i2400ms_bus_bm_wait_for_ack()
Dsdio-rx.c250 i2400ms->bm_wait_result = -EINPROGRESS; in i2400ms_rx_setup()
257 i2400ms->bm_ack_size = -EINPROGRESS; in i2400ms_rx_setup()
/linux-2.6.39/crypto/
Dpcrypt.c152 if (padata->info == -EINPROGRESS) in pcrypt_aead_enc()
182 return -EINPROGRESS; in pcrypt_aead_encrypt()
194 if (padata->info == -EINPROGRESS) in pcrypt_aead_dec()
224 return -EINPROGRESS; in pcrypt_aead_decrypt()
236 if (padata->info == -EINPROGRESS) in pcrypt_aead_givenc()
268 return -EINPROGRESS; in pcrypt_aead_givencrypt()
Dcryptd.c152 backlog->complete(backlog, -EINPROGRESS); in cryptd_queue_worker()
195 if (unlikely(err == -EINPROGRESS)) in cryptd_blkcipher_crypt()
433 if (unlikely(err == -EINPROGRESS)) in cryptd_hash_init()
461 if (unlikely(err == -EINPROGRESS)) in cryptd_hash_update()
484 if (unlikely(err == -EINPROGRESS)) in cryptd_hash_final()
507 if (unlikely(err == -EINPROGRESS)) in cryptd_hash_finup()
533 if (unlikely(err == -EINPROGRESS)) in cryptd_hash_digest()
633 if (unlikely(err == -EINPROGRESS)) in cryptd_aead_crypt()
Dgcm.c90 if (err == -EINPROGRESS) in crypto_gcm_setkey_done()
141 if (err == -EINPROGRESS || err == -EBUSY) { in crypto_gcm_setkey()
307 if (err == -EINPROGRESS || err == -EBUSY) in __gcm_hash_len_done()
327 if (err == -EINPROGRESS || err == -EBUSY) in __gcm_hash_crypt_remain_done()
353 if (err == -EINPROGRESS || err == -EBUSY) in __gcm_hash_crypt_done()
380 if (err == -EINPROGRESS || err == -EBUSY) in __gcm_hash_assoc_remain_done()
408 if (err == -EINPROGRESS || err == -EBUSY) in __gcm_hash_assoc_done()
434 if (err == -EINPROGRESS || err == -EBUSY) in __gcm_hash_init_done()
527 if (err == -EINPROGRESS || err == -EBUSY) in gcm_encrypt_done()
603 if (err == -EINPROGRESS || err == -EBUSY) in gcm_dec_hash_done()
Dseqiv.c37 if (err == -EINPROGRESS) in seqiv_complete2()
63 if (err == -EINPROGRESS) in seqiv_aead_complete2()
/linux-2.6.39/drivers/net/wireless/orinoco/
Dwext.c159 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 …]
/linux-2.6.39/drivers/staging/bcm/
DInterfaceMisc.c222 if(psIntfAdapter->psInterruptUrb->status == -EINPROGRESS) in Bcm_kill_all_URBs()
232 if(tempUrb->status == -EINPROGRESS) in Bcm_kill_all_URBs()
242 if(tempUrb->status == -EINPROGRESS) in Bcm_kill_all_URBs()
/linux-2.6.39/drivers/usb/host/
Dehci-q.c200 int status = -EINPROGRESS; in qtd_copy_status()
277 if (status == -EINPROGRESS || status == -EREMOTEIO) in ehci_urb_done()
339 last_status = -EINPROGRESS; in qh_completions()
360 last_status = -EINPROGRESS; in qh_completions()
442 else if (last_status == -EINPROGRESS && !urb->unlinked) in qh_completions()
466 if (last_status == -EINPROGRESS) { in qh_completions()
472 last_status = -EINPROGRESS; in qh_completions()
477 if (unlikely(last_status != -EINPROGRESS && in qh_completions()
Dfhci-q.c197 if (urb->status == -EINPROGRESS) { in fhci_urb_complete_free()
258 if (urb->status == -EINPROGRESS) in fhci_done_td()
/linux-2.6.39/net/xfrm/
Dxfrm_output.c84 if (err == -EINPROGRESS) in xfrm_output_one()
133 if (err == -EINPROGRESS) in xfrm_output_resume()
/linux-2.6.39/drivers/net/wireless/ath/ath5k/
Ddesc.c358 return -EINPROGRESS; in ath5k_hw_proc_2word_tx_status()
410 return -EINPROGRESS; in ath5k_hw_proc_4word_tx_status()
534 return -EINPROGRESS; in ath5k_hw_proc_5210_rx_status()
618 return -EINPROGRESS; in ath5k_hw_proc_5212_rx_status()
/linux-2.6.39/fs/dlm/
Dutil.c59 case -EINPROGRESS: in to_dlm_errno()
81 return -EINPROGRESS; in from_dlm_errno()
/linux-2.6.39/include/asm-generic/
Derrno.h88 #define EINPROGRESS 115 /* Operation now in progress */ macro
/linux-2.6.39/arch/parisc/include/asm/
Derrno.h108 #define EINPROGRESS 245 /* Operation now in progress */ macro
/linux-2.6.39/arch/mips/include/asm/
Derrno.h104 #define EINPROGRESS 150 /* Operation now in progress */ macro
/linux-2.6.39/arch/sparc/include/asm/
Derrno.h9 #define EINPROGRESS 36 /* Operation now in progress */ macro
/linux-2.6.39/arch/alpha/include/asm/
Derrno.h12 #define EINPROGRESS 36 /* Operation now in progress */ macro
/linux-2.6.39/drivers/isdn/gigaset/
Dbas-gigaset.c205 case -EINPROGRESS: in get_usb_statmsg()
509 case -EINPROGRESS: /* pending */ in read_ctrl_callback()
684 case -EINPROGRESS: /* pending */ in read_int_callback()
856 status == -EINPROGRESS || in read_iso_callback()
881 -EINPROGRESS)) in read_iso_callback()
921 status == -EINPROGRESS || in write_iso_callback()
1322 if (unlikely(ubc->loststatus != -EINPROGRESS)) { in read_iso_tasklet()
1327 ubc->loststatus = -EINPROGRESS; in read_iso_tasklet()
1349 case -EINPROGRESS: in read_iso_tasklet()
1536 case -EINPROGRESS: /* pending */ in write_ctrl_callback()
[all …]
/linux-2.6.39/drivers/bluetooth/
Dbtwilink.c178 hst->reg_status = -EINPROGRESS; in ti_st_open()
184 if (err != -EINPROGRESS) { in ti_st_open()
/linux-2.6.39/drivers/crypto/
Domap-sham.c312 return -EINPROGRESS; in omap_sham_xmit_cpu()
344 return -EINPROGRESS; in omap_sham_xmit_dma()
690 backlog->complete(backlog, -EINPROGRESS); in omap_sham_handle_queue()
723 if (err != -EINPROGRESS && (ctx->flags & FLAGS_FINUP)) in omap_sham_handle_queue()
730 if (err != -EINPROGRESS) { in omap_sham_handle_queue()
838 if (err1 == -EINPROGRESS) in omap_sham_finup()
1068 if (err != -EINPROGRESS && (ready || err)) { in omap_sham_done_task()
/linux-2.6.39/net/rds/
Dtcp_connect.c112 if (ret == -EINPROGRESS) in rds_tcp_conn_connect()
/linux-2.6.39/drivers/usb/serial/
Dkeyspan.c382 if (this_urb->status == -EINPROGRESS) { in keyspan_write()
620 } while (urb->status != -EINPROGRESS); in usa28_indat_callback()
1179 if (this_urb->status != -EINPROGRESS) in keyspan_write_room()
1184 if (this_urb->status != -EINPROGRESS) in keyspan_write_room()
1276 if (urb && urb->status == -EINPROGRESS) in stop_urb()
1851 if (this_urb->status == -EINPROGRESS) { in keyspan_usa26_send_setup()
2003 if (this_urb->status == -EINPROGRESS) { in keyspan_usa28_send_setup()
2139 if (this_urb->status == -EINPROGRESS) { in keyspan_usa49_send_setup()
2320 if (this_urb->status == -EINPROGRESS) { in keyspan_usa90_send_setup()
2458 if (this_urb->status == -EINPROGRESS) { in keyspan_usa67_send_setup()
/linux-2.6.39/drivers/s390/cio/
Dchsc_sch.c265 ret = -EINPROGRESS; in chsc_async()
277 if (ret == -EINPROGRESS) in chsc_async()
278 return -EINPROGRESS; in chsc_async()
345 if (ret == -EINPROGRESS) { in chsc_ioctl_start()
/linux-2.6.39/net/9p/
Derror.c129 {"Operation now in progress", EINPROGRESS},

12345678