Home
last modified time | relevance | path

Searched refs:tgt_vp_map (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/scsi/qla2xxx/
Dqla_target.c217 BUG_ON(ha->tgt.tgt_vp_map == NULL); in qlt_find_host_by_vp_idx()
219 return ha->tgt.tgt_vp_map[vp_idx].vha; in qlt_find_host_by_vp_idx()
7319 ha->tgt.tgt_vp_map = kcalloc(MAX_MULTI_ID_FABRIC, in qlt_mem_alloc()
7322 if (!ha->tgt.tgt_vp_map) in qlt_mem_alloc()
7329 kfree(ha->tgt.tgt_vp_map); in qlt_mem_alloc()
7348 kfree(ha->tgt.tgt_vp_map); in qlt_mem_free()
7349 ha->tgt.tgt_vp_map = NULL; in qlt_mem_free()
7366 vha->hw->tgt.tgt_vp_map[vha->vp_idx].vha = vha; in qlt_update_vp_map()
7388 vha->hw->tgt.tgt_vp_map[vha->vp_idx].vha = NULL; in qlt_update_vp_map()
Dqla_def.h3910 struct qla_tgt_vp_map *tgt_vp_map; member