Searched refs:megasas_mgmt_info (Results 1 - 2 of 2) sorted by relevance

/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c117 static struct megasas_mgmt_info megasas_mgmt_info; variable in typeref:struct:megasas_mgmt_info
1506 for (i = 0; i < megasas_mgmt_info.max_index; i++) {
1508 if ((megasas_mgmt_info.instance[i]) &&
1509 (megasas_mgmt_info.instance[i]->host->host_no == host_no))
1510 return megasas_mgmt_info.instance[i];
4145 * Add this controller to megasas_mgmt_info structure so that it
4148 megasas_mgmt_info.count++;
4149 megasas_mgmt_info.instance[megasas_mgmt_info
[all...]
H A Dmegaraid_sas.h1482 struct megasas_mgmt_info { struct

Completed in 21 milliseconds