Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/ublk/
H A Dkublk.c518 q->tgt_ops = dev->tgt.ops; in ublk_queue_init()
705 if (q->tgt_ops->buf_index) in ublk_set_auto_buf_reg()
706 buf.index = q->tgt_ops->buf_index(t, q, tag); in ublk_set_auto_buf_reg()
864 if (q->tgt_ops->pre_fetch_io) in ublk_submit_fetch_commands()
865 q->tgt_ops->pre_fetch_io(t, q, tag, false); in ublk_submit_fetch_commands()
877 if (q->tgt_ops->pre_fetch_io) in ublk_submit_fetch_commands()
878 q->tgt_ops->pre_fetch_io(t, q, i, false); in ublk_submit_fetch_commands()
904 if (q->tgt_ops->tgt_io_done) in ublksrv_handle_tgt_cqe()
905 q->tgt_ops->tgt_io_done(t, q, cqe); in ublksrv_handle_tgt_cqe()
930 if (q->tgt_ops->queue_io) in ublk_handle_uring_cmd()
[all …]
H A Dbatch.c347 if (q->tgt_ops->queue_io) in ublk_compl_batch_fetch()
348 q->tgt_ops->queue_io(t, q, tag); in ublk_compl_batch_fetch()
H A Dkublk.h201 const struct ublk_tgt_ops *tgt_ops; member