/drivers/isdn/capi/ |
D | capi.c | 116 u16 errcode; member 406 u16 errcode, datahandle; in handle_recv_skb() local 447 errcode = capi20_put_message(mp->ap, nskb); in handle_recv_skb() 449 if (errcode == CAPI_NOERROR) { in handle_recv_skb() 456 errcode); in handle_recv_skb() 459 if (errcode == CAPI_SENDQUEUEFULL) in handle_recv_skb() 491 u16 errcode; in handle_minor_send() local 539 errcode = capi20_put_message(mp->ap, skb); in handle_minor_send() 540 if (errcode == CAPI_NOERROR) { in handle_minor_send() 547 if (errcode == CAPI_SENDQUEUEFULL) { in handle_minor_send() [all …]
|
D | capidrv.c | 1850 u16 errcode; in if_sendbuf() local 1911 errcode = capi20_put_message(&global.ap, nskb); in if_sendbuf() 1912 if (errcode == CAPI_NOERROR) { in if_sendbuf() 1919 card->contrnr, errcode, capi_info2str(errcode)); in if_sendbuf() 1922 return errcode == CAPI_SENDQUEUEFULL ? 0 : -1; in if_sendbuf() 1925 errcode = capi20_put_message(&global.ap, skb); in if_sendbuf() 1926 if (errcode == CAPI_NOERROR) { in if_sendbuf() 1932 card->contrnr, errcode, capi_info2str(errcode)); in if_sendbuf() 1935 return errcode == CAPI_SENDQUEUEFULL ? 0 : -1; in if_sendbuf() 1966 u16 errcode; in enable_dchannel_trace() local [all …]
|
/drivers/isdn/pcbit/ |
D | capi.c | 496 int errcode; in capi_decode_conn_conf() local 501 errcode = *((ushort *) skb->data); /* read errcode */ in capi_decode_conn_conf() 525 return errcode; in capi_decode_conn_conf() 568 ushort errcode; in capi_decode_conn_actv_conf() local 570 errcode = *((ushort *)skb->data); in capi_decode_conn_actv_conf() 576 return errcode; in capi_decode_conn_actv_conf() 582 ushort errcode; in capi_decode_sel_proto_conf() local 587 errcode = *((ushort *)skb->data); in capi_decode_sel_proto_conf() 590 return errcode; in capi_decode_sel_proto_conf() 595 ushort errcode; in capi_decode_actv_trans_conf() local [all …]
|
/drivers/isdn/hisax/ |
D | hfc_usb.c | 457 int i, k, errcode; in start_isoc_chain() local 503 errcode = usb_submit_urb(fifo->iso[i].purb, GFP_KERNEL); in start_isoc_chain() 504 fifo->active = (errcode >= 0) ? 1 : 0; in start_isoc_chain() 505 if (errcode < 0) in start_isoc_chain() 507 i, errcode, symbolic(urb_errlist, errcode)); in start_isoc_chain() 548 errcode; in tx_iso_complete() local 565 errcode = urb->iso_frame_desc[k].status; in tx_iso_complete() 566 if (errcode) in tx_iso_complete() 569 k, errcode); in tx_iso_complete() 664 errcode = usb_submit_urb(urb, GFP_ATOMIC); in tx_iso_complete() [all …]
|
/drivers/isdn/hardware/mISDN/ |
D | hfcsusb.c | 977 int k, len, errcode, offset, num_isoc_packets, fifon, maxlen, in rx_iso_complete() local 1075 errcode = usb_submit_urb(urb, GFP_ATOMIC); in rx_iso_complete() 1076 if (errcode < 0) { in rx_iso_complete() 1080 hw->name, __func__, errcode); in rx_iso_complete() 1171 errcode, hdlc, i; in tx_iso_complete() local 1242 errcode = urb->iso_frame_desc[k].status; in tx_iso_complete() 1243 if (errcode) { in tx_iso_complete() 1246 hw->name, __func__, k, errcode); in tx_iso_complete() 1352 errcode = usb_submit_urb(urb, GFP_ATOMIC); in tx_iso_complete() 1353 if (errcode < 0) { in tx_iso_complete() [all …]
|
/drivers/dma/ |
D | imx-dma.c | 364 int errcode; in imxdma_err_handler() local 381 errcode = 0; in imxdma_err_handler() 385 errcode |= IMX_DMA_ERR_BURST; in imxdma_err_handler() 389 errcode |= IMX_DMA_ERR_REQUEST; in imxdma_err_handler() 393 errcode |= IMX_DMA_ERR_TRANSFER; in imxdma_err_handler() 397 errcode |= IMX_DMA_ERR_BUFFER; in imxdma_err_handler() 404 errcode & IMX_DMA_ERR_BURST ? " burst" : "", in imxdma_err_handler() 405 errcode & IMX_DMA_ERR_REQUEST ? " request" : "", in imxdma_err_handler() 406 errcode & IMX_DMA_ERR_TRANSFER ? " transfer" : "", in imxdma_err_handler() 407 errcode & IMX_DMA_ERR_BUFFER ? " buffer" : ""); in imxdma_err_handler()
|
/drivers/lguest/x86/ |
D | core.c | 370 if (cpu->regs->errcode == 0) { in lguest_arch_handle_trap() 387 cpu->regs->errcode)) in lguest_arch_handle_trap() 440 : cpu->regs->errcode); in lguest_arch_handle_trap()
|
/drivers/staging/comedi/drivers/ |
D | usbdux.c | 732 int errcode = 0; in usbduxsub_start() local 741 errcode = usb_control_msg(usbduxsub->usbdev, in usbduxsub_start() 758 if (errcode < 0) in usbduxsub_start() 763 return errcode; in usbduxsub_start() 768 int errcode = 0; in usbduxsub_stop() local 777 errcode = usb_control_msg(usbduxsub->usbdev, in usbduxsub_stop() 791 if (errcode < 0) in usbduxsub_stop() 796 return errcode; in usbduxsub_stop() 803 int errcode; in usbduxsub_upload() local 805 errcode = usb_control_msg(usbduxsub->usbdev, in usbduxsub_upload() [all …]
|
D | usbduxsigma.c | 677 int errcode = 0; in usbduxsub_start() local 686 errcode = usb_control_msg(usbduxsub->usbdev, in usbduxsub_start() 703 if (errcode < 0) in usbduxsub_start() 708 return errcode; in usbduxsub_start() 713 int errcode = 0; in usbduxsub_stop() local 722 errcode = usb_control_msg(usbduxsub->usbdev, in usbduxsub_stop() 736 if (errcode < 0) in usbduxsub_stop() 741 return errcode; in usbduxsub_stop() 748 int errcode; in usbduxsub_upload() local 750 errcode = usb_control_msg(usbduxsub->usbdev, in usbduxsub_upload() [all …]
|
/drivers/lguest/ |
D | page_tables.c | 378 bool demand_page(struct lg_cpu *cpu, unsigned long vaddr, int errcode) in demand_page() argument 455 if ((errcode & 2) && !(pte_flags(gpte) & _PAGE_RW)) in demand_page() 459 if ((errcode & 4) && !(pte_flags(gpte) & _PAGE_USER)) in demand_page() 471 if (errcode & 2) in demand_page()
|
D | lg.h | 200 bool demand_page(struct lg_cpu *cpu, unsigned long cr2, int errcode);
|
D | interrupts_and_traps.c | 131 push_guest_stack(cpu, &gstack, cpu->regs->errcode); in set_guest_interrupt()
|
/drivers/scsi/ |
D | ips.c | 3266 int errcode; in ips_map_status() local 3290 errcode = DID_ERROR; in ips_map_status() 3295 errcode = DID_TIME_OUT; in ips_map_status() 3309 errcode = DID_NO_CONNECT; in ips_map_status() 3326 errcode = DID_OK; in ips_map_status() 3333 errcode = DID_TIME_OUT; in ips_map_status() 3338 errcode = DID_ERROR; in ips_map_status() 3345 errcode = DID_OK; in ips_map_status() 3351 errcode = DID_RESET; in ips_map_status() 3373 errcode = DID_OK; in ips_map_status() [all …]
|
/drivers/mtd/ |
D | mtdswap.c | 785 int ret, errcode; in mtdswap_gc_eblock() local 787 errcode = 0; in mtdswap_gc_eblock() 799 if (ret < 0 && !errcode) in mtdswap_gc_eblock() 800 errcode = ret; in mtdswap_gc_eblock() 803 return errcode; in mtdswap_gc_eblock()
|
/drivers/net/wireless/brcm80211/brcmfmac/ |
D | dhd_sdio.c | 1202 int errcode; in brcmf_sdbrcm_rxglom() local 1309 errcode = brcmf_sdcard_recv_chain(bus->sdiodev, in brcmf_sdbrcm_rxglom() 1313 errcode = brcmf_sdcard_recv_buf(bus->sdiodev, in brcmf_sdbrcm_rxglom() 1321 errcode = -1; in brcmf_sdbrcm_rxglom() 1327 errcode = -1; in brcmf_sdbrcm_rxglom() 1333 if (errcode < 0) { in brcmf_sdbrcm_rxglom() 1335 dlen, errcode); in brcmf_sdbrcm_rxglom() 1357 errcode = brcmf_sdio_hdparser(bus, pfirst->data, &rd_new, in brcmf_sdbrcm_rxglom() 1370 if (errcode) in brcmf_sdbrcm_rxglom() 1376 errcode = brcmf_sdio_hdparser(bus, pnext->data, &rd_new, in brcmf_sdbrcm_rxglom() [all …]
|
/drivers/staging/rtl8192e/ |
D | rtllib_softmac.c | 2218 u16 errcode; in rtllib_rx_assoc_resp() local 2230 errcode = assoc_parse(ieee, skb, &aid); in rtllib_rx_assoc_resp() 2231 if (0 == errcode) { in rtllib_rx_assoc_resp() 2284 errcode); in rtllib_rx_assoc_resp() 2287 errcode); in rtllib_rx_assoc_resp() 2301 u16 errcode; in rtllib_rx_auth() local 2311 errcode = auth_parse(skb, &challenge, &chlen); in rtllib_rx_auth() 2312 if (0 == errcode) { in rtllib_rx_auth() 2358 " status code 0x%x", errcode); in rtllib_rx_auth() 2361 "status code 0x%x", errcode); in rtllib_rx_auth()
|
/drivers/isdn/act2000/ |
D | capi.h | 164 __u32 errcode; member
|
D | capi.c | 914 if (msg->msg.manufacturer_ind_err.errcode) in actcapi_dispatch() 1138 msg->msg.manufacturer_ind_err.errcode); in actcapi_debug_msg()
|
/drivers/edac/ |
D | sb_edac.c | 1355 u32 errcode = GET_BITFIELD(m->status, 0, 15); in sbridge_mce_output_error() local 1387 if (! ((errcode & 0xef80) == 0x80)) { in sbridge_mce_output_error() 1445 mscod, errcode, in sbridge_mce_output_error()
|
/drivers/staging/rtl8187se/ieee80211/ |
D | ieee80211_softmac.c | 1777 u16 errcode; in ieee80211_rx_frame_softmac() local 1807 if (0 == (errcode=assoc_parse(skb, &aid))){ in ieee80211_rx_frame_softmac() 1875 errcode); in ieee80211_rx_frame_softmac() 1898 if (0 == (errcode=auth_parse(skb, &challenge, &chlen))){ in ieee80211_rx_frame_softmac() 1909 IEEE80211_DEBUG_MGMT("Authentication response status code 0x%x",errcode); in ieee80211_rx_frame_softmac()
|
/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_softmac.c | 1928 u16 errcode; in ieee80211_rx_frame_softmac() local 1962 if (0 == (errcode=assoc_parse(ieee,skb, &aid))){ in ieee80211_rx_frame_softmac() 1990 errcode); in ieee80211_rx_frame_softmac() 1993 errcode); in ieee80211_rx_frame_softmac() 2020 if (0 == (errcode=auth_parse(skb, &challenge, &chlen))){ in ieee80211_rx_frame_softmac() 2067 IEEE80211_DEBUG_MGMT("Authentication response status code 0x%x",errcode); in ieee80211_rx_frame_softmac()
|
/drivers/i2c/busses/ |
D | i2c-pxa.c | 411 static void i2c_pxa_set_slave(struct pxa_i2c *i2c, int errcode) in i2c_pxa_set_slave() argument 415 if (errcode < 0) { in i2c_pxa_set_slave()
|
/drivers/isdn/gigaset/ |
D | i4l.c | 186 response.parm.errcode = ISDN_STAT_L1ERR_RECV; in gigaset_isdn_rcv_err()
|