Searched defs:MaxIbusSize (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_download.c64 uint32_t *MaxIbusSize);
5463 uint32_t *MaxIbusSize)
5475 if (MaxIbusSize) {
5476 *MaxIbusSize = 0;
5514 if (MaxIbusSize) {
5515 *MaxIbusSize = Uptr[1];
5462 emlxs_get_max_sram(emlxs_hba_t *hba, uint32_t *MaxRbusSize, uint32_t *MaxIbusSize) argument
H A Demlxs_sli3.c212 uint32_t MaxIbusSize; local
219 MaxIbusSize = 0;
314 if (emlxs_get_max_sram(hba, &MaxRbusSize, &MaxIbusSize) == 0) {

Completed in 80 milliseconds