Searched refs:ioc_init (Results 1 – 3 of 3) sorted by relevance
1351 psge = (char *)&ioc_init->HostPageBufferSGE; in mpt_host_page_alloc()3335 IOCInit_t ioc_init; in SendIocInit() local3342 memset(&ioc_init, 0, sizeof(ioc_init)); in SendIocInit()3345 ioc_init.WhoInit = MPI_WHOINIT_HOST_DRIVER; in SendIocInit()3346 ioc_init.Function = MPI_FUNCTION_IOC_INIT; in SendIocInit()3360 ioc_init.MaxBuses = (U8)ioc->number_of_buses; in SendIocInit()3384 ioc_init.HostMfaHighAddr = cpu_to_le32(0); in SendIocInit()3390 ioc->facts.MaxDevices = ioc_init.MaxDevices; in SendIocInit()3391 ioc->facts.MaxBuses = ioc_init.MaxBuses; in SendIocInit()3394 ioc->name, &ioc_init)); in SendIocInit()[all …]
1782 static void __init ioc_init(unsigned long hpa, struct ioc *ioc) in ioc_init() function2014 ioc_init(hpa, ioc); in acpi_sba_ioc_add()
3442 static int __init ioc_init(void) in ioc_init() function3452 module_init(ioc_init);
Completed in 29 milliseconds