Searched refs:tab_desc (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_init.c790 struct uni_table_desc *tab_desc; local
799 tab_desc = qlcnic_get_table_desc(unirom, QLCNIC_UNI_DIR_SECT_BOOTLD);
801 if (!tab_desc)
804 tab_size = le32_to_cpu(tab_desc->findex) +
805 le32_to_cpu(tab_desc->entry_size) * (idx + 1);
810 offs = le32_to_cpu(tab_desc->findex) +
811 le32_to_cpu(tab_desc->entry_size) * idx;
825 struct uni_table_desc *tab_desc; local
834 tab_desc = qlcnic_get_table_desc(unirom, QLCNIC_UNI_DIR_SECT_FW);
836 if (!tab_desc)
941 struct uni_table_desc *tab_desc; local
[all...]
/linux-master/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_init.c612 struct uni_table_desc *tab_desc; local
621 tab_desc = nx_get_table_desc(unirom, NX_UNI_DIR_SECT_BOOTLD);
623 if (!tab_desc)
626 tab_size = cpu_to_le32(tab_desc->findex) +
627 (cpu_to_le32(tab_desc->entry_size) * (idx + 1));
632 offs = cpu_to_le32(tab_desc->findex) +
633 (cpu_to_le32(tab_desc->entry_size) * (idx));
647 struct uni_table_desc *tab_desc; local
656 tab_desc = nx_get_table_desc(unirom, NX_UNI_DIR_SECT_FW);
658 if (!tab_desc)
768 struct uni_table_desc *tab_desc; local
[all...]
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_nx.c1539 struct qla82xx_uri_table_desc *tab_desc = NULL; local
1542 tab_desc = qla82xx_get_table_desc(unirom, section);
1543 if (!tab_desc)
1546 offset = le32_to_cpu(tab_desc->findex) +
1547 (le32_to_cpu(tab_desc->entry_size) * idx);

Completed in 254 milliseconds