Searched refs:aac_sync_fib (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/io/aac/ |
H A D | aac.c | 279 static int aac_sync_fib(struct aac_softstate *, uint16_t, uint16_t); 1120 rval = aac_sync_fib(softs, ContainerCommand, in aac_shutdown() 2512 if (aac_sync_fib(softs, RequestAdapterInfo, in aac_get_adapter_info() 2552 if (aac_sync_fib(softs, RequestSupplementAdapterInfo, in aac_get_adapter_info() 2622 rval = aac_sync_fib(softs, ContainerCommand, in aac_get_bus_info() 2646 rval = aac_sync_fib(softs, ContainerCommand, in aac_get_bus_info() 2728 rval = aac_sync_fib(softs, ContainerCommand, in aac_handle_adapter_config_issues() 2744 rval = aac_sync_fib(softs, ContainerCommand, in aac_handle_adapter_config_issues() 3104 aac_sync_fib(struct aac_softstate *softs, uint16_t cmd, uint16_t fibsize) in aac_sync_fib() function 3355 if (aac_sync_fib(softs, ContainerCommand, in aac_get_mntinfo() [all …]
|