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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/netxen/
H A Dnetxen_nic_init.c645 struct uni_table_desc *tab_desc; local
654 tab_desc = nx_get_table_desc(unirom, NX_UNI_DIR_SECT_BOOTLD);
656 if (!tab_desc)
659 tab_size = cpu_to_le32(tab_desc->findex) +
660 (cpu_to_le32(tab_desc->entry_size) * (idx + 1));
665 offs = cpu_to_le32(tab_desc->findex) +
666 (cpu_to_le32(tab_desc->entry_size) * (idx));
680 struct uni_table_desc *tab_desc; local
689 tab_desc = nx_get_table_desc(unirom, NX_UNI_DIR_SECT_FW);
691 if (!tab_desc)
801 struct uni_table_desc *tab_desc; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/qlcnic/
H A Dqlcnic_init.c655 struct uni_table_desc *tab_desc; local
664 tab_desc = qlcnic_get_table_desc(unirom, QLCNIC_UNI_DIR_SECT_BOOTLD);
666 if (!tab_desc)
669 tab_size = cpu_to_le32(tab_desc->findex) +
670 (cpu_to_le32(tab_desc->entry_size) * (idx + 1));
675 offs = cpu_to_le32(tab_desc->findex) +
676 (cpu_to_le32(tab_desc->entry_size) * (idx));
690 struct uni_table_desc *tab_desc; local
699 tab_desc = qlcnic_get_table_desc(unirom, QLCNIC_UNI_DIR_SECT_FW);
701 if (!tab_desc)
810 struct uni_table_desc *tab_desc; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_nx.c1497 struct qla82xx_uri_table_desc *tab_desc = NULL; local
1500 tab_desc = qla82xx_get_table_desc(unirom, section);
1501 if (!tab_desc)
1504 offset = cpu_to_le32(tab_desc->findex) +
1505 (cpu_to_le32(tab_desc->entry_size) * idx);

Completed in 50 milliseconds