Home
last modified time | relevance | path

Searched refs:tgt_ops (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/scsi/qla2xxx/
H A Dqla_target.c694 ha->tgt.tgt_ops->put_sess(fcport); in qla24xx_delete_sess_fn()
710 if (!vha->hw->tgt.tgt_ops) in qlt_fc_port_added()
768 ha->tgt.tgt_ops->put_sess(sess); in qlt_fc_port_added()
1468 if (!vha->hw->tgt.tgt_ops) in qlt_fc_port_deleted()
1655 if (ha->tgt.tgt_ops && in qlt_release()
4116 ha->tgt.tgt_ops->free_cmd(cmd); in qlt_do_ctio_completion()
4202 ha->tgt.tgt_ops->put_sess(sess); in __qlt_do_work()
4219 ha->tgt.tgt_ops->put_sess(sess); in __qlt_do_work()
6315 ha->tgt.tgt_ops->put_sess(sess); in qlt_abort_work()
6459 if (ha->tgt.tgt_ops && ha->tgt.tgt_ops->add_target) in qlt_add_target()
[all …]
H A Dtcm_qla2xxx.c1575 ha->tgt.tgt_ops = &tcm_qla2xxx_template; in tcm_qla2xxx_lport_register_cb()
H A Dqla_def.h4027 const struct qla_tgt_func_tmpl *tgt_ops; member
H A Dqla_os.c1888 if (!vha->hw->tgt.tgt_ops || !tgt || in __qla2x00_abort_all_cmds()
/linux-6.15/tools/testing/selftests/ublk/
H A Dkublk.c417 q->tgt_ops = dev->tgt.ops; in ublk_queue_init()
624 if (q->tgt_ops->tgt_io_done) in ublksrv_handle_tgt_cqe()
625 q->tgt_ops->tgt_io_done(q, tag, cqe); in ublksrv_handle_tgt_cqe()
664 if (q->tgt_ops->queue_io) in ublk_handle_cqe()
665 q->tgt_ops->queue_io(q, tag); in ublk_handle_cqe()
H A Dkublk.h164 const struct ublk_tgt_ops *tgt_ops; member