Home
last modified time | relevance | path

Searched refs:spdk_bdev_reset (Results 1 – 17 of 17) sorted by relevance

/spdk/test/unit/lib/bdev/mt/bdev.c/
H A Dbdev_ut.c591 spdk_bdev_reset(g_desc, io_ch, reset_done, &done); in put_channel_during_reset()
627 spdk_bdev_reset(g_desc, io_ch[0], aborted_reset_done, &status1); in aborted_reset()
639 spdk_bdev_reset(g_desc, io_ch[1], aborted_reset_done, &status2); in aborted_reset()
696 spdk_bdev_reset(g_desc, io_ch[0], aborted_reset_done, &status1); in aborted_reset_no_outstanding_io()
710 spdk_bdev_reset(g_desc, io_ch[1], aborted_reset_done, &status2); in aborted_reset_no_outstanding_io()
781 rc = spdk_bdev_reset(g_desc, io_ch[0], io_during_io_done, &status_reset); in io_during_reset()
891 rc = spdk_bdev_reset(g_desc, io_ch, io_during_io_done, &status_reset); in reset_completions()
909 rc = spdk_bdev_reset(g_desc, io_ch, io_during_io_done, &status_reset); in reset_completions()
926 rc = spdk_bdev_reset(g_desc, io_ch, io_during_io_done, &status_reset); in reset_completions()
961 rc = spdk_bdev_reset(g_des in reset_completions()
[all...]
/spdk/test/unit/lib/bdev/crypto.c/
H A Dcrypto_ut.c194 DEFINE_RETURN_MOCK(spdk_bdev_reset, int);
196 spdk_bdev_reset(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, in spdk_bdev_reset()
199 HANDLE_RETURN_MOCK(spdk_bdev_reset); in spdk_bdev_reset()
195 spdk_bdev_reset(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, spdk_bdev_reset() function
/spdk/test/unit/lib/bdev/compress.c/
H A Dcompress_ut.c177 spdk_bdev_reset(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, in spdk_bdev_io_complete()
164 spdk_bdev_reset(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, spdk_bdev_reset() function
/spdk/test/external_code/passthru/
H A Dvbdev_passthru.c317 rc = spdk_bdev_reset(pt_node->base_desc, pt_ch->base_ch, in vbdev_passthru_submit_request()
/spdk/module/bdev/passthru/
H A Dvbdev_passthru.c317 rc = spdk_bdev_reset(pt_node->base_desc, pt_ch->base_ch, in vbdev_passthru_submit_request()
/spdk/doc/
H A Dbdev_pg.md139 mechanism to perform a device reset by calling spdk_bdev_reset(). This will pass
/spdk/module/bdev/crypto/
H A Dvbdev_crypto.c356 rc = spdk_bdev_reset(crypto_bdev->base_desc, crypto_ch->base_ch, in vbdev_crypto_submit_request()
/spdk/module/bdev/delay/
H A Dvbdev_delay.c307 rc = spdk_bdev_reset(delay_node->base_desc, delay_ch->base_ch, in vbdev_delay_reset_dev()
/spdk/test/unit/lib/scsi/scsi_bdev.c/
H A Dscsi_bdev_ut.c275 spdk_bdev_reset(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, in spdk_bdev_reset() function
/spdk/test/bdev/bdevio/
H A Dbdevio.c1032 rc = spdk_bdev_reset(target->bdev_desc, target->ch, quick_test_complete, NULL); in __blockdev_reset()
/spdk/lib/scsi/
H A Dscsi_bdev.c2164 rc = spdk_bdev_reset(lun->bdev_desc, lun->io_channel, bdev_scsi_task_complete_reset, in bdev_scsi_reset()
/spdk/test/unit/lib/bdev/raid/bdev_raid.c/
H A Dbdev_raid_ut.c351 spdk_bdev_reset(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, in spdk_bdev_reset()
350 spdk_bdev_reset(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, spdk_bdev_reset() function
/spdk/test/unit/lib/nvmf/tcp.c/
H A Dtcp_ut.c236 DEFINE_STUB(spdk_bdev_reset, int, (struct spdk_bdev_desc *desc, struct spdk_io_channel *ch,
/spdk/test/unit/lib/bdev/bdev.c/
H A Dbdev_ut.c4643 CU_ASSERT(spdk_bdev_reset(desc, io_ch, io_done, NULL) == 0); in bdev_set_io_timeout()
4717 CU_ASSERT(spdk_bdev_reset(desc, io_ch, io_done, NULL) == 0); in bdev_set_io_timeout()
4818 CU_ASSERT(spdk_bdev_reset(desc, io_ch, io_done, NULL) == 0); in bdev_set_qd_sampling()
/spdk/module/bdev/raid/
H A Dbdev_raid.c784 ret = spdk_bdev_reset(base_info->desc, base_ch, in raid_bdev_io_split()
/spdk/lib/nvmf/
H A Dctrlr.c1193 spdk_bdev_reset(ns->desc, ns_info->channel, nvmf_bdev_complete_reset, NULL); in nvmf_ctrlr_cc_timeout()
/spdk/test/unit/lib/nvmf/ctrlr.c/
H A Dctrlr_ut.c205 DEFINE_STUB(spdk_bdev_reset, int, (struct spdk_bdev_desc *desc, struct spdk_io_channel *ch,