Home
last modified time | relevance | path

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

/drivers/scsi/qla2xxx/
Dtcm_qla2xxx.c1289 fc_loopid = lport->lport_loopid_map + loop_id; in tcm_qla2xxx_find_sess_by_loop_id()
1324 lport->lport_loopid_map)[loop_id]; in tcm_qla2xxx_set_sess_by_loop_id()
1521 if (lport->lport_loopid_map[sess->loop_id].se_nacl == se_nacl) in tcm_qla2xxx_update_sess()
1522 lport->lport_loopid_map[sess->loop_id].se_nacl = NULL; in tcm_qla2xxx_update_sess()
1524 lport->lport_loopid_map[loop_id].se_nacl = se_nacl; in tcm_qla2xxx_update_sess()
1599 lport->lport_loopid_map = in tcm_qla2xxx_init_lport()
1602 if (!lport->lport_loopid_map) { in tcm_qla2xxx_init_lport()
1663 vfree(lport->lport_loopid_map); in tcm_qla2xxx_make_lport()
1688 vfree(lport->lport_loopid_map); in tcm_qla2xxx_drop_lport()
1788 vfree(lport->lport_loopid_map); in tcm_qla2xxx_npiv_make_lport()
Dtcm_qla2xxx.h71 struct tcm_qla2xxx_fc_loopid *lport_loopid_map; member