Searched refs:EPIPE (Results 276 - 299 of 299) sorted by relevance

<<1112

/linux-master/drivers/usb/gadget/udc/
H A Dlpc32xx_udc.c1752 return -EPIPE;
H A Dmv_udc_core.c169 retval = -EPIPE;
H A Dfsl_udc_core.c1624 status = -EPIPE;
/linux-master/net/sunrpc/auth_gss/
H A Dauth_gss.c859 gss_msg->msg.errno = -EPIPE;
/linux-master/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c1906 return -EPIPE;
2630 * return immediately. DQBUF will return -EPIPE.
/linux-master/drivers/net/usb/
H A Dhso.c653 case -EPIPE:
/linux-master/drivers/net/wireless/atmel/
H A Dat76c50x-usb.c493 ret = -EPIPE;
/linux-master/drivers/block/
H A Dnbd.c557 result = -EPIPE; /* short read */
/linux-master/kernel/printk/
H A Dprintk.c830 ret = -EPIPE;
/linux-master/include/net/
H A Dsock.h1152 __rc = __dis == __sk->sk_disconnects ? __condition : -EPIPE; \
/linux-master/drivers/nvme/target/
H A Dtcp.c402 if (status == -EPIPE || status == -ECONNRESET)
/linux-master/drivers/comedi/drivers/
H A Dni_mio_common.c963 return -EPIPE;
2808 return -EPIPE;
H A Dcb_pcidas64.c3276 return -EPIPE;
/linux-master/drivers/usb/core/
H A Dhub.c585 (status == -ETIMEDOUT || status == -EPIPE); i++) {
603 (status == -ETIMEDOUT || status == -EPIPE); i++) {
/linux-master/fs/ocfs2/dlm/
H A Ddlmmaster.c122 case -EPIPE:
/linux-master/drivers/usb/host/
H A Disp1362-hcd.c1726 retval = -EPIPE;
H A Dxhci-ring.c1140 * Proper error code is unknown here, it would be -EPIPE if device side
1143 * next transfer, which then will return -EPIPE, and device side stall is
2684 status = -EPIPE;
/linux-master/net/tipc/
H A Dnode.c2343 return -EPIPE;
/linux-master/net/xfrm/
H A Dxfrm_user.c1329 return -EPIPE;
/linux-master/net/ipv4/
H A Dtcp.c1131 err = -EPIPE;
H A Dtcp_input.c4453 WRITE_ONCE(sk->sk_err, EPIPE);
/linux-master/net/core/
H A Dsock.c2779 err = -EPIPE;
/linux-master/drivers/usb/dwc3/
H A Dgadget.c2048 dwc3_gadget_giveback(dep, req, -EPIPE);
/linux-master/drivers/ata/
H A Dlibata-eh.c2953 } else if (rc == -EPIPE)

Completed in 465 milliseconds

<<1112