/openbmc/linux/net/netrom/ |
H A D | nr_in.c | 101 nr_disconnect(sk, ECONNRESET); in nr_state1_machine() 120 nr_disconnect(sk, ECONNRESET); in nr_state2_machine() 132 nr_disconnect(sk, ECONNRESET); in nr_state2_machine() 169 nr_disconnect(sk, ECONNRESET); in nr_state3_machine() 266 nr_disconnect(sk, ECONNRESET); in nr_state3_machine()
|
/openbmc/linux/net/bluetooth/ |
H A D | lib.c | 108 return ECONNRESET; in bt_to_errno() 188 case -ECONNRESET: in bt_status()
|
/openbmc/linux/fs/afs/ |
H A D | misc.c | 157 if (e->error == -ECONNRESET) in afs_prioritise_error() 160 case -ECONNRESET: /* Responded, but call expired. */ in afs_prioritise_error()
|
/openbmc/linux/drivers/usb/usbip/ |
H A D | vhci_rx.c | 31 case -ECONNRESET: in pickup_urb_and_free_priv() 210 if (ret == -ECONNRESET) in vhci_rx_pdu()
|
/openbmc/linux/drivers/net/ethernet/sun/ |
H A D | sunvnet_common.c | 64 return -ECONNRESET; in vnet_handle_unknown() 208 return -ECONNRESET; in handle_attr_info() 238 return -ECONNRESET; in handle_attr_nack() 256 return -ECONNRESET; in sunvnet_handle_attr_common() 575 if (err == -ECONNRESET) in vnet_walk_rx_one() 602 if (err == -ECONNRESET) in vnet_walk_rx() 614 if (err == -ECONNRESET) in vnet_walk_rx() 858 if (err == -ECONNRESET) in vnet_event_napi() 881 err = -ECONNRESET; in vnet_event_napi() 906 if (err == -ECONNRESET) in vnet_event_napi() [all …]
|
/openbmc/linux/drivers/net/wireless/mediatek/mt7601u/ |
H A D | usb.h | 52 urb->status != -ECONNRESET && in mt7601u_urb_has_error()
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | errno.h | 87 #define ECONNRESET 104 /* Connection reset by peer */ macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | errno.h | 87 #define ECONNRESET 104 /* Connection reset by peer */ macro
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | errno.h | 28 #define ECONNRESET 54 /* Connection reset by peer */ macro
|
/openbmc/linux/tools/arch/sparc/include/uapi/asm/ |
H A D | errno.h | 28 #define ECONNRESET 54 /* Connection reset by peer */ macro
|
/openbmc/linux/tools/arch/alpha/include/uapi/asm/ |
H A D | errno.h | 31 #define ECONNRESET 54 /* Connection reset by peer */ macro
|
/openbmc/linux/tools/arch/parisc/include/uapi/asm/ |
H A D | errno.h | 94 #define ECONNRESET 232 /* Connection reset by peer */ macro
|
/openbmc/linux/tools/arch/mips/include/uapi/asm/ |
H A D | errno.h | 86 #define ECONNRESET 131 /* Connection reset by peer */ macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | errno.h | 31 #define ECONNRESET 54 /* Connection reset by peer */ macro
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | errno.h | 94 #define ECONNRESET 232 /* Connection reset by peer */ macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | errno.h | 86 #define ECONNRESET 131 /* Connection reset by peer */ macro
|
/openbmc/linux/drivers/staging/vt6656/ |
H A D | usbpipe.c | 220 case -ECONNRESET: in vnt_start_interrupt_urb_complete() 370 case -ECONNRESET: in vnt_submit_rx_urb_complete() 434 case -ECONNRESET: in vnt_tx_context_complete()
|
/openbmc/linux/drivers/usb/serial/ |
H A D | navman.c | 38 case -ECONNRESET: in navman_read_int_callback()
|
/openbmc/linux/fs/ocfs2/cluster/ |
H A D | tcp.h | 70 case -ECONNRESET: in o2net_link_down()
|
/openbmc/linux/drivers/nfc/pn533/ |
H A D | usb.c | 97 case -ECONNRESET: in pn533_recv_ack() 434 case -ECONNRESET: in pn533_out_complete() 457 case -ECONNRESET: in pn533_ack_complete()
|
/openbmc/u-boot/include/linux/ |
H A D | errno.h | 112 #define ECONNRESET 104 /* Connection reset by peer */ macro
|
/openbmc/linux/drivers/usb/gadget/udc/cdns2/ |
H A D | cdns2-ep0.c | 99 cdns2_gadget_giveback(pep, preq, -ECONNRESET); in cdns2_ep0_stall() 420 cdns2_gadget_giveback(pep, preq, -ECONNRESET); in cdns2_handle_setup_packet() 557 return -ECONNRESET; in cdns2_gadget_ep0_queue()
|
/openbmc/linux/drivers/net/wireless/ath/carl9170/ |
H A D | usb.c | 186 case -ECONNRESET: in carl9170_usb_tx_data_complete() 256 case -ECONNRESET: in carl9170_usb_cmd_complete() 291 case -ECONNRESET: in carl9170_usb_rx_irq_complete() 416 case -ECONNRESET: in carl9170_usb_rx_complete()
|
/openbmc/u-boot/arch/arm/mach-tegra/ |
H A D | ivc.c | 193 return -ECONNRESET; in tegra_ivc_check_read() 214 return -ECONNRESET; in tegra_ivc_check_write()
|
/openbmc/linux/drivers/usb/gadget/udc/bdc/ |
H A D | bdc_cmd.c | 91 ret = -ECONNRESET; in bdc_submit_cmd() 98 ret = -ECONNRESET; in bdc_submit_cmd()
|