/linux-4.4.14/drivers/isdn/hardware/eicon/ |
D | divasi.c | 42 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/ |
D | iwl-notif-wait.c | 98 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()
|
D | iwl-notif-wait.h | 111 bool triggered, aborted; member
|
/linux-4.4.14/drivers/scsi/ |
D | ultrastor.c | 257 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 …]
|
D | NCR5380.h | 275 volatile unsigned aborted:1; /* flag, says aborted */ member
|
D | fdomain.c | 352 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()
|
D | aha152x.c | 318 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()
|
D | NCR5380.c | 813 hostdata->aborted = 0; in NCR5380_init() 2607 hostdata->aborted = 1;
|
D | atari_NCR5380.c | 771 hostdata->aborted = 0; in NCR5380_init() 2716 hostdata->aborted = 1; in NCR5380_abort()
|
/linux-4.4.14/net/mac80211/ |
D | scan.c | 310 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 …]
|
D | trace.h | 1852 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
|
D | util.c | 1645 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/ |
D | scan.c | 95 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/ |
D | transaction.c | 184 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 …]
|
D | transaction.h | 84 int aborted; member 118 short aborted; member
|
D | super.c | 239 trans->aborted = errno; in __btrfs_abort_transaction() 251 ACCESS_ONCE(trans->transaction->aborted) = errno; in __btrfs_abort_transaction()
|
D | extent-tree.c | 2236 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()
|
D | delayed-inode.c | 1172 if (trans->aborted) in __btrfs_run_delayed_items()
|
/linux-4.4.14/drivers/staging/rtl8188eu/include/ |
D | mlme_osdep.h | 29 void rtw_os_indicate_scan_done(struct adapter *padapter, bool aborted);
|
D | rtw_mlme.h | 542 void rtw_indicate_scan_done(struct adapter *padapter, bool aborted);
|
/linux-4.4.14/arch/arm/mm/ |
D | abort-ev4.S | 21 ldr r3, [r4] @ read aborted ARM instruction
|
D | abort-ev4t.S | 23 ldreq r3, [r4] @ read aborted ARM instruction
|
D | abort-ev5t.S | 23 ldreq r3, [r4] @ read aborted ARM instruction
|
D | abort-macro.S | 15 ldrh \tmp, [\pc] @ Read aborted Thumb instruction
|
D | abort-ev5tj.S | 26 ldreq r3, [r4] @ read aborted ARM instruction
|
D | abort-ev6.S | 34 ldr r3, [r4] @ read aborted ARM instruction
|
/linux-4.4.14/arch/unicore32/kernel/ |
D | entry.S | 268 @ 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/ |
D | tfc_cmd.c | 127 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()
|
D | tcm_fc.h | 125 u32 aborted:1; /* Set if aborted by reset or timeout */ member
|
D | tfc_io.c | 77 if (cmd->aborted) in ft_queue_data_in()
|
/linux-4.4.14/tools/testing/selftests/rcutorture/bin/ |
D | kvm-build.sh | 69 echo Run aborted.
|
/linux-4.4.14/drivers/staging/rtl8723au/include/ |
D | ioctl_cfg80211.h | 55 bool aborted);
|
/linux-4.4.14/drivers/gpu/drm/via/ |
D | via_dmablit.h | 51 int aborted; member
|
D | via_dmablit.c | 339 blitq->blits[cur]->aborted = blitq->aborting; in via_dmablit_handler()
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
D | cfg80211.h | 33 void ath6kl_cfg80211_scan_complete_event(struct ath6kl_vif *vif, bool aborted);
|
D | main.c | 555 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()
|
D | cfg80211.c | 1069 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/ |
D | target_core_transport.c | 2431 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/ |
D | xfs_buf_item.c | 578 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()
|
D | xfs_trans_priv.h | 37 xfs_lsn_t commit_lsn, int aborted);
|
D | xfs_trans.c | 805 int aborted) in xfs_trans_committed_bulk() argument 822 if (aborted) in xfs_trans_committed_bulk() 834 if (aborted) { in xfs_trans_committed_bulk()
|
D | xfs_log.c | 71 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/ |
D | scan.c | 334 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/ |
D | nl80211.h | 13 struct wireless_dev *wdev, bool aborted);
|
D | scan.c | 197 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()
|
D | trace.h | 2605 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))
|
D | core.c | 221 rdev->scan_req->aborted = true; in cfg80211_stop_p2p_device() 1042 rdev->scan_req->aborted = true; in cfg80211_netdev_notifier_call()
|
D | nl80211.c | 11561 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/ |
D | bitmap.h | 258 void bitmap_end_sync(struct bitmap *bitmap, sector_t offset, sector_t *blocks, int aborted);
|
D | bitmap.c | 1525 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/ |
D | transactional_memory.txt | 57 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/ |
D | qeth.txt | 32 notifications are aborted.
|
/linux-4.4.14/arch/arm/kernel/ |
D | entry-armv.S | 70 @ 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/ |
D | mlme_linux.c | 46 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/ |
D | sysfs-driver-usb-usbtmc | 59 device is to be automatically aborted if there is any error.
|
/linux-4.4.14/Documentation/filesystems/ |
D | fuse.txt | 143 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/ |
D | driver.txt | 89 be aborted. If necessary, poll or wait for completion of
|
D | rxrpc.txt | 162 (*) 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)
|
D | switchdev.txt | 393 If a transaction is aborted during "prepare" phase, switchdev code will handle
|
D | ip-sysctl.txt | 286 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/ |
D | suspend-and-interrupts.txt | 83 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
|
D | suspend-and-cpuhotplug.txt | 275 aborted.
|
D | swsusp.txt | 301 from a failed or aborted resume is erased from the swap device.
|
/linux-4.4.14/Documentation/blockdev/ |
D | cciss.txt | 170 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/ |
D | fscache.txt | 254 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
|
D | backend-api.txt | 244 form once lookup is complete or aborted.
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
D | cfg80211.h | 498 struct brcmf_if *ifp, bool aborted,
|
D | cfg80211.c | 668 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/ |
D | ambassador.h | 604 unsigned long aborted; member
|
D | ambassador.c | 528 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/ |
D | s5p_mfc_dec.c | 1024 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/ |
D | wmi.c | 398 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/ |
D | atomic-ops.txt | 105 Such that the branch can then be taken if the operation was aborted.
|
/linux-4.4.14/Documentation/i2c/ |
D | fault-codes | 117 time, and was aborted before it completed.
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-class-net-statistics | 114 Indicates the number of packets that have been aborted
|
D | sysfs-devices-power | 109 the device might have aborted system transition into a sleep
|
/linux-4.4.14/Documentation/arm/ |
D | kernel_user_helpers.txt | 37 performed only once at process startup time, and execution aborted early
|
D | cluster-pm-race-avoidance.txt | 468 the case of an aborted cluster power-down).
|
/linux-4.4.14/Documentation/scsi/ |
D | scsi_eh.txt | 337 If a timedout scmd is successfully aborted and the sdev is 349 aborted successfully before reusing it for TEST_UNIT_READY.
|
D | scsi_mid_low_api.txt | 837 * @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
|
D | ChangeLog.sym53c8xx | 308 If the aborted command is not yet started, remove it from the start
|
/linux-4.4.14/drivers/nvme/host/ |
D | pci.c | 157 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/ |
D | common.c | 1308 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/ |
D | mv_sas.c | 1720 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/ |
D | qla_target.h | 889 bool aborted; member
|
D | qla_target.c | 1304 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/ |
D | perf-script.txt | 184 A/- : A=TSX abort entry, -=not aborted region or not supported
|
/linux-4.4.14/include/net/ |
D | cfg80211.h | 1475 bool aborted, notified; member 3979 void cfg80211_scan_done(struct cfg80211_scan_request *request, bool aborted);
|
D | mac80211.h | 4552 void ieee80211_scan_completed(struct ieee80211_hw *hw, bool aborted);
|
/linux-4.4.14/Documentation/ide/ |
D | ChangeLog.ide-tape.1995-2002 | 238 * Actually removed aborted stages in idetape_abort_pipeline
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme.c | 874 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/ |
D | thin-provisioning.txt | 142 transaction is aborted. Given that the pool will cache IO whose
|
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/ |
D | ioctl_cfg80211.c | 1252 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/ |
D | idle-states.txt | 66 (i.e. less than the ENTRY + EXIT duration). If aborted, CPU
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_sli.c | 15053 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/ |
D | spi-summary | 418 of that spi_message is aborted.
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic79xx_core.c | 3285 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()
|
D | aic79xx.reg | 1391 * "SCB aborted" status bit. 1403 * Bit offset in the SCB flags field for "SCB aborted" status.
|
D | aic79xx.seq | 433 * in case the DMA fails or is aborted.
|
/linux-4.4.14/Documentation/usb/ |
D | power-management.txt | 302 negative error code, the suspend will be aborted. Normally
|