Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/megaraid/
Dmegaraid_sas_base.c174 struct megasas_mgmt_info megasas_mgmt_info; variable
1774 for (i = 0; i < megasas_mgmt_info.max_index; i++) { in megasas_lookup_instance()
1776 if ((megasas_mgmt_info.instance[i]) && in megasas_lookup_instance()
1777 (megasas_mgmt_info.instance[i]->host->host_no == host_no)) in megasas_lookup_instance()
1778 return megasas_mgmt_info.instance[i]; in megasas_lookup_instance()
6545 megasas_mgmt_info.count++; in megasas_probe_one()
6546 megasas_mgmt_info.instance[megasas_mgmt_info.max_index] = instance; in megasas_probe_one()
6547 megasas_mgmt_info.max_index++; in megasas_probe_one()
6577 megasas_mgmt_info.count--; in megasas_probe_one()
6578 megasas_mgmt_info.max_index--; in megasas_probe_one()
[all …]
Dmegaraid_sas_fusion.c91 extern struct megasas_mgmt_info megasas_mgmt_info;
4467 if (megasas_mgmt_info.instance[i] && in megasas_get_peer_instance()
4468 (megasas_mgmt_info.instance[i] != instance) && in megasas_get_peer_instance()
4469 megasas_mgmt_info.instance[i]->requestorId && in megasas_get_peer_instance()
4470 megasas_mgmt_info.instance[i]->peerIsPresent && in megasas_get_peer_instance()
4471 (memcmp((megasas_mgmt_info.instance[i]->clusterId), in megasas_get_peer_instance()
4473 return megasas_mgmt_info.instance[i]; in megasas_get_peer_instance()
Dmegaraid_sas.h2492 struct megasas_mgmt_info { struct