Searched refs:abort (Results 251 - 257 of 257) sorted by relevance

<<11

/linux-master/drivers/scsi/qla2xxx/
H A Dqla_def.h733 unsigned int abort:1; member in struct:srb
4944 #define ISP_ABORT_NEEDED 2 /* Initiate ISP abort. */
4945 #define ABORT_ISP_ACTIVE 3 /* ISP abort in progress. */
/linux-master/kernel/sched/
H A Dfair.c12145 goto abort;
12186 abort:
12427 * and abort nohz_idle_balance altogether if we pull some load.
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dcore.h4800 bool abort; member in struct:rtw89_hw_scan_info
H A Dmac.c4763 rtw89_hw_scan_complete(rtwdev, vif, rtwdev->scan_info.abort);
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c11935 * abort when it gets the rtnl_lock() and sees the flag.
15373 bool abort = false; local
15384 abort = true;
15387 if (abort || state == pci_channel_io_perm_failure) {
/linux-master/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c1188 * MFI firmware can abort previously issued AEN comamnd (automatic event
1189 * notification). The megasas_issue_blocked_abort_cmd() issues such abort
1207 abort_fr = &cmd->frame->abort;
1210 * Prepare and issue the abort frame
3089 * megasas_task_abort - Issues task abort request to firmware
3551 * @cmd: Cmd that was issued to abort another cmd
3554 * after it issues an abort on a previously issued command. This function
3793 * Cmd issued to abort another cmd returned
6667 * If the old_cmd is _not_ inclusive, then we have to abort
6717 dev_printk(KERN_DEBUG, &instance->pdev->dev, "Failed to abort "
[all...]
/linux-master/drivers/infiniband/hw/hfi1/
H A Dchip.c6476 static void lcb_shutdown(struct hfi1_devdata *dd, int abort) argument
6491 if (!abort) {
6555 /* lcb_shutdown() with abort=1 does not restore these */

Completed in 463 milliseconds

<<11