Home
last modified time | relevance | path

Searched refs:tab_type (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/net/qlcnic/
Dqlcnic_init.c737 __le32 tab_type = cpu_to_le32(*((u32 *)&unirom[offs] + 8)); in qlcnic_get_table_desc() local
739 if (tab_type == section) in qlcnic_get_table_desc()
/linux-2.6.39/drivers/net/netxen/
Dnetxen_nic_init.c605 __le32 tab_type = cpu_to_le32(*((u32 *)&unirom[offs] + 8)); in nx_get_table_desc() local
607 if (tab_type == section) in nx_get_table_desc()
/linux-2.6.39/drivers/scsi/qla2xxx/
Dqla_nx.c1490 __le32 tab_type; in qla82xx_get_table_desc() local
1496 tab_type = cpu_to_le32(*((u32 *)&unirom[offset] + 8)); in qla82xx_get_table_desc()
1498 if (tab_type == section) in qla82xx_get_table_desc()