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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_nx.c77 static int ql_8021_rom_fast_read(ql_adapter_state_t *, uint32_t, uint32_t *);
1166 ql_8021_rom_fast_read(ql_adapter_state_t *ha, uint32_t addr, uint32_t *valp) function
1246 ret = ql_8021_rom_fast_read(ha, addr << 2, bp) == 0 ? QL_SUCCESS :
1383 if (ql_8021_rom_fast_read(ha, 0, &n) != 0 || n != 0xcafecafe ||
1384 ql_8021_rom_fast_read(ha, 4, &n) != 0) {
1402 if (ql_8021_rom_fast_read(ha, 8 * i + 4 * offset, &val) != 0 ||
1403 ql_8021_rom_fast_read(ha, 8 * i + 4 * offset + 4, &addr) !=
1406 EL(ha, "ql_8021_rom_fast_read != 0 to zalloc memory\n");
1519 if ((ql_8021_rom_fast_read(ha, flashaddr, &low)) ||
1520 (ql_8021_rom_fast_read(h
[all...]

Completed in 48 milliseconds