Searched refs:ECOMM (Results 26 - 50 of 58) sorted by relevance

123

/linux-master/kernel/trace/
H A Dtrace_probe.h136 #define FETCH_TOKEN_COMM (-ECOMM)
/linux-master/drivers/infiniband/hw/hfi1/
H A Dipoib_tx.c414 if (likely(!ret) || ret == -EBUSY || ret == -ECOMM)
495 if (ret == -EBUSY || ret == -ECOMM)
H A Dsdma.c2351 * -EIOCBQUEUED - tx queued to iowait, -ECOMM bad sdma state
2392 ret = -ECOMM;
2430 * -EIOCBQUEUED - tx queued to iowait, -ECOMM bad sdma state
2490 ret = -ECOMM;
H A Duser_sdma.c517 ret = -ECOMM;
H A Dpio.c1406 * Return a pointer to a PIO buffer, NULL if not enough room, -ECOMM
1423 return ERR_PTR(-ECOMM);
H A Dverbs.c854 if (ret == -ECOMM)
/linux-master/drivers/usb/host/
H A Disp116x.h244 /* BufferOver */ -ECOMM,
H A Dohci.h178 /* BufferOver */ -ECOMM,
H A Disp1362.h264 /* BufferOver */ -ECOMM,
H A Dehci-sched.c1847 : -ECOMM; /* hc couldn't write */
2234 : -ECOMM; /* hc couldn't write */
H A Dehci-q.c235 : -ECOMM; /* hc couldn't write data */
/linux-master/fs/orangefs/
H A Dorangefs-utils.c466 EBADR, EDEADLOCK, ENODATA, ETIME, ENONET, EREMOTE, ECOMM,
/linux-master/drivers/scsi/libsas/
H A Dsas_expander.c47 res = -ECOMM;
76 res = -ECOMM;
1976 case -ECOMM:
1985 if ((SAS_ADDR(sas_addr) == 0) || (res == -ECOMM)) {
H A Dsas_ata.c341 if (res == -ECOMM)
/linux-master/drivers/scsi/hisi_sas/
H A Dhisi_sas_main.c487 return -ECOMM;
515 return -ECOMM;
524 return -ECOMM;
1832 case -ECOMM:
/linux-master/drivers/scsi/libfc/
H A Dfc_lport.c2067 return -ECOMM;
2127 return -ECOMM;
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dusb.c634 case -ECOMM:
/linux-master/drivers/net/ieee802154/
H A Dadf7242.c866 ret = -ECOMM;
/linux-master/net/bluetooth/
H A Dl2cap_core.c7484 l2cap_conn_unreliable(conn, ECOMM);
7509 l2cap_conn_unreliable(conn, ECOMM);
7524 l2cap_conn_unreliable(conn, ECOMM);
7531 l2cap_conn_unreliable(conn, ECOMM);
7544 l2cap_conn_unreliable(conn, ECOMM);
/linux-master/drivers/usb/serial/
H A Dti_usb_3410_5052.c1495 status = -ECOMM;
H A Dio_ti.c271 return -ECOMM;
/linux-master/drivers/usb/dwc2/
H A Dhcd_intr.c578 frame_desc->status = -ECOMM;
/linux-master/net/can/
H A Disotp.c10 * - TX path flowcontrol reception timeout leads to -ECOMM
909 sk->sk_err = ECOMM;
/linux-master/drivers/usb/typec/ucsi/
H A Ducsi.c100 return -ECOMM;
/linux-master/drivers/infiniband/ulp/rtrs/
H A Drtrs-clt.c3077 * -ECOMM no connection to the server
3082 return -ECOMM;

Completed in 285 milliseconds

123