Home
last modified time | relevance | path

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

/linux/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c205 struct megasas_mgmt_info megasas_mgmt_info; variable
1868 for (i = 0; i < megasas_mgmt_info.max_index; i++) { in megasas_lookup_instance()
1870 if ((megasas_mgmt_info.instance[i]) && in megasas_lookup_instance()
1871 (megasas_mgmt_info.instance[i]->host->host_no == host_no)) in megasas_lookup_instance()
1872 return megasas_mgmt_info.instance[i]; in megasas_lookup_instance()
7564 megasas_mgmt_info.count++; in megasas_probe_one()
7565 megasas_mgmt_info.instance[megasas_mgmt_info.max_index] = instance; in megasas_probe_one()
7566 megasas_mgmt_info.max_index++; in megasas_probe_one()
7602 megasas_mgmt_info.count--; in megasas_probe_one()
7603 megasas_mgmt_info.max_index--; in megasas_probe_one()
[all …]
H A Dmegaraid_sas_fusion.c66 extern struct megasas_mgmt_info megasas_mgmt_info;
4878 if (megasas_mgmt_info.instance[i] && in megasas_get_peer_instance()
4879 (megasas_mgmt_info.instance[i] != instance) && in megasas_get_peer_instance()
4880 megasas_mgmt_info.instance[i]->requestorId && in megasas_get_peer_instance()
4881 megasas_mgmt_info.instance[i]->peerIsPresent && in megasas_get_peer_instance()
4882 (memcmp((megasas_mgmt_info.instance[i]->clusterId), in megasas_get_peer_instance()
4884 return megasas_mgmt_info.instance[i]; in megasas_get_peer_instance()
H A Dmegaraid_sas.h2660 struct megasas_mgmt_info { struct