Searched refs:swl (Results 1 – 3 of 3) sorted by relevance
5635 sw_info_t *swl; in qla2x00_find_all_fabric_devs() local5646 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 …]
4774 kfree(ha->swl); in qla2x00_mem_free()4775 ha->swl = NULL; in qla2x00_mem_free()
4000 void *swl; member