Searched refs:tab_desc (Results 1 – 3 of 3) sorted by relevance
794 struct uni_table_desc *tab_desc; in qlcnic_validate_bootld() local803 tab_desc = qlcnic_get_table_desc(unirom, QLCNIC_UNI_DIR_SECT_BOOTLD); in qlcnic_validate_bootld()805 if (!tab_desc) in qlcnic_validate_bootld()808 tab_size = le32_to_cpu(tab_desc->findex) + in qlcnic_validate_bootld()809 le32_to_cpu(tab_desc->entry_size) * (idx + 1); in qlcnic_validate_bootld()814 offs = le32_to_cpu(tab_desc->findex) + in qlcnic_validate_bootld()815 le32_to_cpu(tab_desc->entry_size) * idx; in qlcnic_validate_bootld()829 struct uni_table_desc *tab_desc; in qlcnic_validate_fw() local838 tab_desc = qlcnic_get_table_desc(unirom, QLCNIC_UNI_DIR_SECT_FW); in qlcnic_validate_fw()840 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 …]
1579 struct qla82xx_uri_table_desc *tab_desc = NULL; in qla82xx_get_data_desc() local1582 tab_desc = qla82xx_get_table_desc(unirom, section); in qla82xx_get_data_desc()1583 if (!tab_desc) in qla82xx_get_data_desc()1586 offset = cpu_to_le32(tab_desc->findex) + in qla82xx_get_data_desc()1587 (cpu_to_le32(tab_desc->entry_size) * idx); in qla82xx_get_data_desc()