Home
last modified time | relevance | path

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

/drivers/scsi/qla2xxx/
Dqla_init.c5635 sw_info_t *swl; in qla2x00_find_all_fabric_devs() local
5646 if (!ha->swl) in qla2x00_find_all_fabric_devs()
5647 ha->swl = kcalloc(ha->max_fibre_devices, sizeof(sw_info_t), in qla2x00_find_all_fabric_devs()
5649 swl = ha->swl; in qla2x00_find_all_fabric_devs()
5650 if (!swl) { in qla2x00_find_all_fabric_devs()
5655 memset(swl, 0, ha->max_fibre_devices * sizeof(sw_info_t)); in qla2x00_find_all_fabric_devs()
5656 if (qla2x00_gid_pt(vha, swl) != QLA_SUCCESS) { in qla2x00_find_all_fabric_devs()
5657 swl = NULL; in qla2x00_find_all_fabric_devs()
5660 } else if (qla2x00_gpn_id(vha, swl) != QLA_SUCCESS) { in qla2x00_find_all_fabric_devs()
5661 swl = NULL; in qla2x00_find_all_fabric_devs()
[all …]
Dqla_os.c4774 kfree(ha->swl); in qla2x00_mem_free()
4775 ha->swl = NULL; in qla2x00_mem_free()
Dqla_def.h4000 void *swl; member