Searched refs:aborted (Results 101 - 125 of 130) sorted by relevance

123456

/linux-master/drivers/net/wireless/marvell/libertas/
H A Dcfg.c836 .aborted = false,
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dmain.c770 .aborted = true,
/linux-master/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmac.c1276 .aborted = true,
H A Dmain.c973 .aborted = false,
H A Dmcu.c2667 .aborted = true,
/linux-master/drivers/net/wireless/ath/wcn36xx/
H A Dmain.c290 .aborted = true,
644 wcn36xx_warn("Offload scan aborted, n_channels=%u",
H A Dsmd.c2742 scan_info.aborted = true;
2748 scan_info.aborted = true;
/linux-master/drivers/net/wireless/rsi/
H A Drsi_91x_mac80211.c287 info.aborted = false;
H A Drsi_91x_mgmt.c2108 info.aborted = false;
/linux-master/fs/ext4/
H A Dsuper.c695 * be aborted, we can't rely on the current, or future, transactions to
942 errstr = "Journal has aborted";
1100 * journal has been aborted. We return 1 as a hint to callers
1295 int aborted = 0; local
1322 aborted = is_journal_aborted(sbi->s_journal);
1325 if ((err < 0) && !aborted) {
1336 if (!sb_rdonly(sb) && !aborted) {
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dwmi.c929 .aborted = ((status != WMI_SCAN_SUCCESS) &&
934 wil_dbg_misc(wil, "Complete scan_request 0x%p aborted %d\n",
935 vif->scan_request, info.aborted);
/linux-master/net/mac80211/
H A Dutil.c1581 bool aborted)
1596 if (aborted)
1580 ieee80211_flush_completed_scan(struct ieee80211_local *local, bool aborted) argument
/linux-master/drivers/accel/habanalabs/common/
H A Dcommand_submission.c785 else if (cs->aborted)
1084 cs->aborted = true;
3188 "CS %llu has been aborted while user process is waiting for it\n",
3470 "interrupt based wait ioctl aborted(error:%d) due to a reset cycle initiated\n",
3601 "interrupt based wait ioctl aborted(error:%d) due to a reset cycle initiated\n",
H A Dhabanalabs.h2014 * @aborted: true if CS was aborted due to some device error.
2052 u8 aborted; member in struct:hl_cs
/linux-master/fs/ceph/
H A Dmds_client.c3720 doutc(cl, "aborted request %lld with %d\n", req->r_tid, err);
3765 * Invalidate dir's completeness, dentry lease state on an aborted MDS
3980 doutc(cl, "reply arrived after request %lld was aborted\n", tid);
4017 bool aborted = false; local
4032 doutc(cl, "forward tid %llu aborted, unregistering\n", tid);
4047 aborted = true;
4064 if (aborted)
/linux-master/drivers/scsi/aic7xxx/
H A Daic79xx_core.c3253 int aborted; local
3255 aborted = 0;
3264 aborted = ahd_abort_scbs(ahd, target, 'A',
3275 printk("Unexpected busfree %s, %d SCBs aborted, "
3278 aborted,
3357 "%d SCBs aborted\n", ahd_name(ahd), 'A', found);
5945 printk("%s: %s on %c:%d. %d SCBs aborted\n", ahd_name(ahd),
/linux-master/drivers/net/wireless/atmel/
H A Dat76c50x-usb.c1920 .aborted = false,
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_sli.c1366 * this IO was aborted then the sglq entry it put on the
3734 * an already aborted command iocb, the status of the completion
12322 * lpfc_ignore_els_cmpl - Completion handler for aborted ELS command
12329 * which are aborted. The function frees memory resources used for
12330 * the aborted ELS commands.
12351 /* It is possible a PLOGI_RJT for NPIV ports to get aborted.
12411 * being aborted.
12477 /* ABTS WQE must go to the same WQ as the WQE to be aborted */
12580 * can't be premarked as driver aborted, nor be an ABORT iocb itself
12713 * lpfc_sli_abort_fcp_cmpl - Completion handler function for aborted FC
18907 lpfc_sli4_seq_abort_rsp(struct lpfc_vport *vport, struct fc_frame_header *fc_hdr, bool aborted) argument
19073 bool aborted; local
[all...]
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dfw.c5987 bool aborted)
5993 .aborted = aborted,
5986 rtw89_hw_scan_complete(struct rtw89_dev *rtwdev, struct ieee80211_vif *vif, bool aborted) argument
H A Dfw.h4634 bool aborted);
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dmain.c2647 .aborted = true,
3705 .aborted = true,
/linux-master/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c2902 .aborted = false,
3011 .aborted = true,
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.c1770 .aborted = true,
/linux-master/include/net/
H A Dcfg80211.h2602 * @aborted: set to true if the scan was aborted for any reason,
2608 bool aborted; member in struct:cfg80211_scan_info
2654 * @notified: (internal) scan request was notified as done or aborted
8639 * or aborted. This must be called to notify the completion of a CAC process,
8651 * (CAC) is aborted by a offchannel dedicated chain.
9424 * Inform the userspace about the color change that has aborted.
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_def.h734 unsigned int aborted:1; member in struct:srb
2205 #define CS_ABORTED 0x5 /* System aborted command. */
4952 #define ISP_ABORT_RETRY 10 /* ISP aborted. */

Completed in 656 milliseconds

123456