Searched defs:MaxRbusSize (Results 1 - 2 of 2) 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, argument
5471 if (MaxRbusSize) {
5472 *MaxRbusSize = 0;
5510 if (MaxRbusSize) {
5511 *MaxRbusSize = Uptr[0];
H A Demlxs_sli3.c211 uint32_t MaxRbusSize; local
218 MaxRbusSize = 0;
314 if (emlxs_get_max_sram(hba, &MaxRbusSize, &MaxIbusSize) == 0) {
315 if (MaxRbusSize == REDUCED_SRAM_CFG) {

Completed in 77 milliseconds