Searched refs:lport_loopid_map (Results 1 – 2 of 2) sorted by relevance
1260 fc_loopid = lport->lport_loopid_map + loop_id; in tcm_qla2xxx_find_sess_by_loop_id()1295 lport->lport_loopid_map)[loop_id]; in tcm_qla2xxx_set_sess_by_loop_id()1490 if (lport->lport_loopid_map[sess->loop_id].se_nacl == se_nacl) in tcm_qla2xxx_update_sess()1491 lport->lport_loopid_map[sess->loop_id].se_nacl = NULL; in tcm_qla2xxx_update_sess()1493 lport->lport_loopid_map[loop_id].se_nacl = se_nacl; in tcm_qla2xxx_update_sess()1573 lport->lport_loopid_map = vzalloc(map_sz); in tcm_qla2xxx_init_lport()1574 if (!lport->lport_loopid_map) { in tcm_qla2xxx_init_lport()1633 vfree(lport->lport_loopid_map); in tcm_qla2xxx_make_lport()1658 vfree(lport->lport_loopid_map); in tcm_qla2xxx_drop_lport()1758 vfree(lport->lport_loopid_map); in tcm_qla2xxx_npiv_make_lport()
71 struct tcm_qla2xxx_fc_loopid *lport_loopid_map; member