Home
last modified time | relevance | path

Searched refs:host_self_blocked (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/scsi/
H A Dscsi_host.h635 unsigned host_self_blocked:1; member
/openbmc/linux/drivers/scsi/
H A Dscsi_lib.c374 if (shost->host_self_blocked) in scsi_host_is_busy()
1357 if (shost->host_self_blocked) in scsi_host_queue_ready()
2043 shost->host_self_blocked = 1; in scsi_block_requests()
2059 shost->host_self_blocked = 0; in scsi_unblock_requests()
/openbmc/linux/drivers/usb/storage/
H A Duas.c642 if (cmnd->device->host->host_self_blocked) in uas_queuecommand_lck()
/openbmc/linux/drivers/ufs/core/
H A Dufshcd.c614 hba->auto_bkops_enabled, hba->host->host_self_blocked); in ufshcd_print_host_state()