Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_download.c42 uint32_t Size, emlxs_fw_image_t *fw_image);
51 emlxs_fw_image_t *fw_image);
123 uint32_t len, emlxs_be_fw_image_t *fw_image);
125 uint32_t len, emlxs_be_fw_image_t *fw_image);
147 emlxs_fw_image_t *fw_image);
169 emlxs_fw_image_t fw_image; in emlxs_fw_download() local
212 bzero(&fw_image, sizeof (emlxs_fw_image_t)); in emlxs_fw_download()
214 (void) strlcpy(fw_image.prog[i].label, "none", in emlxs_fw_download()
215 sizeof (fw_image.prog[i].label)); in emlxs_fw_download()
219 if ((rval = emlxs_validate_image(hba, buffer, len, &fw_image))) { in emlxs_fw_download()
[all …]
/titanic_50/usr/src/uts/common/io/uath/
H A Duath.c760 char *fw_index, *fw_image = NULL; in uath_loadfirmware() local
778 fw_image = (char *)kmem_alloc(fw_size, KM_SLEEP); in uath_loadfirmware()
779 if (fw_image == NULL) { in uath_loadfirmware()
786 (void) memcpy(fw_image, fw_index, fw_size); in uath_loadfirmware()
787 fw_index = fw_image; in uath_loadfirmware()
837 if (fw_image != NULL) in uath_loadfirmware()
838 kmem_free(fw_image, fw_size); in uath_loadfirmware()
839 fw_image = fw_index = NULL; in uath_loadfirmware()