Searched refs:target_lport_ptr (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/scsi/qla2xxx/ ! |
H A D | tcm_qla2xxx.c | 1130 lport = vha->vha_tgt.target_lport_ptr; in tcm_qla2xxx_find_sess_by_s_id() 1235 lport = vha->vha_tgt.target_lport_ptr; in tcm_qla2xxx_find_sess_by_loop_id() 1355 lport = vha->vha_tgt.target_lport_ptr; in tcm_qla2xxx_free_session() 1411 lport = vha->vha_tgt.target_lport_ptr; in tcm_qla2xxx_check_initiator_node_acl() 1451 struct tcm_qla2xxx_lport *lport = vha->vha_tgt.target_lport_ptr; in tcm_qla2xxx_update_sess() 1566 void *target_lport_ptr, in tcm_qla2xxx_lport_register_cb() argument 1571 (struct tcm_qla2xxx_lport *)target_lport_ptr; in tcm_qla2xxx_lport_register_cb() 1573 * Setup tgt_ops, local pointer to vha and target_lport_ptr in tcm_qla2xxx_lport_register_cb() 1576 vha->vha_tgt.target_lport_ptr = target_lport_ptr; in tcm_qla2xxx_lport_register_cb() 1648 tcm_qla2xxx_lport_register_npiv_cb(struct scsi_qla_host * base_vha,void * target_lport_ptr,u64 npiv_wwpn,u64 npiv_wwnn) tcm_qla2xxx_lport_register_npiv_cb() argument [all...] |
H A D | qla_target.c | 1613 vha->vha_tgt.target_lport_ptr) in qlt_release() 6390 * @target_lport_ptr: pointer for tcm_qla2xxx specific lport data 6396 int qlt_lport_register(void *target_lport_ptr, u64 phys_wwpn, in qlt_lport_register() argument 6450 rc = (*callback)(vha, target_lport_ptr, npiv_wwpn, npiv_wwnn); in qlt_lport_register() 6473 * Clear the target_lport_ptr qla_target_template pointer in qla_hw_data in qlt_lport_deregister() 6475 vha->vha_tgt.target_lport_ptr = NULL; in qlt_lport_deregister()
|