Home
last modified time | relevance | path

Searched refs:fw_image (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_download.c51 emlxs_fw_image_t *fw_image);
169 emlxs_fw_image_t fw_image; in emlxs_fw_download() local
244 offline, &fw_image)) { in emlxs_fw_download()
1034 fw_image->be_version = 2; in emlxs_be2_validate_image()
1201 fw_image->fcoe_label); in emlxs_be2_validate_image()
1415 fw_image->be_version = 3; in emlxs_be3_validate_image()
1568 fw_image->fcoe_label); in emlxs_be3_validate_image()
1675 file = &fw_image.file[i]; in emlxs_be_fw_download()
1724 file = &fw_image.file[i]; in emlxs_be_fw_download()
4422 fw_image->awc.label, in emlxs_verify_image()
[all …]
/illumos-gate/usr/src/uts/common/io/uath/
H A Duath.c765 char *fw_index, *fw_image = NULL; in uath_loadfirmware() local
783 fw_image = (char *)kmem_alloc(fw_size, KM_SLEEP); in uath_loadfirmware()
784 if (fw_image == NULL) { in uath_loadfirmware()
791 (void) memcpy(fw_image, fw_index, fw_size); in uath_loadfirmware()
792 fw_index = fw_image; in uath_loadfirmware()
842 if (fw_image != NULL) in uath_loadfirmware()
843 kmem_free(fw_image, fw_size); in uath_loadfirmware()
844 fw_image = fw_index = NULL; in uath_loadfirmware()