Searched refs:unirom (Results 1 – 3 of 3) sorted by relevance
747 struct uni_table_desc *qlcnic_get_table_desc(const u8 *unirom, int section) in qlcnic_get_table_desc() argument750 struct uni_table_desc *directory = (struct uni_table_desc *) &unirom[0]; in qlcnic_get_table_desc()757 u32 tab_type = le32_to_cpu(*((__le32 *)&unirom[offs] + 8)); in qlcnic_get_table_desc()760 return (struct uni_table_desc *) &unirom[offs]; in qlcnic_get_table_desc()771 const u8 *unirom = adapter->fw->data; in qlcnic_validate_header() local772 struct uni_table_desc *directory = (struct uni_table_desc *) &unirom[0]; in qlcnic_validate_header()796 const u8 *unirom = adapter->fw->data; in qlcnic_validate_bootld() local799 temp = *((__le32 *)&unirom[adapter->file_prd_off] + in qlcnic_validate_bootld()802 tab_desc = qlcnic_get_table_desc(unirom, QLCNIC_UNI_DIR_SECT_BOOTLD); in qlcnic_validate_bootld()815 descr = (struct uni_data_desc *)&unirom[offs]; in qlcnic_validate_bootld()[all …]
567 static struct uni_table_desc *nx_get_table_desc(const u8 *unirom, int section) in nx_get_table_desc() argument570 struct uni_table_desc *directory = (struct uni_table_desc *) &unirom[0]; in nx_get_table_desc()577 __le32 tab_type = cpu_to_le32(*((u32 *)&unirom[offs] + 8)); in nx_get_table_desc()580 return (struct uni_table_desc *) &unirom[offs]; in nx_get_table_desc()591 const u8 *unirom = adapter->fw->data; in netxen_nic_validate_header() local592 struct uni_table_desc *directory = (struct uni_table_desc *) &unirom[0]; in netxen_nic_validate_header()616 const u8 *unirom = adapter->fw->data; in netxen_nic_validate_bootld() local617 __le32 idx = cpu_to_le32(*((int *)&unirom[adapter->file_prd_off] + in netxen_nic_validate_bootld()623 tab_desc = nx_get_table_desc(unirom, NX_UNI_DIR_SECT_BOOTLD); in netxen_nic_validate_bootld()636 descr = (struct uni_data_desc *)&unirom[offs]; in netxen_nic_validate_bootld()[all …]
1513 qla82xx_get_table_desc(const u8 *unirom, int section) in qla82xx_get_table_desc() argument1517 (struct qla82xx_uri_table_desc *)&unirom[0]; in qla82xx_get_table_desc()1525 tab_type = get_unaligned_le32((u32 *)&unirom[offset] + 8); in qla82xx_get_table_desc()1528 return (struct qla82xx_uri_table_desc *)&unirom[offset]; in qla82xx_get_table_desc()1538 const u8 *unirom = ha->hablob->fw->data; in qla82xx_get_data_desc() local1539 int idx = get_unaligned_le32((u32 *)&unirom[ha->file_prd_off] + in qla82xx_get_data_desc()1544 tab_desc = qla82xx_get_table_desc(unirom, section); in qla82xx_get_data_desc()1551 return (struct qla82xx_uri_data_desc *)&unirom[offset]; in qla82xx_get_data_desc()1803 const uint8_t *unirom = ha->hablob->fw->data; in qla82xx_set_product_offset() local1812 ptab_desc = qla82xx_get_table_desc(unirom, in qla82xx_set_product_offset()[all …]