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

/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_init.c637 struct uni_table_desc *tab_desc; local
646 tab_desc = nx_get_table_desc(unirom, NX_UNI_DIR_SECT_BOOTLD);
648 if (!tab_desc)
651 tab_size = cpu_to_le32(tab_desc->findex) +
652 (cpu_to_le32(tab_desc->entry_size) * (idx + 1));
657 offs = cpu_to_le32(tab_desc->findex) +
658 (cpu_to_le32(tab_desc->entry_size) * (idx));
672 struct uni_table_desc *tab_desc; local
681 tab_desc = nx_get_table_desc(unirom, NX_UNI_DIR_SECT_FW);
683 if (!tab_desc)
793 struct uni_table_desc *tab_desc; local
[all...]
/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_init.c826 struct uni_table_desc *tab_desc; local
835 tab_desc = qlcnic_get_table_desc(unirom, QLCNIC_UNI_DIR_SECT_BOOTLD);
837 if (!tab_desc)
840 tab_size = cpu_to_le32(tab_desc->findex) +
841 (cpu_to_le32(tab_desc->entry_size) * (idx + 1));
846 offs = cpu_to_le32(tab_desc->findex) +
847 (cpu_to_le32(tab_desc->entry_size) * (idx));
861 struct uni_table_desc *tab_desc; local
870 tab_desc = qlcnic_get_table_desc(unirom, QLCNIC_UNI_DIR_SECT_FW);
872 if (!tab_desc)
981 struct uni_table_desc *tab_desc; local
[all...]
/drivers/scsi/qla2xxx/
H A Dqla_nx.c1554 struct qla82xx_uri_table_desc *tab_desc = NULL; local
1557 tab_desc = qla82xx_get_table_desc(unirom, section);
1558 if (!tab_desc)
1561 offset = cpu_to_le32(tab_desc->findex) +
1562 (cpu_to_le32(tab_desc->entry_size) * idx);

Completed in 109 milliseconds