Home
last modified time | relevance | path

Searched refs:host_self_blocked (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/include/scsi/
H A Dscsi_host.h620 unsigned host_self_blocked:1; member
/kernel/linux/linux-6.6/include/scsi/
H A Dscsi_host.h635 unsigned host_self_blocked:1; member
/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_lib.c411 if (shost->host_self_blocked) in scsi_host_is_busy()
1369 if (shost->host_self_blocked) in scsi_host_queue_ready()
1961 shost->host_self_blocked = 1; in scsi_block_requests()
1977 shost->host_self_blocked = 0; in scsi_unblock_requests()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_lib.c374 if (shost->host_self_blocked) in scsi_host_is_busy()
1358 if (shost->host_self_blocked) in scsi_host_queue_ready()
2044 shost->host_self_blocked = 1; in scsi_block_requests()
2060 shost->host_self_blocked = 0; in scsi_unblock_requests()
/kernel/linux/linux-5.10/drivers/usb/storage/
H A Duas.c648 if (cmnd->device->host->host_self_blocked) in uas_queuecommand_lck()
/kernel/linux/linux-6.6/drivers/usb/storage/
H A Duas.c643 if (cmnd->device->host->host_self_blocked) in uas_queuecommand_lck()
/kernel/linux/linux-5.10/drivers/scsi/ufs/
H A Dufshcd.c521 hba->auto_bkops_enabled, hba->host->host_self_blocked); in ufshcd_print_host_state()
/kernel/linux/linux-6.6/drivers/ufs/core/
H A Dufshcd.c614 hba->auto_bkops_enabled, hba->host->host_self_blocked); in ufshcd_print_host_state()
1132 * the budget map before scsi_host_queue_ready() checks the host_self_blocked
1133 * flag. The host_self_blocked flag can be modified by calling

Completed in 36 milliseconds