Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_download.c63 extern uint32_t emlxs_get_max_sram(emlxs_hba_t *hba, uint32_t *MaxRbusSize,
5462 emlxs_get_max_sram(emlxs_hba_t *hba, uint32_t *MaxRbusSize, in emlxs_get_max_sram() argument
5471 if (MaxRbusSize) { in emlxs_get_max_sram()
5472 *MaxRbusSize = 0; in emlxs_get_max_sram()
5510 if (MaxRbusSize) { in emlxs_get_max_sram()
5511 *MaxRbusSize = Uptr[0]; in emlxs_get_max_sram()
H A Demlxs_sli3.c212 uint32_t MaxRbusSize; in emlxs_sli3_online() local
219 MaxRbusSize = 0; in emlxs_sli3_online()
316 if (emlxs_get_max_sram(hba, &MaxRbusSize, &MaxIbusSize) == 0) { in emlxs_sli3_online()
317 if (MaxRbusSize == REDUCED_SRAM_CFG) { in emlxs_sli3_online()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_extern.h715 uint32_t *MaxRbusSize,