Home
last modified time | relevance | path

Searched refs:megasas_mgmt_info (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/scsi/megaraid/
Dmegaraid_sas_base.c189 struct megasas_mgmt_info megasas_mgmt_info; variable
1835 for (i = 0; i < megasas_mgmt_info.max_index; i++) { in megasas_lookup_instance()
1837 if ((megasas_mgmt_info.instance[i]) && in megasas_lookup_instance()
1838 (megasas_mgmt_info.instance[i]->host->host_no == host_no)) in megasas_lookup_instance()
1839 return megasas_mgmt_info.instance[i]; in megasas_lookup_instance()
7375 megasas_mgmt_info.count++; in megasas_probe_one()
7376 megasas_mgmt_info.instance[megasas_mgmt_info.max_index] = instance; in megasas_probe_one()
7377 megasas_mgmt_info.max_index++; in megasas_probe_one()
7411 megasas_mgmt_info.count--; in megasas_probe_one()
7412 megasas_mgmt_info.max_index--; in megasas_probe_one()
[all …]
Dmegaraid_sas_fusion.c79 extern struct megasas_mgmt_info megasas_mgmt_info;
4754 if (megasas_mgmt_info.instance[i] && in megasas_get_peer_instance()
4755 (megasas_mgmt_info.instance[i] != instance) && in megasas_get_peer_instance()
4756 megasas_mgmt_info.instance[i]->requestorId && in megasas_get_peer_instance()
4757 megasas_mgmt_info.instance[i]->peerIsPresent && in megasas_get_peer_instance()
4758 (memcmp((megasas_mgmt_info.instance[i]->clusterId), in megasas_get_peer_instance()
4760 return megasas_mgmt_info.instance[i]; in megasas_get_peer_instance()
Dmegaraid_sas.h2626 struct megasas_mgmt_info { struct