Searched refs:tab_desc (Results 1 – 3 of 3) sorted by relevance
793 struct uni_table_desc *tab_desc; in qlcnic_validate_bootld() local802 tab_desc = qlcnic_get_table_desc(unirom, QLCNIC_UNI_DIR_SECT_BOOTLD); in qlcnic_validate_bootld()804 if (!tab_desc) in qlcnic_validate_bootld()807 tab_size = le32_to_cpu(tab_desc->findex) + in qlcnic_validate_bootld()808 le32_to_cpu(tab_desc->entry_size) * (idx + 1); in qlcnic_validate_bootld()813 offs = le32_to_cpu(tab_desc->findex) + in qlcnic_validate_bootld()814 le32_to_cpu(tab_desc->entry_size) * idx; in qlcnic_validate_bootld()828 struct uni_table_desc *tab_desc; in qlcnic_validate_fw() local837 tab_desc = qlcnic_get_table_desc(unirom, QLCNIC_UNI_DIR_SECT_FW); in qlcnic_validate_fw()839 if (!tab_desc) in qlcnic_validate_fw()[all …]
614 struct uni_table_desc *tab_desc; in netxen_nic_validate_bootld() local623 tab_desc = nx_get_table_desc(unirom, NX_UNI_DIR_SECT_BOOTLD); in netxen_nic_validate_bootld()625 if (!tab_desc) in netxen_nic_validate_bootld()628 tab_size = cpu_to_le32(tab_desc->findex) + in netxen_nic_validate_bootld()629 (cpu_to_le32(tab_desc->entry_size) * (idx + 1)); in netxen_nic_validate_bootld()634 offs = cpu_to_le32(tab_desc->findex) + in netxen_nic_validate_bootld()635 (cpu_to_le32(tab_desc->entry_size) * (idx)); in netxen_nic_validate_bootld()649 struct uni_table_desc *tab_desc; in netxen_nic_validate_fw() local658 tab_desc = nx_get_table_desc(unirom, NX_UNI_DIR_SECT_FW); in netxen_nic_validate_fw()660 if (!tab_desc) in netxen_nic_validate_fw()[all …]
1541 struct qla82xx_uri_table_desc *tab_desc = NULL; in qla82xx_get_data_desc() local1544 tab_desc = qla82xx_get_table_desc(unirom, section); in qla82xx_get_data_desc()1545 if (!tab_desc) in qla82xx_get_data_desc()1548 offset = le32_to_cpu(tab_desc->findex) + in qla82xx_get_data_desc()1549 (le32_to_cpu(tab_desc->entry_size) * idx); in qla82xx_get_data_desc()