Searched refs:megasas_mgmt_info (Results 1 – 3 of 3) sorted by relevance
191 struct megasas_mgmt_info megasas_mgmt_info; variable1853 for (i = 0; i < megasas_mgmt_info.max_index; i++) { in megasas_lookup_instance()1855 if ((megasas_mgmt_info.instance[i]) && in megasas_lookup_instance()1856 (megasas_mgmt_info.instance[i]->host->host_no == host_no)) in megasas_lookup_instance()1857 return megasas_mgmt_info.instance[i]; in megasas_lookup_instance()7468 megasas_mgmt_info.count++; in megasas_probe_one()7469 megasas_mgmt_info.instance[megasas_mgmt_info.max_index] = instance; in megasas_probe_one()7470 megasas_mgmt_info.max_index++; in megasas_probe_one()7506 megasas_mgmt_info.count--; in megasas_probe_one()7507 megasas_mgmt_info.max_index--; in megasas_probe_one()[all …]
66 extern struct megasas_mgmt_info megasas_mgmt_info;4760 if (megasas_mgmt_info.instance[i] && in megasas_get_peer_instance()4761 (megasas_mgmt_info.instance[i] != instance) && in megasas_get_peer_instance()4762 megasas_mgmt_info.instance[i]->requestorId && in megasas_get_peer_instance()4763 megasas_mgmt_info.instance[i]->peerIsPresent && in megasas_get_peer_instance()4764 (memcmp((megasas_mgmt_info.instance[i]->clusterId), in megasas_get_peer_instance()4766 return megasas_mgmt_info.instance[i]; in megasas_get_peer_instance()
2644 struct megasas_mgmt_info { struct