Searched refs:tab_desc (Results 1 – 3 of 3) sorted by relevance
792 struct uni_table_desc *tab_desc; in qlcnic_validate_bootld() local801 tab_desc = qlcnic_get_table_desc(unirom, QLCNIC_UNI_DIR_SECT_BOOTLD); in qlcnic_validate_bootld()803 if (!tab_desc) in qlcnic_validate_bootld()806 tab_size = le32_to_cpu(tab_desc->findex) + in qlcnic_validate_bootld()807 le32_to_cpu(tab_desc->entry_size) * (idx + 1); in qlcnic_validate_bootld()812 offs = le32_to_cpu(tab_desc->findex) + in qlcnic_validate_bootld()813 le32_to_cpu(tab_desc->entry_size) * idx; in qlcnic_validate_bootld()827 struct uni_table_desc *tab_desc; in qlcnic_validate_fw() local836 tab_desc = qlcnic_get_table_desc(unirom, QLCNIC_UNI_DIR_SECT_FW); in qlcnic_validate_fw()838 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 …]
1542 struct qla82xx_uri_table_desc *tab_desc = NULL; in qla82xx_get_data_desc() local1545 tab_desc = qla82xx_get_table_desc(unirom, section); in qla82xx_get_data_desc()1546 if (!tab_desc) in qla82xx_get_data_desc()1549 offset = le32_to_cpu(tab_desc->findex) + in qla82xx_get_data_desc()1550 (le32_to_cpu(tab_desc->entry_size) * idx); in qla82xx_get_data_desc()