Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_download.c46 static uint32_t emlxs_start_abs_download(emlxs_hba_t *hba, PAIF_HDR AifHdr,
59 static uint32_t emlxs_build_parms_2mb_bwc(emlxs_hba_t *hba, PAIF_HDR AifHdr,
96 static void emlxs_disp_aif_header(emlxs_hba_t *hba, PAIF_HDR AifHdr);
165 AIF_HDR AifHdr; in emlxs_fw_download() local
258 bcopy(buffer, &AifHdr, sizeof (AIF_HDR)); in emlxs_fw_download()
261 bzero((void *)&AifHdr, sizeof (AIF_HDR)); in emlxs_fw_download()
325 if (emlxs_start_abs_download(hba, &AifHdr, in emlxs_fw_download()
2324 emlxs_disp_aif_header(emlxs_hba_t *hba, PAIF_HDR AifHdr) in emlxs_disp_aif_header() argument
2330 "AIF Header: compress_br = 0x%x", AifHdr->CompressBr); in emlxs_disp_aif_header()
2332 "AIF Header: reloc_br = 0x%x", AifHdr->RelocBr); in emlxs_disp_aif_header()
[all …]