Searched refs:megasas_mgmt_info (Results 1 – 3 of 3) sorted by relevance
205 struct megasas_mgmt_info megasas_mgmt_info; variable1868 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 …]
66 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()
2660 struct megasas_mgmt_info { struct