Searched refs:tab_desc (Results 1 – 3 of 3) sorted by relevance
798 struct uni_table_desc *tab_desc; in qlcnic_validate_bootld() local807 tab_desc = qlcnic_get_table_desc(unirom, QLCNIC_UNI_DIR_SECT_BOOTLD); in qlcnic_validate_bootld()809 if (!tab_desc) in qlcnic_validate_bootld()812 tab_size = le32_to_cpu(tab_desc->findex) + in qlcnic_validate_bootld()813 le32_to_cpu(tab_desc->entry_size) * (idx + 1); in qlcnic_validate_bootld()818 offs = le32_to_cpu(tab_desc->findex) + in qlcnic_validate_bootld()819 le32_to_cpu(tab_desc->entry_size) * idx; in qlcnic_validate_bootld()833 struct uni_table_desc *tab_desc; in qlcnic_validate_fw() local842 tab_desc = qlcnic_get_table_desc(unirom, QLCNIC_UNI_DIR_SECT_FW); in qlcnic_validate_fw()844 if (!tab_desc) in qlcnic_validate_fw()[all …]
630 struct uni_table_desc *tab_desc; in netxen_nic_validate_bootld() local639 tab_desc = nx_get_table_desc(unirom, NX_UNI_DIR_SECT_BOOTLD); in netxen_nic_validate_bootld()641 if (!tab_desc) in netxen_nic_validate_bootld()644 tab_size = cpu_to_le32(tab_desc->findex) + in netxen_nic_validate_bootld()645 (cpu_to_le32(tab_desc->entry_size) * (idx + 1)); in netxen_nic_validate_bootld()650 offs = cpu_to_le32(tab_desc->findex) + in netxen_nic_validate_bootld()651 (cpu_to_le32(tab_desc->entry_size) * (idx)); in netxen_nic_validate_bootld()665 struct uni_table_desc *tab_desc; in netxen_nic_validate_fw() local674 tab_desc = nx_get_table_desc(unirom, NX_UNI_DIR_SECT_FW); in netxen_nic_validate_fw()676 if (!tab_desc) in netxen_nic_validate_fw()[all …]
1568 struct qla82xx_uri_table_desc *tab_desc = NULL; in qla82xx_get_data_desc() local1571 tab_desc = qla82xx_get_table_desc(unirom, section); in qla82xx_get_data_desc()1572 if (!tab_desc) in qla82xx_get_data_desc()1575 offset = cpu_to_le32(tab_desc->findex) + in qla82xx_get_data_desc()1576 (cpu_to_le32(tab_desc->entry_size) * idx); in qla82xx_get_data_desc()