Home
last modified time | relevance | path

Searched refs:max_fibre_devices (Results 1 – 6 of 6) sorted by relevance

/drivers/scsi/qla2xxx/
Dqla_gs.c247 return vha->hw->max_fibre_devices * 4 + 16; in qla2x00_gid_pt_rsp_size()
302 for (i = 0; i < ha->max_fibre_devices; i++) { in qla2x00_gid_pt()
323 if (i == ha->max_fibre_devices) in qla2x00_gid_pt()
351 for (i = 0; i < ha->max_fibre_devices; i++) { in qla2x00_gpn_id()
413 for (i = 0; i < ha->max_fibre_devices; i++) { in qla2x00_gnn_id()
849 for (i = 0; i < ha->max_fibre_devices; i++) { in qla2x00_sns_gid_pt()
868 if (i == ha->max_fibre_devices) in qla2x00_sns_gid_pt()
892 for (i = 0; i < ha->max_fibre_devices; i++) { in qla2x00_sns_gpn_id()
948 for (i = 0; i < ha->max_fibre_devices; i++) { in qla2x00_sns_gnn_id()
2432 for (i = 0; i < ha->max_fibre_devices; i++) { in qla2x00_gfpn_id()
[all …]
Dqla_inline.h269 return sizeof(struct gid_list_info) * ha->max_fibre_devices; in qla2x00_gid_list_size()
Dqla_os.c2435 ha->max_fibre_devices = MAX_FIBRE_DEVICES_2100; in qla2x00_probe_one()
2447 ha->max_fibre_devices = MAX_FIBRE_DEVICES_2100; in qla2x00_probe_one()
2459 ha->max_fibre_devices = MAX_FIBRE_DEVICES_2100; in qla2x00_probe_one()
2473 ha->max_fibre_devices = MAX_FIBRE_DEVICES_2400; in qla2x00_probe_one()
2489 ha->max_fibre_devices = MAX_FIBRE_DEVICES_2400; in qla2x00_probe_one()
2505 ha->max_fibre_devices = MAX_FIBRE_DEVICES_2400; in qla2x00_probe_one()
2521 ha->max_fibre_devices = MAX_FIBRE_DEVICES_2400; in qla2x00_probe_one()
2536 ha->max_fibre_devices = MAX_FIBRE_DEVICES_2400; in qla2x00_probe_one()
2552 ha->max_fibre_devices = MAX_FIBRE_DEVICES_2400; in qla2x00_probe_one()
2568 ha->max_fibre_devices = MAX_FIBRE_DEVICES_FX00; in qla2x00_probe_one()
[all …]
Dqla_mid.c490 host->max_id = ha->max_fibre_devices; in qla24xx_create_vhost()
Dqla_def.h215 #define LOOPID_MAP_SIZE (ha->max_fibre_devices)
3027 uint16_t max_fibre_devices; /* Maximum number of targets */ member
Dqla_init.c3612 ha->swl = kcalloc(ha->max_fibre_devices, sizeof(sw_info_t), in qla2x00_find_all_fabric_devs()
3620 memset(swl, 0, ha->max_fibre_devices * sizeof(sw_info_t)); in qla2x00_find_all_fabric_devs()