Home
last modified time | relevance | path

Searched refs:tmp_stat_type (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/drivers/scsi/qla2xxx/
Dqla_bsg.c2639 u64 tmp_stat_type = 0; in qla2x00_get_host_stats() local
2661 tmp_stat_type = req_data->stat_type; in qla2x00_get_host_stats()
2663 if (tmp_stat_type & QLA2XX_TGT_SHT_LNK_DOWN) { in qla2x00_get_host_stats()
2667 tmp_stat_type &= ~(1 << 17); in qla2x00_get_host_stats()
2671 ini_entry_count = qla2x00_count_set_bits(tmp_stat_type); in qla2x00_get_host_stats()
Dqla_init.c9897 u32 tmp_stat_type = 0; in qla2xxx_get_ini_stats() local
9902 tmp_stat_type = flags; in qla2xxx_get_ini_stats()
9904 if (tmp_stat_type & BIT_17) { in qla2xxx_get_ini_stats()
9907 tmp_stat_type &= ~(1 << 17); in qla2xxx_get_ini_stats()
9909 ini_entry_count = qla2x00_count_set_bits(tmp_stat_type); in qla2xxx_get_ini_stats()