Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_target.h699 struct fc_port *(*find_sess_by_s_id)(struct scsi_qla_host *, member
H A Dqla_target.c2206 sess = ha->tgt.tgt_ops->find_sess_by_s_id(vha, s_id); in qlt_24xx_handle_abts()
4394 sess = ha->tgt.tgt_ops->find_sess_by_s_id(vha, atio->u.isp24.fcp_hdr.s_id); in qlt_handle_cmd_for_atio()
4523 sess = ha->tgt.tgt_ops->find_sess_by_s_id(vha, in qlt_handle_task_mgmt()
5493 sess = ha->tgt.tgt_ops->find_sess_by_s_id in qlt_alloc_qfull_cmd()
6287 sess = ha->tgt.tgt_ops->find_sess_by_s_id(vha, s_id); in qlt_abort_work()
H A Dtcm_qla2xxx.c1533 .find_sess_by_s_id = tcm_qla2xxx_find_sess_by_s_id,