Home
last modified time | relevance | path

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

/drivers/scsi/qla2xxx/
Dqla_init.c6462 sw_info_t *swl; in qla2x00_find_all_fabric_devs() local
6473 if (!ha->swl) in qla2x00_find_all_fabric_devs()
6474 ha->swl = kcalloc(ha->max_fibre_devices, sizeof(sw_info_t), in qla2x00_find_all_fabric_devs()
6476 swl = ha->swl; in qla2x00_find_all_fabric_devs()
6477 if (!swl) { in qla2x00_find_all_fabric_devs()
6482 memset(swl, 0, ha->max_fibre_devices * sizeof(sw_info_t)); in qla2x00_find_all_fabric_devs()
6483 if (qla2x00_gid_pt(vha, swl) != QLA_SUCCESS) { in qla2x00_find_all_fabric_devs()
6484 swl = NULL; in qla2x00_find_all_fabric_devs()
6487 } else if (qla2x00_gpn_id(vha, swl) != QLA_SUCCESS) { in qla2x00_find_all_fabric_devs()
6488 swl = NULL; in qla2x00_find_all_fabric_devs()
[all …]
Dqla_os.c4986 kfree(ha->swl); in qla2x00_mem_free()
4987 ha->swl = NULL; in qla2x00_mem_free()
Dqla_def.h4445 void *swl; member