Home
last modified time | relevance | path

Searched refs:find_sess_by_s_id (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_target.h738 struct qla_tgt_sess *(*find_sess_by_s_id)(struct scsi_qla_host *, member
Dqla_target.c1466 sess = ha->tgt.tgt_ops->find_sess_by_s_id(vha, s_id); in qlt_24xx_handle_abts()
3759 sess = ha->tgt.tgt_ops->find_sess_by_s_id(vha, atio->u.isp24.fcp_hdr.s_id); in qlt_handle_cmd_for_atio()
3938 sess = ha->tgt.tgt_ops->find_sess_by_s_id(vha, in qlt_handle_task_mgmt()
4914 sess = ha->tgt.tgt_ops->find_sess_by_s_id(vha, in __qlt_send_busy()
4996 sess = ha->tgt.tgt_ops->find_sess_by_s_id in qlt_alloc_qfull_cmd()
5613 sess = ha->tgt.tgt_ops->find_sess_by_s_id(vha, in qlt_abort_work()
5673 sess = ha->tgt.tgt_ops->find_sess_by_s_id(vha, s_id); in qlt_tmr_work()
Dtcm_qla2xxx.c1727 .find_sess_by_s_id = tcm_qla2xxx_find_sess_by_s_id,