Home
last modified time | relevance | path

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

/drivers/scsi/qla2xxx/
Dqla_init.c3601 sw_info_t *swl; in qla2x00_find_all_fabric_devs() local
3611 if (!ha->swl) in qla2x00_find_all_fabric_devs()
3612 ha->swl = kcalloc(ha->max_fibre_devices, sizeof(sw_info_t), in qla2x00_find_all_fabric_devs()
3614 swl = ha->swl; in qla2x00_find_all_fabric_devs()
3615 if (!swl) { in qla2x00_find_all_fabric_devs()
3620 memset(swl, 0, ha->max_fibre_devices * sizeof(sw_info_t)); in qla2x00_find_all_fabric_devs()
3621 if (qla2x00_gid_pt(vha, swl) != QLA_SUCCESS) { in qla2x00_find_all_fabric_devs()
3622 swl = NULL; in qla2x00_find_all_fabric_devs()
3623 } else if (qla2x00_gpn_id(vha, swl) != QLA_SUCCESS) { in qla2x00_find_all_fabric_devs()
3624 swl = NULL; in qla2x00_find_all_fabric_devs()
[all …]
Dqla_def.h3235 void *swl; member
Dqla_os.c3795 kfree(ha->swl); in qla2x00_mem_free()