Searched defs:aborted (Results 1 - 21 of 21) sorted by relevance

/drivers/net/wireless/iwlwifi/
H A Diwl-notif-wait.h101 bool triggered, aborted; member in struct:iwl_notification_wait
H A Diwl-scan.c96 static void iwl_complete_scan(struct iwl_priv *priv, bool aborted) argument
101 ieee80211_scan_completed(priv->hw, aborted);
117 bool aborted; local
128 aborted = test_and_clear_bit(STATUS_SCAN_ABORTING, &priv->status);
129 if (aborted)
143 if (priv->scan_type != IWL_SCAN_NORMAL && !aborted) {
156 aborted = true;
164 iwl_complete_scan(priv, aborted);
/drivers/isdn/hardware/eicon/
H A Ddivasi.c42 int aborted; member in struct:_diva_um_idi_os_context
248 if (p_os->aborted) {
306 p_os->aborted = 0;
339 if (p_os->aborted) {
381 || p_os->aborted) {
387 if (p_os->aborted) {
465 p_os->aborted = 1;
494 if (!divas_um_idi_entity_assigned(entity) || p_os->aborted) {
516 || p_os->aborted) {
533 || p_os->aborted) {
[all...]
/drivers/target/tcm_fc/
H A Dtcm_fc.h125 u32 aborted:1; /* Set if aborted by reset or timeout */ member in struct:ft_cmd
/drivers/gpu/drm/via/
H A Dvia_dmablit.h51 int aborted; member in struct:_drm_via_sg_info
/drivers/media/video/s5p-mfc/
H A Ds5p_mfc_dec.c893 int aborted = 0; local
901 aborted = 1;
916 if (aborted)
/drivers/scsi/isci/
H A Drequest.h75 aborted = 0x05, enumerator in enum:isci_request_status
248 * of being terminated/aborted. This state is entered from the CONSTRUCTED
395 aborted);
/drivers/scsi/
H A Dultrastor.c93 * handle aborted command interrupt (24F)
107 * Clear busy when aborted command finishes, not when abort is called.
119 * Fix abort and reset to work properly (config.aborted wasn't cleared
257 volatile unsigned char aborted[ULTRASTOR_MAX_CMDS]; member in struct:ultrastor_config
717 /* Has the command been aborted? */
718 if (xchgb(0xff, &config.aborted[mscp_index]) != 0)
721 goto aborted;
769 while (inb(config.ogm_address - 1) != 0 && config.aborted[mscp_index] == 0xff)
774 while ((inb(LCL_DOORBELL_INTR(config.doorbell_address)) & (config.slot ? 2 : 1)) && config.aborted[mscp_index] == 0xff)
785 status = xchgb(0, &config.aborted[mscp_inde
[all...]
H A DNCR5380.h273 volatile unsigned aborted:1; /* flag, says aborted */ member in struct:NCR5380_hostdata
H A Dfdomain.c352 aborted = 0x20, enumerator in enum:__anon4272
1158 if (current_SC->SCp.phase & aborted) {
1563 current_SC->SCp.phase |= aborted;
H A Dfd_mcs.c149 aborted = 0x20, enumerator in enum:__anon4271
650 if (current_SC->SCp.phase & aborted) {
1223 current_SC->SCp.phase |= aborted;
H A Daha152x.c352 aborted = 0x0020, /* ABORT was sent */ enumerator in enum:__anon4043
1515 } else if(CURRENT_SC->SCp.phase & aborted) {
1723 if (CURRENT_SC->SCp.phase & aborted) {
1724 DPRINTK(debug_selection, DEBUG_LEAD "aborted\n", CMDINFO(CURRENT_SC));
2050 CURRENT_SC->SCp.phase |= aborted;
2940 if (ptr->SCp.phase & aborted)
2941 printk("aborted|");
3003 if (ptr->SCp.phase & aborted)
3004 SPRINTF("aborted|");
/drivers/net/wireless/ath/ath6kl/
H A Dmain.c569 bool aborted = false; local
572 aborted = true;
574 ath6kl_cfg80211_scan_complete_event(vif, aborted);
H A Dcfg80211.c976 void ath6kl_cfg80211_scan_complete_event(struct ath6kl_vif *vif, bool aborted) argument
982 aborted ? " aborted" : "");
987 if (aborted)
999 cfg80211_scan_done(vif->scan_req, aborted);
/drivers/md/
H A Dbitmap.c1458 void bitmap_end_sync(struct bitmap *bitmap, sector_t offset, sector_t *blocks, int aborted) argument
1475 if (!NEEDED(*bmc) && aborted)
1494 * properly have been aborted. It remains to us to clear the
/drivers/scsi/mvsas/
H A Dmv_sas.c1812 u32 aborted; local
1829 aborted = task->task_state_flags & SAS_TASK_STATE_ABORTED;
1835 if (unlikely(aborted)) {
/drivers/atm/
H A Dambassador.h468 aborted frames, and frames with errors. Header is actually VC
604 unsigned long aborted; member in struct:__anon129::__anon130
/drivers/net/wireless/brcm80211/brcmfmac/
H A Dwl_cfg80211.c618 WL_ERR("Scanning being aborted : status (%lu)\n",
2280 bool aborted)
2291 aborted ? "Aborted" : "Done");
2292 cfg80211_scan_done(cfg_priv->scan_request, aborted);
2279 brcmf_notify_iscan_complete(struct brcmf_cfg80211_iscan_ctrl *iscan, bool aborted) argument
/drivers/net/wireless/iwlegacy/
H A Dcommon.c354 IL_ERR("Command %s aborted: RF KILL Switch\n",
1254 il_complete_scan(struct il_priv *il, bool aborted) argument
1259 ieee80211_scan_completed(il->hw, aborted);
1638 bool aborted; local
1646 aborted = test_and_clear_bit(S_SCAN_ABORTING, &il->status);
1647 if (aborted)
1655 il_complete_scan(il, aborted);
/drivers/net/wireless/bcmdhd/
H A Dwl_cfg80211.c227 struct net_device *ndev, bool aborted, bool fw_abort);
382 static void wl_notify_iscan_complete(struct wl_iscan_ctrl *iscan, bool aborted);
1971 WL_ERR(("Scanning being aborted\n"));
2896 /* Let scan aborted by F/W */
4179 /* Do not abort scan for VSDB. Scan will be aborted in firmware if necessary */
4351 /* Do not abort scan for VSDB. Scan will be aborted in firmware if necessary.
7246 static void wl_notify_iscan_complete(struct wl_iscan_ctrl *iscan, bool aborted) argument
7261 cfg80211_scan_done(wl->scan_request, aborted);
7509 bool aborted, bool fw_abort)
7563 if (aborted)
7507 wl_notify_escan_complete(struct wl_priv *wl, struct net_device *ndev, bool aborted, bool fw_abort) argument
[all...]
/drivers/scsi/aic7xxx/
H A Daic79xx_core.c3285 int aborted; local
3287 aborted = 0;
3296 aborted = ahd_abort_scbs(ahd, target, 'A',
3307 printk("Unexpected busfree %s, %d SCBs aborted, "
3310 aborted,
3389 "%d SCBs aborted\n", ahd_name(ahd), 'A', found);
5981 printk("%s: %s on %c:%d. %d SCBs aborted\n", ahd_name(ahd),

Completed in 508 milliseconds