Searched refs:tab_desc (Results 1 – 3 of 3) sorted by relevance
790 struct uni_table_desc *tab_desc; in qlcnic_validate_bootld() local799 tab_desc = qlcnic_get_table_desc(unirom, QLCNIC_UNI_DIR_SECT_BOOTLD); in qlcnic_validate_bootld()801 if (!tab_desc) in qlcnic_validate_bootld()804 tab_size = le32_to_cpu(tab_desc->findex) + in qlcnic_validate_bootld()805 le32_to_cpu(tab_desc->entry_size) * (idx + 1); in qlcnic_validate_bootld()810 offs = le32_to_cpu(tab_desc->findex) + in qlcnic_validate_bootld()811 le32_to_cpu(tab_desc->entry_size) * idx; in qlcnic_validate_bootld()825 struct uni_table_desc *tab_desc; in qlcnic_validate_fw() local834 tab_desc = qlcnic_get_table_desc(unirom, QLCNIC_UNI_DIR_SECT_FW); in qlcnic_validate_fw()836 if (!tab_desc) in qlcnic_validate_fw()[all …]
612 struct uni_table_desc *tab_desc; in netxen_nic_validate_bootld() local621 tab_desc = nx_get_table_desc(unirom, NX_UNI_DIR_SECT_BOOTLD); in netxen_nic_validate_bootld()623 if (!tab_desc) in netxen_nic_validate_bootld()626 tab_size = cpu_to_le32(tab_desc->findex) + in netxen_nic_validate_bootld()627 (cpu_to_le32(tab_desc->entry_size) * (idx + 1)); in netxen_nic_validate_bootld()632 offs = cpu_to_le32(tab_desc->findex) + in netxen_nic_validate_bootld()633 (cpu_to_le32(tab_desc->entry_size) * (idx)); in netxen_nic_validate_bootld()647 struct uni_table_desc *tab_desc; in netxen_nic_validate_fw() local656 tab_desc = nx_get_table_desc(unirom, NX_UNI_DIR_SECT_FW); in netxen_nic_validate_fw()658 if (!tab_desc) in netxen_nic_validate_fw()[all …]
1539 struct qla82xx_uri_table_desc *tab_desc = NULL; in qla82xx_get_data_desc() local1542 tab_desc = qla82xx_get_table_desc(unirom, section); in qla82xx_get_data_desc()1543 if (!tab_desc) in qla82xx_get_data_desc()1546 offset = le32_to_cpu(tab_desc->findex) + in qla82xx_get_data_desc()1547 (le32_to_cpu(tab_desc->entry_size) * idx); in qla82xx_get_data_desc()