Lines Matching refs:unirom
744 struct uni_table_desc *qlcnic_get_table_desc(const u8 *unirom, int section)
747 struct uni_table_desc *directory = (struct uni_table_desc *) &unirom[0];
754 u32 tab_type = le32_to_cpu(*((__le32 *)&unirom[offs] + 8));
757 return (struct uni_table_desc *) &unirom[offs];
768 const u8 *unirom = adapter->fw->data;
769 struct uni_table_desc *directory = (struct uni_table_desc *) &unirom[0];
793 const u8 *unirom = adapter->fw->data;
796 temp = *((__le32 *)&unirom[adapter->file_prd_off] +
799 tab_desc = qlcnic_get_table_desc(unirom, QLCNIC_UNI_DIR_SECT_BOOTLD);
812 descr = (struct uni_data_desc *)&unirom[offs];
827 const u8 *unirom = adapter->fw->data;
831 temp = *((__le32 *)&unirom[adapter->file_prd_off] +
834 tab_desc = qlcnic_get_table_desc(unirom, QLCNIC_UNI_DIR_SECT_FW);
847 descr = (struct uni_data_desc *)&unirom[offs];
860 const u8 *unirom = adapter->fw->data;
865 ptab_descr = qlcnic_get_table_desc(unirom,
886 temp = *((__le32 *)&unirom[offs] + QLCNIC_UNI_FLAGS_OFF);
888 temp = *((__le32 *)&unirom[offs] + QLCNIC_UNI_CHIP_REV_OFF);
940 const u8 *unirom = adapter->fw->data;
945 temp = *((__le32 *)&unirom[adapter->file_prd_off] + idx_offset);
948 tab_desc = qlcnic_get_table_desc(unirom, section);
956 return (struct uni_data_desc *)&unirom[offs];
991 const u8 *unirom = adapter->fw->data;
999 return le32_to_cpu(*(__le32 *)&unirom[QLCNIC_FW_SIZE_OFFSET]);