Searched refs:flash_size (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlge/ |
H A D | qlge_flash.c | 90 if (size + startpos > qlge->fdesc.flash_size) { in qlge_dump_fcode() 93 size, startpos, qlge->fdesc.flash_size); in qlge_dump_fcode() 234 if (faddr > qlge->fdesc.flash_size) { in qlge_load_flash() 422 qlge->fdesc.flash_size = FLASH_FIRMWARE_IMAGE_ADDR; in ql_find_flash_layout_table_data_structure_addr() 691 LITTLE_ENDIAN_32(&qlge->fdesc.flash_size); in ql_flash_desc() 706 QL_PRINT(DBG_FLASH, ("flash_size=%xK bytes\n", qlge->fdesc.flash_size)); in ql_flash_desc() 707 qlge->fdesc.flash_size = qlge->fdesc.flash_size * 0x400; in ql_flash_desc() 708 qlge->flash_info.flash_size = qlge->fdesc.flash_size; in ql_flash_desc() 902 qlge->fdesc.flash_size = 4096 * 1024; /* ie. 4M bytes */ in ql_get_flash_params()
|
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_xioctl.c | 3210 cmd->DetailStatus = xp->fdesc.flash_size; in ql_read_flash() 3217 cmd->DetailStatus = xp->fdesc.flash_size; in ql_read_flash() 3219 cmd->ResponseLen, xp->fdesc.flash_size); in ql_read_flash() 3223 if (cmd->ResponseLen > xp->fdesc.flash_size) { in ql_read_flash() 3225 cmd->ResponseLen, xp->fdesc.flash_size); in ql_read_flash() 3226 cmd->ResponseLen = xp->fdesc.flash_size; in ql_read_flash() 3276 cmd->DetailStatus = xp->fdesc.flash_size; in ql_write_flash() 3283 cmd->DetailStatus = xp->fdesc.flash_size; in ql_write_flash() 3285 cmd->RequestLen, xp->fdesc.flash_size); in ql_write_flash() 3289 if (cmd->RequestLen > xp->fdesc.flash_size) { in ql_write_flash() [all …]
|
H A D | ql_ioctl.c | 1759 if (ha->xioctl->fdesc.flash_size == 0 && in ql_adm_adapter_info() 1783 hba.flash_size = ha->xioctl->fdesc.flash_size; in ql_adm_adapter_info()
|
H A D | ql_init.c | 480 nv->id[2], nv->id[3], ha->xioctl->fdesc.flash_size, in ql_nvram_config() 485 (ha->xioctl->fdesc.flash_size == 0))) { in ql_nvram_config() 543 (ha->xioctl->fdesc.flash_size == 0)) { in ql_nvram_config()
|
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_apps.h | 225 uint32_t flash_size; member
|
H A D | ql_xioctl.h | 165 uint32_t flash_size; member
|
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/qlge/ |
H A D | qlge_hw.h | 2241 uint32_t flash_size; /* length in bytes of flash */ member 2272 uint32_t flash_size; member
|
/titanic_44/usr/src/uts/common/io/mega_sas/ |
H A D | megaraid_sas.h | 427 uint16_t flash_size; member
|
/titanic_44/usr/src/uts/common/io/mr_sas/ |
H A D | mr_sas.h | 975 uint16_t flash_size; member
|