Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/megaraid/
Dmegaraid_sas_base.c189 struct megasas_mgmt_info megasas_mgmt_info; variable
1840 for (i = 0; i < megasas_mgmt_info.max_index; i++) { in megasas_lookup_instance()
1842 if ((megasas_mgmt_info.instance[i]) && in megasas_lookup_instance()
1843 (megasas_mgmt_info.instance[i]->host->host_no == host_no)) in megasas_lookup_instance()
1844 return megasas_mgmt_info.instance[i]; in megasas_lookup_instance()
7407 megasas_mgmt_info.count++; in megasas_probe_one()
7408 megasas_mgmt_info.instance[megasas_mgmt_info.max_index] = instance; in megasas_probe_one()
7409 megasas_mgmt_info.max_index++; in megasas_probe_one()
7443 megasas_mgmt_info.count--; in megasas_probe_one()
7444 megasas_mgmt_info.max_index--; in megasas_probe_one()
[all …]
Dmegaraid_sas_fusion.c66 extern struct megasas_mgmt_info megasas_mgmt_info;
4755 if (megasas_mgmt_info.instance[i] && in megasas_get_peer_instance()
4756 (megasas_mgmt_info.instance[i] != instance) && in megasas_get_peer_instance()
4757 megasas_mgmt_info.instance[i]->requestorId && in megasas_get_peer_instance()
4758 megasas_mgmt_info.instance[i]->peerIsPresent && in megasas_get_peer_instance()
4759 (memcmp((megasas_mgmt_info.instance[i]->clusterId), in megasas_get_peer_instance()
4761 return megasas_mgmt_info.instance[i]; in megasas_get_peer_instance()
Dmegaraid_sas.h2629 struct megasas_mgmt_info { struct