Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_init.c754 u32 tab_type = le32_to_cpu(*((__le32 *)&unirom[offs] + 8)); in qlcnic_get_table_desc() local
756 if (tab_type == section) in qlcnic_get_table_desc()
/openbmc/linux/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_init.c575 __le32 tab_type = cpu_to_le32(*((u32 *)&unirom[offs] + 8)); in nx_get_table_desc() local
577 if (tab_type == section) in nx_get_table_desc()
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_nx.c1517 uint32_t tab_type; in qla82xx_get_table_desc() local
1523 tab_type = get_unaligned_le32((u32 *)&unirom[offset] + 8); in qla82xx_get_table_desc()
1525 if (tab_type == section) in qla82xx_get_table_desc()