Home
last modified time | relevance | path

Searched refs:aborted (Results 1 – 100 of 100) sorted by relevance

/linux-4.4.14/drivers/isdn/hardware/eicon/
Ddivasi.c42 int aborted; member
248 if (p_os->aborted) { in um_idi_read()
306 p_os->aborted = 0; in um_idi_open_adapter()
339 if (p_os->aborted) { in um_idi_write()
381 || p_os->aborted) { in um_idi_poll()
387 if (p_os->aborted) { in um_idi_poll()
465 p_os->aborted = 1; in diva_um_timer_function()
494 if (!divas_um_idi_entity_assigned(entity) || p_os->aborted) { in remove_entity()
516 || p_os->aborted) { in remove_entity()
533 || p_os->aborted) { in remove_entity()
[all …]
/linux-4.4.14/drivers/net/wireless/iwlwifi/
Diwl-notif-wait.c98 if (w->triggered || w->aborted) in iwl_notification_wait_notify()
131 wait_entry->aborted = true; in iwl_abort_notification_waits()
154 wait_entry->aborted = false; in iwl_init_notification_wait()
169 wait_entry->triggered || wait_entry->aborted, in iwl_wait_notification()
176 if (wait_entry->aborted) in iwl_wait_notification()
Diwl-notif-wait.h111 bool triggered, aborted; member
/linux-4.4.14/drivers/scsi/
Dultrastor.c257 volatile unsigned char aborted[ULTRASTOR_MAX_CMDS]; member
718 if (xchgb(0xff, &config.aborted[mscp_index]) != 0) in ultrastor_queuecommand_lck()
721 goto aborted; in ultrastor_queuecommand_lck()
769 while (inb(config.ogm_address - 1) != 0 && config.aborted[mscp_index] == 0xff) in ultrastor_queuecommand_lck()
774 …RBELL_INTR(config.doorbell_address)) & (config.slot ? 2 : 1)) && config.aborted[mscp_index] == 0x… in ultrastor_queuecommand_lck()
785 status = xchgb(0, &config.aborted[mscp_index]); in ultrastor_queuecommand_lck()
796 aborted: in ultrastor_queuecommand_lck()
910 old_aborted = xchgb(DID_ABORT, &config.aborted[mscp_index]); in DEF_SCSI_QCMD()
1022 memset((unsigned char *)config.aborted, 0, sizeof config.aborted); in ultrastor_host_reset()
1116 config.aborted[mscp_index] = 0; in ultrastor_interrupt()
[all …]
DNCR5380.h275 volatile unsigned aborted:1; /* flag, says aborted */ member
Dfdomain.c352 aborted = 0x20, enumerator
1158 if (current_SC->SCp.phase & aborted) { in do_fdomain_16x0_intr()
1563 current_SC->SCp.phase |= aborted; in fdomain_16x0_abort()
Daha152x.c318 aborted = 0x0020, /* ABORT was sent */ enumerator
1396 } else if(CURRENT_SC->SCp.phase & aborted) { in busfree_run()
1569 if (CURRENT_SC->SCp.phase & aborted) in selto_run()
1874 CURRENT_SC->SCp.phase |= aborted; in msgo_run()
2461 (ptr->SCp.phase & aborted) ? "aborted|" : "", in show_command()
2513 if (ptr->SCp.phase & aborted) in get_command()
DNCR5380.c813 hostdata->aborted = 0; in NCR5380_init()
2607 hostdata->aborted = 1;
Datari_NCR5380.c771 hostdata->aborted = 0; in NCR5380_init()
2716 hostdata->aborted = 1; in NCR5380_abort()
/linux-4.4.14/net/mac80211/
Dscan.c310 static void __ieee80211_scan_completed(struct ieee80211_hw *hw, bool aborted) in __ieee80211_scan_completed() argument
327 if (WARN_ON(!local->scanning && !aborted)) in __ieee80211_scan_completed()
328 aborted = true; in __ieee80211_scan_completed()
333 if (hw_scan && !aborted && in __ieee80211_scan_completed()
354 cfg80211_scan_done(scan_req, aborted); in __ieee80211_scan_completed()
391 void ieee80211_scan_completed(struct ieee80211_hw *hw, bool aborted) in ieee80211_scan_completed() argument
395 trace_api_scan_completed(local, aborted); in ieee80211_scan_completed()
398 if (aborted) in ieee80211_scan_completed()
842 bool aborted; in ieee80211_scan_work() local
847 aborted = true; in ieee80211_scan_work()
[all …]
Dtrace.h1852 TP_PROTO(struct ieee80211_local *local, bool aborted),
1854 TP_ARGS(local, aborted),
1858 __field(bool, aborted)
1863 __entry->aborted = aborted;
1868 LOCAL_PR_ARG, __entry->aborted
Dutil.c1645 bool aborted) in ieee80211_flush_completed_scan() argument
1660 if (aborted) in ieee80211_flush_completed_scan()
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
Dscan.c95 static void iwl_complete_scan(struct iwl_priv *priv, bool aborted) in iwl_complete_scan() argument
100 ieee80211_scan_completed(priv->hw, aborted); in iwl_complete_scan()
110 bool aborted; in iwl_process_scan_complete() local
121 aborted = test_and_clear_bit(STATUS_SCAN_ABORTING, &priv->status); in iwl_process_scan_complete()
122 if (aborted) in iwl_process_scan_complete()
130 if (priv->scan_type != IWL_SCAN_NORMAL && !aborted) { in iwl_process_scan_complete()
143 aborted = true; in iwl_process_scan_complete()
151 iwl_complete_scan(priv, aborted); in iwl_process_scan_complete()
/linux-4.4.14/fs/btrfs/
Dtransaction.c184 if (cur_trans->aborted) { in join_transaction()
186 return cur_trans->aborted; in join_transaction()
284 cur_trans->aborted = 0; in join_transaction()
398 !trans->aborted); in is_transaction_blocked()
417 cur_trans->aborted); in wait_current_trans()
874 if (trans->aborted || in __btrfs_end_transaction()
1646 trans->aborted); in wait_current_trans_commit_start()
1658 trans->aborted); in wait_current_trans_commit_start_and_unblock()
1818 if (unlikely(ACCESS_ONCE(cur_trans->aborted))) { in btrfs_commit_transaction()
1819 ret = cur_trans->aborted; in btrfs_commit_transaction()
[all …]
Dtransaction.h84 int aborted; member
118 short aborted; member
Dsuper.c239 trans->aborted = errno; in __btrfs_abort_transaction()
251 ACCESS_ONCE(trans->transaction->aborted) = errno; in __btrfs_abort_transaction()
Dextent-tree.c2236 if (trans->aborted) in run_delayed_extent_op()
2377 if (trans->aborted) { in run_one_delayed_ref()
2910 if (trans->aborted) in btrfs_run_delayed_refs()
3338 if (trans->aborted) in cache_save_setup()
6342 while (!trans->aborted) { in btrfs_finish_extent_commit()
6371 if (!trans->aborted) in btrfs_finish_extent_commit()
Ddelayed-inode.c1172 if (trans->aborted) in __btrfs_run_delayed_items()
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Dmlme_osdep.h29 void rtw_os_indicate_scan_done(struct adapter *padapter, bool aborted);
Drtw_mlme.h542 void rtw_indicate_scan_done(struct adapter *padapter, bool aborted);
/linux-4.4.14/arch/arm/mm/
Dabort-ev4.S21 ldr r3, [r4] @ read aborted ARM instruction
Dabort-ev4t.S23 ldreq r3, [r4] @ read aborted ARM instruction
Dabort-ev5t.S23 ldreq r3, [r4] @ read aborted ARM instruction
Dabort-macro.S15 ldrh \tmp, [\pc] @ Read aborted Thumb instruction
Dabort-ev5tj.S26 ldreq r3, [r4] @ read aborted ARM instruction
Dabort-ev6.S34 ldr r3, [r4] @ read aborted ARM instruction
/linux-4.4.14/arch/unicore32/kernel/
Dentry.S268 @ r2 - aborted context pc
269 @ r3 - aborted context asr
271 @ The abort handler must return the aborted address in r0, and
341 mov r0, r2 @ pass address of aborted instruction
431 @ r2 - aborted context pc
432 @ r3 - aborted context asr
434 @ The abort handler must return the aborted address in r0, and
476 mov r0, r2 @ pass address of aborted instruction.
/linux-4.4.14/drivers/target/tcm_fc/
Dtfc_cmd.c127 if (cmd->aborted) in ft_queue_status()
207 if (cmd->aborted) in ft_write_pending()
260 cmd->aborted = true; in ft_recv_seq()
404 if (cmd->aborted) in ft_queue_tm_resp()
Dtcm_fc.h125 u32 aborted:1; /* Set if aborted by reset or timeout */ member
Dtfc_io.c77 if (cmd->aborted) in ft_queue_data_in()
/linux-4.4.14/tools/testing/selftests/rcutorture/bin/
Dkvm-build.sh69 echo Run aborted.
/linux-4.4.14/drivers/staging/rtl8723au/include/
Dioctl_cfg80211.h55 bool aborted);
/linux-4.4.14/drivers/gpu/drm/via/
Dvia_dmablit.h51 int aborted; member
Dvia_dmablit.c339 blitq->blits[cur]->aborted = blitq->aborting; in via_dmablit_handler()
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
Dcfg80211.h33 void ath6kl_cfg80211_scan_complete_event(struct ath6kl_vif *vif, bool aborted);
Dmain.c555 bool aborted = false; in ath6kl_scan_complete_evt() local
558 aborted = true; in ath6kl_scan_complete_evt()
560 ath6kl_cfg80211_scan_complete_event(vif, aborted); in ath6kl_scan_complete_evt()
Dcfg80211.c1069 void ath6kl_cfg80211_scan_complete_event(struct ath6kl_vif *vif, bool aborted) in ath6kl_cfg80211_scan_complete_event() argument
1075 aborted ? " aborted" : ""); in ath6kl_cfg80211_scan_complete_event()
1080 if (aborted) in ath6kl_cfg80211_scan_complete_event()
1092 cfg80211_scan_done(vif->scan_req, aborted); in ath6kl_cfg80211_scan_complete_event()
/linux-4.4.14/drivers/target/
Dtarget_core_transport.c2431 static void target_wait_free_cmd(struct se_cmd *cmd, bool *aborted, bool *tas) in target_wait_free_cmd() argument
2436 __transport_wait_for_tasks(cmd, true, aborted, tas, &flags); in target_wait_free_cmd()
2443 bool aborted = false, tas = false; in transport_generic_free_cmd() local
2447 target_wait_free_cmd(cmd, &aborted, &tas); in transport_generic_free_cmd()
2449 if (!aborted || tas) in transport_generic_free_cmd()
2453 target_wait_free_cmd(cmd, &aborted, &tas); in transport_generic_free_cmd()
2465 if (!aborted || tas) in transport_generic_free_cmd()
2474 if (aborted) { in transport_generic_free_cmd()
2657 bool *aborted, bool *tas, unsigned long *flags) in __transport_wait_for_tasks() argument
2669 *aborted = true; in __transport_wait_for_tasks()
[all …]
/linux-4.4.14/fs/xfs/
Dxfs_buf_item.c578 bool aborted; in xfs_buf_item_unlock() local
590 aborted = (lip->li_flags & XFS_LI_ABORTED) ? true : false; in xfs_buf_item_unlock()
607 if (!aborted) { in xfs_buf_item_unlock()
648 else if (aborted) { in xfs_buf_item_unlock()
Dxfs_trans_priv.h37 xfs_lsn_t commit_lsn, int aborted);
Dxfs_trans.c805 int aborted) in xfs_trans_committed_bulk() argument
822 if (aborted) in xfs_trans_committed_bulk()
834 if (aborted) { in xfs_trans_committed_bulk()
Dxfs_log.c71 int aborted,
1188 int aborted = 0; in xlog_iodone() local
1203 aborted = XFS_LI_ABORTED; in xlog_iodone()
1205 aborted = XFS_LI_ABORTED; in xlog_iodone()
1210 xlog_state_done_syncing(iclog, aborted); in xlog_iodone()
2615 int aborted, in xlog_state_do_callback() argument
2758 cb->cb_func(cb->cb_arg, aborted); in xlog_state_do_callback()
2847 int aborted) in xlog_state_done_syncing() argument
2880 xlog_state_do_callback(log, aborted, iclog); /* also cleans log */ in xlog_state_done_syncing()
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dscan.c334 bool aborted = (scan_notif->status == IWL_SCAN_OFFLOAD_ABORTED); in iwl_mvm_rx_lmac_scan_complete_notif() local
353 aborted ? "aborted" : "completed", in iwl_mvm_rx_lmac_scan_complete_notif()
364 aborted ? "aborted" : "completed", in iwl_mvm_rx_lmac_scan_complete_notif()
372 aborted ? "aborted" : "completed", in iwl_mvm_rx_lmac_scan_complete_notif()
384 aborted ? "aborted" : "completed", in iwl_mvm_rx_lmac_scan_complete_notif()
1356 bool aborted = (notif->status == IWL_SCAN_OFFLOAD_ABORTED); in iwl_mvm_rx_umac_scan_complete_notif() local
1363 ieee80211_scan_completed(mvm->hw, aborted); in iwl_mvm_rx_umac_scan_complete_notif()
/linux-4.4.14/net/wireless/
Dnl80211.h13 struct wireless_dev *wdev, bool aborted);
Dscan.c197 if (!request->aborted && in ___cfg80211_scan_done()
205 msg = nl80211_build_scan_msg(rdev, wdev, request->aborted); in ___cfg80211_scan_done()
208 if (wdev->netdev && !request->aborted) { in ___cfg80211_scan_done()
239 void cfg80211_scan_done(struct cfg80211_scan_request *request, bool aborted) in cfg80211_scan_done() argument
241 trace_cfg80211_scan_done(request, aborted); in cfg80211_scan_done()
244 request->aborted = aborted; in cfg80211_scan_done()
Dtrace.h2605 TP_PROTO(struct cfg80211_scan_request *request, bool aborted),
2606 TP_ARGS(request, aborted),
2614 __field(bool, aborted)
2629 __entry->aborted = aborted;
2631 TP_printk("aborted: %s", BOOL_TO_STR(__entry->aborted))
Dcore.c221 rdev->scan_req->aborted = true; in cfg80211_stop_p2p_device()
1042 rdev->scan_req->aborted = true; in cfg80211_netdev_notifier_call()
Dnl80211.c11561 struct wireless_dev *wdev, bool aborted) in nl80211_build_scan_msg() argument
11570 aborted ? NL80211_CMD_SCAN_ABORTED : in nl80211_build_scan_msg()
/linux-4.4.14/drivers/md/
Dbitmap.h258 void bitmap_end_sync(struct bitmap *bitmap, sector_t offset, sector_t *blocks, int aborted);
Dbitmap.c1525 void bitmap_end_sync(struct bitmap *bitmap, sector_t offset, sector_t *blocks, int aborted) in bitmap_end_sync() argument
1542 if (!NEEDED(*bmc) && aborted) in bitmap_end_sync()
/linux-4.4.14/Documentation/powerpc/
Dtransactional_memory.txt57 transaction, the transaction will be aborted by the CPU. Register and memory
163 written below the stack required for the rollback. The transaction is aborted
175 kernel aborted a transaction:
/linux-4.4.14/Documentation/s390/
Dqeth.txt32 notifications are aborted.
/linux-4.4.14/arch/arm/kernel/
Dentry-armv.S70 @ r4 - aborted context pc
71 @ r5 - aborted context psr
73 @ The abort handler must return the aborted address in r0, and
/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/
Dmlme_linux.c46 void rtw_os_indicate_scan_done(struct adapter *padapter, bool aborted) in rtw_os_indicate_scan_done() argument
/linux-4.4.14/Documentation/ABI/stable/
Dsysfs-driver-usb-usbtmc59 device is to be automatically aborted if there is any error.
/linux-4.4.14/Documentation/filesystems/
Dfuse.txt143 connection. This means that all waiting requests will be aborted an
144 error returned for all aborted and new requests.
380 The solution for this is to allow the filesystem to be aborted.
416 to the request, the request must not be interrupted/aborted. This is
/linux-4.4.14/Documentation/networking/
Ddriver.txt89 be aborted. If necessary, poll or wait for completion of
Drxrpc.txt162 (*) An call may be aborted by either end at any time up to its completion.
204 aborted with an appropriate network error passed through recvmsg().
248 (*) A call may be aborted by adding an abort control message to the control
370 encountered and that a call has been aborted because of it. An
386 accepted (it may have timed out, been aborted, etc.), then sendmsg will
656 aborted by calling sendmsg() with a dataless message with the following
781 RXRPC_SKB_MARK_REMOTE_ABORT Call aborted by peer
821 Other errors may be returned if the call had been aborted (-ECONNABORTED)
Dswitchdev.txt393 If a transaction is aborted during "prepare" phase, switchdev code will handle
Dip-sysctl.txt286 before it is aborted at the local end. While a perfectly
336 will be aborted after ~11 minutes of retries.
/linux-4.4.14/Documentation/power/
Dsuspend-and-interrupts.txt83 progress to be aborted (that doesn't have to happen immediately, but at one
87 system suspend currently in progress to be aborted or wake up the system if
Dsuspend-and-cpuhotplug.txt275 aborted.
Dswsusp.txt301 from a failed or aborted resume is erased from the swap device.
/linux-4.4.14/Documentation/blockdev/
Dcciss.txt170 the case that the command cannot be aborted and the device cannot be
174 successfully reset or the tardy command is successfully aborted, the
/linux-4.4.14/Documentation/filesystems/caching/
Dfscache.txt254 int=N Number of alloc reqs aborted -ERESTARTSYS
257 abt=N Number of alloc reqs aborted due to object death
263 int=N Number of retr reqs aborted -ERESTARTSYS
267 abt=N Number of retr reqs aborted due to object death
Dbackend-api.txt244 form once lookup is complete or aborted.
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dcfg80211.h498 struct brcmf_if *ifp, bool aborted,
Dcfg80211.c668 struct brcmf_if *ifp, bool aborted, in brcmf_notify_escan_complete() argument
715 if (!aborted) in brcmf_notify_escan_complete()
719 aborted ? "Aborted" : "Done"); in brcmf_notify_escan_complete()
720 cfg80211_scan_done(scan_request, aborted); in brcmf_notify_escan_complete()
2919 bool aborted; in brcmf_cfg80211_escan_handler() local
2993 aborted = status != BRCMF_E_STATUS_SUCCESS; in brcmf_cfg80211_escan_handler()
2994 brcmf_notify_escan_complete(cfg, ifp, aborted, false); in brcmf_cfg80211_escan_handler()
/linux-4.4.14/drivers/atm/
Dambassador.h604 unsigned long aborted; member
Dambassador.c528 dev->stats.rx.aborted++; in rx_complete()
1440 s->rx.aborted, s->rx.unused); in amb_proc_read()
/linux-4.4.14/drivers/media/platform/s5p-mfc/
Ds5p_mfc_dec.c1024 int aborted = 0; in s5p_mfc_stop_streaming() local
1032 aborted = 1; in s5p_mfc_stop_streaming()
1060 if (aborted) in s5p_mfc_stop_streaming()
/linux-4.4.14/drivers/net/wireless/ath/wil6210/
Dwmi.c398 bool aborted = (data->status != WMI_SCAN_SUCCESS); in wmi_evt_scan_complete() local
402 wil->scan_request, aborted); in wmi_evt_scan_complete()
405 cfg80211_scan_done(wil->scan_request, aborted); in wmi_evt_scan_complete()
/linux-4.4.14/Documentation/frv/
Datomic-ops.txt105 Such that the branch can then be taken if the operation was aborted.
/linux-4.4.14/Documentation/i2c/
Dfault-codes117 time, and was aborted before it completed.
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-class-net-statistics114 Indicates the number of packets that have been aborted
Dsysfs-devices-power109 the device might have aborted system transition into a sleep
/linux-4.4.14/Documentation/arm/
Dkernel_user_helpers.txt37 performed only once at process startup time, and execution aborted early
Dcluster-pm-race-avoidance.txt468 the case of an aborted cluster power-down).
/linux-4.4.14/Documentation/scsi/
Dscsi_eh.txt337 If a timedout scmd is successfully aborted and the sdev is
349 aborted successfully before reusing it for TEST_UNIT_READY.
Dscsi_mid_low_api.txt837 * @scp: identifies command to be aborted
839 * Returns SUCCESS if command aborted else FAILED
860 * Returns SUCCESS if command aborted else FAILED
878 * Returns SUCCESS if command aborted else FAILED
896 * Returns SUCCESS if command aborted else FAILED
1224 0=>Timed-out commands will be aborted asynchronously
DChangeLog.sym53c8xx308 If the aborted command is not yet started, remove it from the start
/linux-4.4.14/drivers/nvme/host/
Dpci.c157 int aborted; member
258 cmd->aborted = 0; in nvme_set_info()
628 if (cmd_rq->aborted) in req_completion()
1309 if (!nvmeq->qid || cmd_rq->aborted) { in nvme_abort_req()
1338 cmd_rq->aborted = 1; in nvme_abort_req()
/linux-4.4.14/drivers/net/wireless/iwlegacy/
Dcommon.c1308 il_complete_scan(struct il_priv *il, bool aborted) in il_complete_scan() argument
1313 ieee80211_scan_completed(il->hw, aborted); in il_complete_scan()
1693 bool aborted; in il_bg_scan_completed() local
1701 aborted = test_and_clear_bit(S_SCAN_ABORTING, &il->status); in il_bg_scan_completed()
1702 if (aborted) in il_bg_scan_completed()
1710 il_complete_scan(il, aborted); in il_bg_scan_completed()
/linux-4.4.14/drivers/scsi/mvsas/
Dmv_sas.c1720 u32 aborted; in mvs_slot_complete() local
1737 aborted = task->task_state_flags & SAS_TASK_STATE_ABORTED; in mvs_slot_complete()
1743 if (unlikely(aborted)) { in mvs_slot_complete()
/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_target.h889 bool aborted; member
Dqla_target.c1304 op->aborted = true; in abort_cmd_for_tag()
1344 op->aborted = true; in abort_cmds_for_lun()
3677 if (op->aborted) { in qlt_create_sess_from_atio()
4115 op->aborted = true; in abort_cmds_for_s_id()
/linux-4.4.14/tools/perf/Documentation/
Dperf-script.txt184 A/- : A=TSX abort entry, -=not aborted region or not supported
/linux-4.4.14/include/net/
Dcfg80211.h1475 bool aborted, notified; member
3979 void cfg80211_scan_done(struct cfg80211_scan_request *request, bool aborted);
Dmac80211.h4552 void ieee80211_scan_completed(struct ieee80211_hw *hw, bool aborted);
/linux-4.4.14/Documentation/ide/
DChangeLog.ide-tape.1995-2002238 * Actually removed aborted stages in idetape_abort_pipeline
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_mlme.c874 inline void rtw_indicate_scan_done(struct adapter *padapter, bool aborted) in rtw_indicate_scan_done() argument
876 rtw_os_indicate_scan_done(padapter, aborted); in rtw_indicate_scan_done()
/linux-4.4.14/Documentation/device-mapper/
Dthin-provisioning.txt142 transaction is aborted. Given that the pool will cache IO whose
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/
Dioctl_cfg80211.c1252 bool aborted) in rtw_cfg80211_indicate_scan_done() argument
1262 cfg80211_scan_done(pwdev_priv->scan_request, aborted); in rtw_cfg80211_indicate_scan_done()
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Didle-states.txt66 (i.e. less than the ENTRY + EXIT duration). If aborted, CPU
/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_sli.c15053 struct fc_frame_header *fc_hdr, bool aborted) in lpfc_sli4_seq_abort_rsp() argument
15150 if (aborted == false) { in lpfc_sli4_seq_abort_rsp()
15211 bool aborted; in lpfc_sli4_handle_unsol_abort() local
15219 aborted = true; in lpfc_sli4_handle_unsol_abort()
15222 aborted = lpfc_sli4_abort_partial_seq(vport, dmabuf); in lpfc_sli4_handle_unsol_abort()
15223 if (aborted == false) in lpfc_sli4_handle_unsol_abort()
15224 aborted = lpfc_sli4_abort_ulp_seq(vport, dmabuf); in lpfc_sli4_handle_unsol_abort()
15229 lpfc_sli4_seq_abort_rsp(vport, &fc_hdr, aborted); in lpfc_sli4_handle_unsol_abort()
/linux-4.4.14/Documentation/spi/
Dspi-summary418 of that spi_message is aborted.
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic79xx_core.c3285 int aborted; in ahd_handle_nonpkt_busfree() local
3287 aborted = 0; in ahd_handle_nonpkt_busfree()
3296 aborted = ahd_abort_scbs(ahd, target, 'A', in ahd_handle_nonpkt_busfree()
3310 aborted, in ahd_handle_nonpkt_busfree()
Daic79xx.reg1391 * "SCB aborted" status bit.
1403 * Bit offset in the SCB flags field for "SCB aborted" status.
Daic79xx.seq433 * in case the DMA fails or is aborted.
/linux-4.4.14/Documentation/usb/
Dpower-management.txt302 negative error code, the suspend will be aborted. Normally