Home
last modified time | relevance | path

Searched refs:physchan_present (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/scsi/
Dmyrs.c628 shost->max_channel = info->physchan_present + info->virtchan_present; in myrs_get_config()
657 fw_version, info->physchan_present, info->mem_size_mb); in myrs_get_config()
675 info->physchan_present, info->physchan_max, in myrs_get_config()
859 sdev->channel < cs->ctlr_info->physchan_present) { in myrs_log_event()
947 if (sdev->channel >= cs->ctlr_info->physchan_present) { in raid_state_show()
993 if (sdev->channel < cs->ctlr_info->physchan_present) { in raid_state_store()
1035 if (sdev->channel < cs->ctlr_info->physchan_present) { in raid_state_store()
1066 if (sdev->channel >= cs->ctlr_info->physchan_present) { in raid_level_show()
1091 if (sdev->channel < cs->ctlr_info->physchan_present) in rebuild_show()
1123 if (sdev->channel < cs->ctlr_info->physchan_present) in rebuild_store()
[all …]
Dmyrs.h241 unsigned char physchan_present; /* Byte 176 */ member