Lines Matching refs:lport_loopid_map
1205 fc_loopid = lport->lport_loopid_map + loop_id; in tcm_qla2xxx_find_sess_by_loop_id()
1240 lport->lport_loopid_map)[loop_id]; in tcm_qla2xxx_set_sess_by_loop_id()
1447 if (lport->lport_loopid_map[sess->loop_id].se_nacl == se_nacl) in tcm_qla2xxx_update_sess()
1448 lport->lport_loopid_map[sess->loop_id].se_nacl = NULL; in tcm_qla2xxx_update_sess()
1450 lport->lport_loopid_map[loop_id].se_nacl = se_nacl; in tcm_qla2xxx_update_sess()
1521 lport->lport_loopid_map = vmalloc(sizeof(struct tcm_qla2xxx_fc_loopid) * in tcm_qla2xxx_init_lport()
1523 if (!lport->lport_loopid_map) { in tcm_qla2xxx_init_lport()
1529 memset(lport->lport_loopid_map, 0, sizeof(struct tcm_qla2xxx_fc_loopid) in tcm_qla2xxx_init_lport()
1586 vfree(lport->lport_loopid_map); in tcm_qla2xxx_make_lport()
1611 vfree(lport->lport_loopid_map); in tcm_qla2xxx_drop_lport()
1711 vfree(lport->lport_loopid_map); in tcm_qla2xxx_npiv_make_lport()