Home
last modified time | relevance | path

Searched refs:ql_flash_access (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_mbx.h931 int ql_flash_access(ql_adapter_state_t *, uint16_t, uint32_t, uint32_t,
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c11751 rval = ql_flash_access(ha, in ql_24xx_load_flash()
12007 rval = ql_flash_access(ha, FAC_SEMA_LOCK, in ql_24xx_unprotect_flash()
12018 (rval = ql_flash_access(ha, FAC_WRT_ENABLE, 0, in ql_24xx_unprotect_flash()
12021 (void) ql_flash_access(ha, FAC_SEMA_UNLOCK, in ql_24xx_unprotect_flash()
12101 rval = ql_flash_access(ha, FAC_SEMA_LOCK, in ql_24xx_protect_flash()
12115 (rval = ql_flash_access(ha, FAC_WRT_PROTECT, 0, in ql_24xx_protect_flash()
12118 (void) ql_flash_access(ha, FAC_SEMA_UNLOCK, 0, in ql_24xx_protect_flash()
H A Dql_init.c2573 if ((rval2 = ql_flash_access(ha, FAC_GET_SECTOR_SIZE, in ql_start_firmware()
H A Dql_mbx.c4787 ql_flash_access(ql_adapter_state_t *ha, uint16_t cmd, uint32_t start, in ql_flash_access() function