/linux-4.1.27/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.1.27/drivers/net/wireless/iwlwifi/ |
D | iwl-notif-wait.c | 97 if (w->triggered || w->aborted) in iwl_notification_wait_notify() 129 wait_entry->aborted = true; in iwl_abort_notification_waits() 152 wait_entry->aborted = false; in iwl_init_notification_wait() 167 wait_entry->triggered || wait_entry->aborted, in iwl_wait_notification() 174 if (wait_entry->aborted) in iwl_wait_notification()
|
D | iwl-notif-wait.h | 110 bool triggered, aborted; member
|
/linux-4.1.27/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.1.27/net/mac80211/ |
D | scan.c | 306 static void __ieee80211_scan_completed(struct ieee80211_hw *hw, bool aborted) in __ieee80211_scan_completed() argument 323 if (WARN_ON(!local->scanning && !aborted)) in __ieee80211_scan_completed() 324 aborted = true; in __ieee80211_scan_completed() 329 if (hw_scan && !aborted && in __ieee80211_scan_completed() 350 cfg80211_scan_done(scan_req, aborted); in __ieee80211_scan_completed() 387 void ieee80211_scan_completed(struct ieee80211_hw *hw, bool aborted) in ieee80211_scan_completed() argument 391 trace_api_scan_completed(local, aborted); in ieee80211_scan_completed() 394 if (aborted) in ieee80211_scan_completed() 837 bool aborted; in ieee80211_scan_work() local 842 aborted = true; in ieee80211_scan_work() [all …]
|
D | trace.h | 1820 TP_PROTO(struct ieee80211_local *local, bool aborted), 1822 TP_ARGS(local, aborted), 1826 __field(bool, aborted) 1831 __entry->aborted = aborted; 1836 LOCAL_PR_ARG, __entry->aborted
|
/linux-4.1.27/fs/btrfs/ |
D | transaction.c | 166 if (cur_trans->aborted) { in join_transaction() 168 return cur_trans->aborted; in join_transaction() 265 cur_trans->aborted = 0; in join_transaction() 361 !trans->aborted); in is_transaction_blocked() 380 cur_trans->aborted); in wait_current_trans() 518 h->aborted = 0; in start_transaction() 830 if (trans->aborted || in __btrfs_end_transaction() 1588 trans->aborted); in wait_current_trans_commit_start() 1600 trans->aborted); in wait_current_trans_commit_start_and_unblock() 1779 if (unlikely(ACCESS_ONCE(cur_trans->aborted))) { in btrfs_commit_transaction() [all …]
|
D | transaction.h | 78 int aborted; member 113 short aborted; member
|
D | super.c | 262 trans->aborted = errno; in __btrfs_abort_transaction() 274 ACCESS_ONCE(trans->transaction->aborted) = errno; in __btrfs_abort_transaction()
|
D | extent-tree.c | 2139 if (trans->aborted) in run_delayed_extent_op() 2282 if (trans->aborted) { in run_one_delayed_ref() 2805 if (trans->aborted) in btrfs_run_delayed_refs() 3240 if (trans->aborted) in cache_save_setup() 6048 if (trans->aborted) in btrfs_finish_extent_commit()
|
D | delayed-inode.c | 1168 if (trans->aborted) in __btrfs_run_delayed_items()
|
D | qgroup.c | 2223 if (!ret || !trans->aborted) in btrfs_delayed_qgroup_accounting()
|
/linux-4.1.27/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.1.27/drivers/target/tcm_fc/ |
D | tfc_cmd.c | 133 if (cmd->aborted) in ft_queue_status() 213 if (cmd->aborted) in ft_write_pending() 254 if (cmd->aborted) in ft_get_task_tag() 275 cmd->aborted = true; in ft_recv_seq() 419 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 | 83 if (cmd->aborted) in ft_queue_data_in()
|
/linux-4.1.27/drivers/staging/rtl8188eu/include/ |
D | mlme_osdep.h | 29 void rtw_os_indicate_scan_done(struct adapter *padapter, bool aborted);
|
D | rtw_mlme.h | 541 void rtw_indicate_scan_done(struct adapter *padapter, bool aborted);
|
/linux-4.1.27/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-ev5tj.S | 26 ldreq r3, [r4] @ read aborted ARM instruction
|
D | abort-macro.S | 15 ldrh \tmp, [\pc] @ Read aborted Thumb instruction
|
D | abort-ev6.S | 34 ldr r3, [r4] @ read aborted ARM instruction
|
/linux-4.1.27/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.1.27/tools/testing/selftests/rcutorture/bin/ |
D | kvm-build.sh | 69 echo Run aborted.
|
/linux-4.1.27/drivers/staging/rtl8723au/include/ |
D | ioctl_cfg80211.h | 55 bool aborted);
|
/linux-4.1.27/fs/fuse/ |
D | dev.c | 440 if (req->aborted) in request_wait_answer() 441 goto aborted; in request_wait_answer() 458 if (req->aborted) in request_wait_answer() 459 goto aborted; in request_wait_answer() 480 if (!req->aborted) in request_wait_answer() 483 aborted: in request_wait_answer() 684 if (req->aborted) in lock_request() 703 if (req->aborted) in unlock_request() 918 if (cs->req->aborted) in fuse_try_move_page() 1322 if (req->aborted) { in fuse_dev_do_read() [all …]
|
D | fuse_i.h | 308 unsigned aborted:1; member
|
/linux-4.1.27/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.1.27/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.1.27/drivers/target/ |
D | target_core_transport.c | 2429 static void target_wait_free_cmd(struct se_cmd *cmd, bool *aborted, bool *tas) in target_wait_free_cmd() argument 2434 __transport_wait_for_tasks(cmd, true, aborted, tas, &flags); in target_wait_free_cmd() 2441 bool aborted = false, tas = false; in transport_generic_free_cmd() local 2445 target_wait_free_cmd(cmd, &aborted, &tas); in transport_generic_free_cmd() 2447 if (!aborted || tas) in transport_generic_free_cmd() 2451 target_wait_free_cmd(cmd, &aborted, &tas); in transport_generic_free_cmd() 2463 if (!aborted || tas) in transport_generic_free_cmd() 2472 if (aborted) { in transport_generic_free_cmd() 2677 bool *aborted, bool *tas, unsigned long *flags) in __transport_wait_for_tasks() argument 2689 *aborted = true; in __transport_wait_for_tasks() [all …]
|
/linux-4.1.27/Documentation/powerpc/ |
D | transactional_memory.txt | 57 transaction, the transaction will be aborted by the CPU. Register and memory 83 side-effect, read soon-to-be-aborted transactional data that should not remain 162 written below the stack required for the rollback. The transaction is aborted 174 kernel aborted a transaction:
|
/linux-4.1.27/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 | 812 int aborted) in xfs_trans_committed_bulk() argument 829 if (aborted) in xfs_trans_committed_bulk() 841 if (aborted) { in xfs_trans_committed_bulk()
|
D | xfs_log.c | 71 int aborted, 1171 int aborted = 0; in xlog_iodone() local 1186 aborted = XFS_LI_ABORTED; in xlog_iodone() 1188 aborted = XFS_LI_ABORTED; in xlog_iodone() 1193 xlog_state_done_syncing(iclog, aborted); in xlog_iodone() 2586 int aborted, in xlog_state_do_callback() argument 2729 cb->cb_func(cb->cb_arg, aborted); in xlog_state_do_callback() 2818 int aborted) in xlog_state_done_syncing() argument 2851 xlog_state_do_callback(log, aborted, iclog); /* also cleans log */ in xlog_state_done_syncing()
|
/linux-4.1.27/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 | core.c | 221 rdev->scan_req->aborted = true; in cfg80211_stop_p2p_device() 1033 rdev->scan_req->aborted = true; in cfg80211_netdev_notifier_call()
|
D | trace.h | 2602 TP_PROTO(struct cfg80211_scan_request *request, bool aborted), 2603 TP_ARGS(request, aborted), 2611 __field(bool, aborted) 2626 __entry->aborted = aborted; 2628 TP_printk("aborted: %s", BOOL_TO_STR(__entry->aborted))
|
D | nl80211.c | 11177 struct wireless_dev *wdev, bool aborted) in nl80211_build_scan_msg() argument 11186 aborted ? NL80211_CMD_SCAN_ABORTED : in nl80211_build_scan_msg()
|
/linux-4.1.27/drivers/md/ |
D | bitmap.h | 256 void bitmap_end_sync(struct bitmap *bitmap, sector_t offset, sector_t *blocks, int aborted);
|
D | bitmap.c | 1526 void bitmap_end_sync(struct bitmap *bitmap, sector_t offset, sector_t *blocks, int aborted) in bitmap_end_sync() argument 1543 if (!NEEDED(*bmc) && aborted) in bitmap_end_sync()
|
/linux-4.1.27/Documentation/s390/ |
D | qeth.txt | 32 notifications are aborted.
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | sysfs-driver-usb-usbtmc | 59 device is to be automatically aborted if there is any error.
|
/linux-4.1.27/drivers/staging/rtl8188eu/os_dep/ |
D | mlme_linux.c | 48 void rtw_os_indicate_scan_done(struct adapter *padapter, bool aborted) in rtw_os_indicate_scan_done() argument
|
/linux-4.1.27/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.1.27/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 | ip-sysctl.txt | 277 before it is aborted at the local end. While a perfectly 327 will be aborted after ~11 minutes of retries.
|
/linux-4.1.27/arch/arm/kernel/ |
D | entry-armv.S | 68 @ r4 - aborted context pc 69 @ r5 - aborted context psr 71 @ The abort handler must return the aborted address in r0, and
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | cfg80211.h | 498 struct brcmf_if *ifp, bool aborted,
|
D | cfg80211.c | 683 struct brcmf_if *ifp, bool aborted, in brcmf_notify_escan_complete() argument 730 if (!aborted) in brcmf_notify_escan_complete() 734 aborted ? "Aborted" : "Done"); in brcmf_notify_escan_complete() 735 cfg80211_scan_done(scan_request, aborted); in brcmf_notify_escan_complete() 2834 bool aborted; in brcmf_cfg80211_escan_handler() local 2908 aborted = status != BRCMF_E_STATUS_SUCCESS; in brcmf_cfg80211_escan_handler() 2909 brcmf_notify_escan_complete(cfg, ifp, aborted, false); in brcmf_cfg80211_escan_handler()
|
/linux-4.1.27/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.1.27/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc_dec.c | 1018 int aborted = 0; in s5p_mfc_stop_streaming() local 1026 aborted = 1; in s5p_mfc_stop_streaming() 1054 if (aborted) in s5p_mfc_stop_streaming()
|
/linux-4.1.27/drivers/net/wireless/ath/wil6210/ |
D | wmi.c | 370 bool aborted = (data->status != WMI_SCAN_SUCCESS); in wmi_evt_scan_complete() local 374 wil->scan_request, aborted); in wmi_evt_scan_complete() 377 cfg80211_scan_done(wil->scan_request, aborted); in wmi_evt_scan_complete()
|
/linux-4.1.27/Documentation/frv/ |
D | atomic-ops.txt | 105 Such that the branch can then be taken if the operation was aborted.
|
/linux-4.1.27/Documentation/i2c/ |
D | fault-codes | 117 time, and was aborted before it completed.
|
/linux-4.1.27/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.1.27/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.1.27/drivers/block/ |
D | nvme-core.c | 145 int aborted; member 247 cmd->aborted = 0; in nvme_set_info() 614 if (cmd_rq->aborted) in req_completion() 1213 if (!nvmeq->qid || cmd_rq->aborted) { in nvme_abort_req() 1248 cmd_rq->aborted = 1; in nvme_abort_req()
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/drivers/scsi/qla2xxx/ |
D | qla_target.h | 889 bool aborted; member
|
D | qla_target.c | 1305 op->aborted = true; in abort_cmd_for_tag() 1345 op->aborted = true; in abort_cmds_for_lun() 3689 if (op->aborted) { in qlt_create_sess_from_atio() 4128 op->aborted = true; in abort_cmds_for_s_id()
|
/linux-4.1.27/include/net/ |
D | cfg80211.h | 1471 bool aborted, notified; member 3917 void cfg80211_scan_done(struct cfg80211_scan_request *request, bool aborted);
|
D | mac80211.h | 4477 void ieee80211_scan_completed(struct ieee80211_hw *hw, bool aborted);
|
/linux-4.1.27/Documentation/ide/ |
D | ChangeLog.ide-tape.1995-2002 | 238 * Actually removed aborted stages in idetape_abort_pipeline
|
/linux-4.1.27/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme.c | 868 inline void rtw_indicate_scan_done(struct adapter *padapter, bool aborted) in rtw_indicate_scan_done() argument 870 rtw_os_indicate_scan_done(padapter, aborted); in rtw_indicate_scan_done()
|
/linux-4.1.27/Documentation/device-mapper/ |
D | thin-provisioning.txt | 142 transaction is aborted. Given that the pool will cache IO whose
|
/linux-4.1.27/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.1.27/Documentation/devicetree/bindings/arm/ |
D | idle-states.txt | 66 (i.e. less than the ENTRY + EXIT duration). If aborted, CPU
|
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc_sli.c | 15077 struct fc_frame_header *fc_hdr, bool aborted) in lpfc_sli4_seq_abort_rsp() argument 15174 if (aborted == false) { in lpfc_sli4_seq_abort_rsp() 15235 bool aborted; in lpfc_sli4_handle_unsol_abort() local 15243 aborted = true; in lpfc_sli4_handle_unsol_abort() 15246 aborted = lpfc_sli4_abort_partial_seq(vport, dmabuf); in lpfc_sli4_handle_unsol_abort() 15247 if (aborted == false) in lpfc_sli4_handle_unsol_abort() 15248 aborted = lpfc_sli4_abort_ulp_seq(vport, dmabuf); in lpfc_sli4_handle_unsol_abort() 15253 lpfc_sli4_seq_abort_rsp(vport, &fc_hdr, aborted); in lpfc_sli4_handle_unsol_abort()
|
/linux-4.1.27/Documentation/spi/ |
D | spi-summary | 418 of that spi_message is aborted.
|
/linux-4.1.27/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.1.27/Documentation/usb/ |
D | power-management.txt | 302 negative error code, the suspend will be aborted. Normally
|