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

/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_init.c762 u32 tab_type = le32_to_cpu(*((__le32 *)&unirom[offs] + 8)); qlcnic_get_table_desc() local
764 if (tab_type == section) qlcnic_get_table_desc()
/linux-4.1.27/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_init.c593 __le32 tab_type = cpu_to_le32(*((u32 *)&unirom[offs] + 8)); nx_get_table_desc() local
595 if (tab_type == section) nx_get_table_desc()
/linux-4.1.27/drivers/scsi/qla2xxx/
H A Dqla_nx.c1547 __le32 tab_type; qla82xx_get_table_desc() local
1553 tab_type = cpu_to_le32(*((u32 *)&unirom[offset] + 8)); qla82xx_get_table_desc()
1555 if (tab_type == section) qla82xx_get_table_desc()

Completed in 100 milliseconds