Searched refs:tgt_ops (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_target.c | 667 vha->hw->tgt.tgt_ops->put_sess(e->u.nack.fcport); in qla24xx_do_nack_work() 686 ha->tgt.tgt_ops->shutdown_sess(fcport); in qla24xx_delete_sess_fn() 687 ha->tgt.tgt_ops->put_sess(fcport); in qla24xx_delete_sess_fn() 703 if (!vha->hw->tgt.tgt_ops) in qlt_fc_port_added() 747 ha->tgt.tgt_ops->update_sess(sess, fcport->d_id, in qlt_fc_port_added() 761 ha->tgt.tgt_ops->put_sess(sess); in qlt_fc_port_added() 1030 ha->tgt.tgt_ops->free_session(sess); in qlt_free_session_done() 1195 vha->hw->tgt.tgt_ops->clear_nacl_from_fcport_map(sess); in qlt_unreg_sess() 1223 sess = ha->tgt.tgt_ops->find_sess_by_loop_id(vha, loop_id); in qlt_reset() 1408 if (ha->tgt.tgt_ops->check_initiator_node_acl(vha, in qlt_create_sess() [all …]
|
| H A D | tcm_qla2xxx.c | 1593 ha->tgt.tgt_ops = &tcm_qla2xxx_template; in tcm_qla2xxx_lport_register_cb()
|
| H A D | qla_os.c | 1871 if (!vha->hw->tgt.tgt_ops || !tgt || in __qla2x00_abort_all_cmds() 1887 ha->tgt.tgt_ops->handle_data(cmd); in __qla2x00_abort_all_cmds() 1889 ha->tgt.tgt_ops->free_cmd(cmd); in __qla2x00_abort_all_cmds()
|
| /linux/tools/testing/selftests/ublk/ |
| H A D | kublk.c | 459 q->tgt_ops = dev->tgt.ops; in ublk_queue_init() 640 if (q->tgt_ops->buf_index) in ublk_set_auto_buf_reg() 641 buf.index = q->tgt_ops->buf_index(t, q, tag); in ublk_set_auto_buf_reg() 835 if (q->tgt_ops->tgt_io_done) in ublksrv_handle_tgt_cqe() 836 q->tgt_ops->tgt_io_done(t, q, cqe); in ublksrv_handle_tgt_cqe() 861 if (q->tgt_ops->queue_io) in ublk_handle_uring_cmd() 862 q->tgt_ops->queue_io(t, q, tag); in ublk_handle_uring_cmd()
|
| H A D | kublk.h | 174 const struct ublk_tgt_ops *tgt_ops; member
|