Home
last modified time | relevance | path

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

/drivers/scsi/qla2xxx/
Dqla_os.c2860 ha->max_loop_id = SNS_LAST_LOOP_ID_2100; in qla2x00_probe_one()
2872 ha->max_loop_id = SNS_LAST_LOOP_ID_2100; in qla2x00_probe_one()
2884 ha->max_loop_id = SNS_LAST_LOOP_ID_2300; in qla2x00_probe_one()
2899 ha->max_loop_id = SNS_LAST_LOOP_ID_2300; in qla2x00_probe_one()
2915 ha->max_loop_id = SNS_LAST_LOOP_ID_2300; in qla2x00_probe_one()
2931 ha->max_loop_id = SNS_LAST_LOOP_ID_2300; in qla2x00_probe_one()
2946 ha->max_loop_id = SNS_LAST_LOOP_ID_2300; in qla2x00_probe_one()
2961 ha->max_loop_id = SNS_LAST_LOOP_ID_2300; in qla2x00_probe_one()
2978 ha->max_loop_id = SNS_LAST_LOOP_ID_2300; in qla2x00_probe_one()
3009 ha->max_loop_id = SNS_LAST_LOOP_ID_2300; in qla2x00_probe_one()
[all …]
Dqla_def.h3731 uint16_t max_loop_id; member
Dqla_init.c621 return (loop_id > ha->max_loop_id && loop_id < SNS_FIRST_LOOP_ID) || in qla2x00_is_reserved_id()
5697 for (; loop_id <= ha->max_loop_id; loop_id++) { in qla2x00_find_all_fabric_devs()