Searched refs:ECANCELED (Results 51 - 75 of 127) sorted by path

123456

/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dhtc_mbox.c1140 -ECANCELED : -ENOSPC;
1176 packet->status = -ECANCELED;
1284 packet->status = -ECANCELED;
1451 status = -ECANCELED;
1574 if (packets->status == -ECANCELED) {
2225 if (status != -ECANCELED)
2346 packet->status = -ECANCELED;
H A Dhtc_pipe.c1112 packet->status = -ECANCELED;
1166 packet->status == -ECANCELED &&
1655 packet->status = -ECANCELED;
H A Dsdio.c500 WARN_ON(status && status != -ECANCELED);
712 * ath6kl_hif_rw_comp_handler() with status -ECANCELED so
1239 req->scat_req->status = -ECANCELED;
1245 ath6kl_hif_rw_comp_handler(context, -ECANCELED);
H A Dtxrx.c761 if (status == -ECANCELED)
767 if (status != -ENOSPC && status != -ECANCELED)
H A Dusb.c525 status = -ECANCELED;
/linux-master/drivers/net/wireless/ath/carl9170/
H A Dfw.c260 return -ECANCELED;
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.c337 ret = -ECANCELED;
/linux-master/drivers/nfc/
H A Dtrf7970a.c62 * has sent the command to the tag, it simply returns -ECANCELED. If the
65 * sending the data upstream, it frees the rx_skb and sends -ECANCELED
623 trf->rx_skb = ERR_PTR(-ECANCELED);
1489 ret = -ECANCELED;
1738 ret = -ECANCELED;
1856 trf7970a_send_err_upstream(trf, -ECANCELED);
1963 trf7970a_send_err_upstream(trf, -ECANCELED);
/linux-master/drivers/nvme/host/
H A Dfc.c1858 return -ECANCELED;
/linux-master/drivers/nvme/target/
H A Dfcloop.c637 ret = -ECANCELED;
688 fcloop_call_host_done(fcpreq, tfcp_req, -ECANCELED);
830 tgt_fcpreq->fcp_error = -ECANCELED;
/linux-master/drivers/pci/controller/
H A Dpci-aardvark.c738 ret = -ECANCELED;
/linux-master/drivers/platform/surface/aggregator/
H A Dssh_packet_layer.c1359 * Return: Returns %-ECANCELED if the packet has exceeded its number of tries,
1378 return -ECANCELED;
1479 ssh_ptl_remove_and_complete(p, -ECANCELED);
1485 __ssh_ptl_complete(p, -ECANCELED);
1548 if (status != -ECANCELED)
H A Dssh_request_layer.c623 ssh_rtl_complete_with_status(r, -ECANCELED);
653 ssh_rtl_complete_with_status(r, -ECANCELED);
678 ssh_rtl_complete_with_status(r, -ECANCELED);
700 ssh_rtl_complete_with_status(r, -ECANCELED);
1178 WARN_ON(rqst.status != 0 && rqst.status != -ECANCELED &&
1181 return rqst.status == -ECANCELED ? -ETIMEDOUT : rqst.status;
/linux-master/drivers/platform/x86/
H A Dacerhdf.c581 return -ECANCELED;
/linux-master/drivers/rapidio/
H A Drio_cm.c1116 err = -ECANCELED;
/linux-master/drivers/rpmsg/
H A Dqcom_glink_native.c1364 ret = READ_ONCE(channel->intent_req_result) ? 0 : -ECANCELED;
/linux-master/drivers/s390/net/
H A Dqeth_core_main.c887 qeth_notify_cmd(iob, -ECANCELED);
1261 qeth_cancel_cmd(iob, -ECANCELED);
/linux-master/drivers/scsi/csiostor/
H A Dcsio_hw.c2403 * latest firmware ECANCELED is returned
2408 int ret = -ECANCELED;
H A Dcsio_scsi.c899 * Use -ECANCELED to explicitly tell the ABORTED event that
907 req->drv_status = -ECANCELED;
922 if (req->drv_status != -ECANCELED) {
996 * Use -ECANCELED to explicitly tell the CLOSED event that
1004 req->drv_status = -ECANCELED;
1012 if (req->drv_status != -ECANCELED) {
/linux-master/drivers/spi/
H A Dspi-pci1xxxx.c527 ret = -ECANCELED;
533 ret = -ECANCELED;
548 ret = -ECANCELED;
555 ret = -ECANCELED;
/linux-master/drivers/usb/class/
H A Dusbtmc.c1789 file_data->in_status = -ECANCELED;
1790 file_data->out_status = -ECANCELED;
/linux-master/drivers/usb/gadget/legacy/
H A Dinode.c985 retval = -ECANCELED;
/linux-master/fs/btrfs/
H A Ddev-replace.c933 if (scrub_ret != -ECANCELED)
1249 WARN_ON(ret && ret != -ECANCELED);
H A Dioctl.c1091 * ECANCELED - cancel mode, successful cancel
1119 return -ECANCELED;
3261 * -ECANCELED from btrfs_scrub_dev() and return that error back to user
3377 if ((ret == 0 || ret == -ECANCELED) && copy_to_user(arg, p, sizeof(*p)))
3678 if (ret == 0 || ret == -ECANCELED) {
H A Drelocation.c3114 ret = -ECANCELED;
3792 err = -ECANCELED;
3976 * -ECANCELED cancellation request was set before the operation started
3993 return -ECANCELED;

Completed in 820 milliseconds

123456