/spdk/lib/scsi/ |
H A D | task.c | 13 scsi_task_free_data(struct spdk_scsi_task *task) in scsi_task_free_data() 25 spdk_scsi_task_put(struct spdk_scsi_task *task) in spdk_scsi_task_put() 48 spdk_scsi_task_construct(struct spdk_scsi_task *task, in spdk_scsi_task_construct() 70 scsi_task_alloc_data(struct spdk_scsi_task *task, uint32_t alloc_len) in scsi_task_alloc_data() 90 spdk_scsi_task_scatter_data(struct spdk_scsi_task *task, const void *src, size_t buf_len) in spdk_scsi_task_scatter_data() 133 spdk_scsi_task_gather_data(struct spdk_scsi_task *task, int *len) in spdk_scsi_task_gather_data() 168 spdk_scsi_task_set_data(struct spdk_scsi_task *task, void *data, uint32_t len) in spdk_scsi_task_set_data() 178 spdk_scsi_task_build_sense_data(struct spdk_scsi_task *task, int sk, int asc, int ascq) in spdk_scsi_task_build_sense_data() 219 spdk_scsi_task_set_status(struct spdk_scsi_task *task, int sc, int sk, in spdk_scsi_task_set_status() 238 spdk_scsi_task_process_null_lun(struct spdk_scsi_task *task) in spdk_scsi_task_process_null_lun() [all …]
|
H A D | lun.c | 18 scsi_lun_complete_task(struct spdk_scsi_lun *lun, struct spdk_scsi_task *task) in scsi_lun_complete_task() 28 scsi_lun_complete_mgmt_task(struct spdk_scsi_lun *lun, struct spdk_scsi_task *task) in scsi_lun_complete_mgmt_task() 66 struct spdk_scsi_task *task = (struct spdk_scsi_task *)arg; in scsi_lun_reset_check_outstanding_tasks() local 79 scsi_lun_complete_reset_task(struct spdk_scsi_lun *lun, struct spdk_scsi_task *task) in scsi_lun_complete_reset_task() 95 struct spdk_scsi_task *task) in scsi_lun_append_mgmt_task() 101 _scsi_lun_handle_unit_attention(struct spdk_scsi_task *task) in _scsi_lun_handle_unit_attention() 120 struct spdk_scsi_task *task; in _scsi_lun_execute_mgmt_task() local 178 struct spdk_scsi_task *task) in scsi_lun_execute_mgmt_task() 185 _scsi_lun_execute_task(struct spdk_scsi_lun *lun, struct spdk_scsi_task *task) in _scsi_lun_execute_task() 231 scsi_lun_append_task(struct spdk_scsi_lun *lun, struct spdk_scsi_task *task) in scsi_lun_append_task() [all …]
|
H A D | scsi_pr.c | 172 scsi_pr_out_reserve(struct spdk_scsi_task *task, in scsi_pr_out_reserve() 234 scsi_pr_out_register(struct spdk_scsi_task *task, in scsi_pr_out_register() 303 scsi_pr_out_release(struct spdk_scsi_task *task, in scsi_pr_out_release() 350 scsi_pr_out_clear(struct spdk_scsi_task *task, uint64_t rkey) in scsi_pr_out_clear() 412 scsi_pr_out_preempt(struct spdk_scsi_task *task, in scsi_pr_out_preempt() 505 scsi_pr_out(struct spdk_scsi_task *task, uint8_t *cdb, in scsi_pr_out() 570 scsi_pr_in_read_keys(struct spdk_scsi_task *task, uint8_t *data, in scsi_pr_in_read_keys() 595 scsi_pr_in_read_reservations(struct spdk_scsi_task *task, in scsi_pr_in_read_reservations() 627 scsi_pr_in_report_capabilities(struct spdk_scsi_task *task, in scsi_pr_in_report_capabilities() 651 scsi_pr_in_read_full_status(struct spdk_scsi_task *task, in scsi_pr_in_read_full_status() [all …]
|
H A D | scsi_bdev.c | 122 bdev_scsi_inquiry(struct spdk_bdev *bdev, struct spdk_scsi_task *task, in bdev_scsi_inquiry() 759 uint8_t *data, struct spdk_scsi_task *task) in bdev_scsi_mode_sense_page() 1034 int page, int subpage, uint8_t *data, struct spdk_scsi_task *task) in bdev_scsi_mode_sense() 1112 struct spdk_scsi_task *task = cb_arg; in bdev_scsi_task_complete_cmd() local 1127 struct spdk_scsi_task *task = cb_arg; in bdev_scsi_read_task_complete_cmd() local 1142 struct spdk_scsi_task *task = cb_arg; in bdev_scsi_task_complete_reset() local 1154 bdev_scsi_queue_io(struct spdk_scsi_task *task, spdk_bdev_io_wait_cb cb_fn, void *cb_arg) in bdev_scsi_queue_io() 1173 struct spdk_io_channel *bdev_ch, struct spdk_scsi_task *task, in bdev_scsi_sync() 1236 struct spdk_io_channel *bdev_ch, struct spdk_scsi_task *task, in bdev_scsi_readwrite() 1352 struct spdk_scsi_task *task; member [all …]
|
/spdk/lib/iscsi/ |
H A D | task.h | 81 iscsi_task_put(struct spdk_iscsi_task *task) in iscsi_task_put() 87 iscsi_task_get_pdu(struct spdk_iscsi_task *task) in iscsi_task_get_pdu() 93 iscsi_task_set_pdu(struct spdk_iscsi_task *task, struct spdk_iscsi_pdu *pdu) in iscsi_task_set_pdu() 99 iscsi_task_get_bhs(struct spdk_iscsi_task *task) in iscsi_task_get_bhs() 105 iscsi_task_associate_pdu(struct spdk_iscsi_task *task, struct spdk_iscsi_pdu *pdu) in iscsi_task_associate_pdu() 112 iscsi_task_disassociate_pdu(struct spdk_iscsi_task *task) in iscsi_task_disassociate_pdu() 121 iscsi_task_is_immediate(struct spdk_iscsi_task *task) in iscsi_task_is_immediate() 130 iscsi_task_is_read(struct spdk_iscsi_task *task) in iscsi_task_is_read() 143 iscsi_task_from_scsi_task(struct spdk_scsi_task *task) in iscsi_task_from_scsi_task() 149 iscsi_task_get_primary(struct spdk_iscsi_task *task) in iscsi_task_get_primary() [all …]
|
H A D | task.c | 17 struct spdk_iscsi_task *task = iscsi_task_from_scsi_task(scsi_task); in iscsi_task_free() local 48 struct spdk_iscsi_task *task; in iscsi_task_get() local
|
H A D | iscsi.c | 2607 struct spdk_iscsi_task *task, int offset, in iscsi_send_r2t() argument 2654 iscsi_remove_r2t_pdu_from_snack_list(struct spdk_iscsi_conn * conn,struct spdk_iscsi_task * task,uint32_t r2t_sn) iscsi_remove_r2t_pdu_from_snack_list() argument 2677 iscsi_send_r2t_recovery(struct spdk_iscsi_conn * conn,struct spdk_iscsi_task * task,uint32_t r2t_sn,bool send_new_r2tsn) iscsi_send_r2t_recovery() argument 2724 add_transfer_task(struct spdk_iscsi_conn * conn,struct spdk_iscsi_task * task) add_transfer_task() argument 2793 struct spdk_iscsi_task *task, *tmp; start_queued_transfer_tasks() local 2808 struct spdk_iscsi_task *task, *tmp; iscsi_del_transfer_task() local 2835 struct spdk_iscsi_task *task, *task_tmp; iscsi_clear_all_transfer_task() local 2881 struct spdk_iscsi_task *task; get_transfer_task() local 2902 iscsi_send_datain(struct spdk_iscsi_conn * conn,struct spdk_iscsi_task * task,int datain_flag,int residual_len,int offset,int DataSN,int len) iscsi_send_datain() argument 3006 iscsi_transfer_in(struct spdk_iscsi_conn * conn,struct spdk_iscsi_task * task) iscsi_transfer_in() argument 3096 iscsi_task_response(struct spdk_iscsi_conn * conn,struct spdk_iscsi_task * task) iscsi_task_response() argument 3207 struct spdk_iscsi_task *task; iscsi_compare_pdu_bhs_within_existed_r2t_tasks() local 3225 iscsi_queue_task(struct spdk_iscsi_conn * conn,struct spdk_iscsi_task * task) iscsi_queue_task() argument 3234 iscsi_pdu_payload_op_scsi_read(struct spdk_iscsi_conn * conn,struct spdk_iscsi_task * task) iscsi_pdu_payload_op_scsi_read() argument 3254 iscsi_submit_write_subtask(struct spdk_iscsi_conn * conn,struct spdk_iscsi_task * task,struct spdk_iscsi_pdu * pdu,struct spdk_mobj * mobj) iscsi_submit_write_subtask() argument 3281 iscsi_pdu_payload_op_scsi_write(struct spdk_iscsi_conn * conn,struct spdk_iscsi_task * task) iscsi_pdu_payload_op_scsi_write() argument 3343 struct spdk_iscsi_task *task; iscsi_pdu_hdr_op_scsi() local 3458 struct spdk_iscsi_task *task; iscsi_pdu_payload_op_scsi() local 3491 iscsi_task_mgmt_response(struct spdk_iscsi_conn * conn,struct spdk_iscsi_task * task) iscsi_task_mgmt_response() argument 3547 iscsi_queue_mgmt_task(struct spdk_iscsi_conn * conn,struct spdk_iscsi_task * task) iscsi_queue_mgmt_task() argument 3565 struct spdk_iscsi_task *task = arg; _iscsi_op_abort_task() local 3579 iscsi_op_abort_task(struct spdk_iscsi_task * task,uint32_t ref_task_tag) iscsi_op_abort_task() argument 3589 struct spdk_iscsi_task *task = arg; _iscsi_op_abort_task_set() local 3604 iscsi_op_abort_task_set(struct spdk_iscsi_task * task,uint8_t function) iscsi_op_abort_task_set() argument 3619 struct spdk_iscsi_task *task; iscsi_pdu_hdr_op_task() local 3890 iscsi_handle_r2t_snack(struct spdk_iscsi_conn * conn,struct spdk_iscsi_task * task,struct spdk_iscsi_pdu * pdu,uint32_t beg_run,uint32_t run_length,int32_t task_tag) iscsi_handle_r2t_snack() argument 3932 iscsi_handle_recovery_datain(struct spdk_iscsi_conn * conn,struct spdk_iscsi_task * task,struct spdk_iscsi_pdu * pdu,uint32_t beg_run,uint32_t run_length,uint32_t task_tag) iscsi_handle_recovery_datain() argument 4051 struct spdk_iscsi_task *task; iscsi_handle_data_ack() local 4111 struct spdk_iscsi_task *task; iscsi_pdu_hdr_op_snack() local 4189 struct spdk_iscsi_task *task; iscsi_pdu_hdr_op_data() local 4323 struct spdk_iscsi_task *task; iscsi_pdu_payload_op_data() local [all...] |
H A D | conn.c | 440 struct spdk_iscsi_task *task; in iscsi_conn_check_tasks_for_lun() local 657 struct spdk_iscsi_task *task; iscsi_conn_destruct() local 927 _iscsi_conn_abort_queued_datain_task(struct spdk_iscsi_conn * conn,struct spdk_iscsi_task * task) _iscsi_conn_abort_queued_datain_task() argument 964 struct spdk_iscsi_task *task; iscsi_conn_abort_queued_datain_task() local 980 struct spdk_iscsi_task *task, *task_tmp; iscsi_conn_abort_queued_datain_tasks() local 1001 struct spdk_iscsi_task *task; iscsi_conn_handle_queued_datain_tasks() local 1042 struct spdk_iscsi_task *task = iscsi_task_from_scsi_task(scsi_task); iscsi_task_mgmt_cpl() local 1071 process_read_task_completion(struct spdk_iscsi_conn * conn,struct spdk_iscsi_task * task,struct spdk_iscsi_task * primary) process_read_task_completion() argument 1137 process_non_read_task_completion(struct spdk_iscsi_conn * conn,struct spdk_iscsi_task * task,struct spdk_iscsi_task * primary) process_non_read_task_completion() argument 1180 struct spdk_iscsi_task *task = iscsi_task_from_scsi_task(scsi_task); iscsi_task_cpl() local [all...] |
/spdk/test/unit/lib/scsi/lun.c/ |
H A D | lun_ut.c | 35 spdk_lun_ut_cpl_task(struct spdk_scsi_task *task) in spdk_lun_ut_cpl_task() 42 spdk_lun_ut_free_task(struct spdk_scsi_task *task) in spdk_lun_ut_free_task() 47 ut_init_task(struct spdk_scsi_task *task) in ut_init_task() 84 bdev_scsi_reset(struct spdk_scsi_task *task) in bdev_scsi_reset() 93 bdev_scsi_execute(struct spdk_scsi_task *task) in bdev_scsi_execute() 137 struct spdk_scsi_task task = { 0 }; in lun_task_mgmt_execute_abort_task_not_supported() local 179 struct spdk_scsi_task task = { 0 }; in lun_task_mgmt_execute_abort_task_all_not_supported() local 296 struct spdk_scsi_task task = { 0 }; in lun_append_task_null_lun_task_cdb_spc_inquiry() local 321 struct spdk_scsi_task task = { 0 }; in lun_append_task_null_lun_alloc_len_lt_4096() local 346 struct spdk_scsi_task task = { 0 }; in lun_append_task_null_lun_not_supported() local [all …]
|
/spdk/test/unit/lib/scsi/scsi_pr.c/ |
H A D | scsi_pr_ut.c | 131 struct spdk_scsi_task task = {0}; in test_build_registrants() local 212 struct spdk_scsi_task task = {0}; in test_all_registrant_reservation_reserve() local 284 struct spdk_scsi_task task = {0}; in test_all_registrant_reservation_access() local 355 struct spdk_scsi_task task = {0}; in test_reservation_reserve() local 441 struct spdk_scsi_task task = {0}; in test_reservation_preempt_non_all_regs() local 516 struct spdk_scsi_task task = {0}; in test_reservation_preempt_all_regs() local 568 struct spdk_scsi_task task = {0}; in test_reservation_cmds_conflict() local 661 struct spdk_scsi_task task = {0}; in test_scsi2_reserve_release() local 728 struct spdk_scsi_task task = {0}; in test_pr_with_scsi2_reserve_release() local
|
/spdk/test/accel/dif/ |
H A D | dif.c | 114 alloc_dif_verify_bufs(struct dif_task * task,uint32_t chained_count) alloc_dif_verify_bufs() argument 144 free_dif_verify_bufs(struct dif_task * task) free_dif_verify_bufs() argument 159 alloc_dif_verify_copy_bufs(struct dif_task * task,uint32_t chained_count) alloc_dif_verify_copy_bufs() argument 207 free_dif_verify_copy_bufs(struct dif_task * task) free_dif_verify_copy_bufs() argument 231 alloc_dif_generate_copy_bufs(struct dif_task * task,uint32_t chained_count) alloc_dif_generate_copy_bufs() argument 279 free_dif_generate_copy_bufs(struct dif_task * task) free_dif_generate_copy_bufs() argument 353 struct dif_task *task = &g_dif_task; accel_dif_verify_op_dif_generated_do_check() local 421 struct dif_task *task = &g_dif_task; accel_dif_verify_op_dif_not_generated_do_check() local 477 struct dif_task *task = &g_dif_task; accel_dif_verify_op_apptag_correct_apptag_check() local 517 struct dif_task *task = &g_dif_task; accel_dif_verify_op_apptag_incorrect_apptag_check() local 565 struct dif_task *task = &g_dif_task; accel_dif_verify_op_tag_incorrect_no_check_or_ignore() local 631 struct dif_task *task = &g_dif_task; accel_dif_verify_op_reftag_init_correct_reftag_check() local 671 struct dif_task *task = &g_dif_task; accel_dif_verify_op_reftag_init_incorrect_reftag_check() local 719 struct dif_task *task = &g_dif_task; accel_dif_verify_copy_op_dif_generated_do_check() local 789 struct dif_task *task = &g_dif_task; accel_dif_verify_copy_op_dif_not_generated_do_check() local 847 struct dif_task *task = &g_dif_task; accel_dif_generate_copy_op_dif_generated_do_check() local 920 struct dif_task *task = &g_dif_task; accel_dif_generate_copy_op_dif_generated_no_guard_check_flag_set() local 972 struct dif_task *task = &g_dif_task; accel_dif_generate_copy_op_dif_generated_no_apptag_check_flag_set() local 1024 struct dif_task *task = &g_dif_task; accel_dif_generate_copy_op_dif_generated_no_reftag_check_flag_set() local 1075 struct dif_task *task = &g_dif_task; accel_dif_generate_copy_op_iovecs_len_validate() local 1118 struct dif_task *task = &g_dif_task; accel_dif_generate_copy_op_buf_align_validate() local [all...] |
/spdk/test/dma/test_dma/ |
H A D | test_dma.c | 24 struct dma_test_task *task; global() member 98 struct dma_test_task *task; print_total_stats() local 147 struct dma_test_task *task; print_periodic_stats() local 182 dma_test_check_and_signal_task_done(struct dma_test_task * task) dma_test_check_and_signal_task_done() argument 193 dma_test_task_update_stats(struct dma_test_task * task,uint64_t submit_tsc) dma_test_task_update_stats() argument 211 struct dma_test_task *task = req->task; dma_test_bdev_io_completion_cb() local 236 dma_test_get_offset_in_ios(struct dma_test_task * task) dma_test_get_offset_in_ios() argument 253 dma_test_task_is_read(struct dma_test_task * task) dma_test_task_is_read() argument 384 struct dma_test_task *task = req->task; dma_test_submit_io() local 421 struct dma_test_task *task = event_ctx; dma_test_bdev_event_cb() local 437 struct dma_test_task *task = ctx; dma_test_task_run() local 449 struct dma_test_task *task = ctx; dma_test_drain_task() local 457 struct dma_test_task *task; dma_test_shutdown_cb() local 485 struct dma_test_task *task; dma_test_construct_task_done() local 519 struct dma_test_task *task = ctx; dma_test_construct_task_on_thread() local 600 struct dma_test_task *task; allocate_task() local 654 destroy_task(struct dma_test_task * task) destroy_task() argument 674 struct dma_test_task *task, *tmp_task; destroy_tasks() local 684 struct dma_test_task *task; verify_tasks() local 743 struct dma_test_task *task; dma_test_start() local [all...] |
/spdk/test/unit/lib/scsi/scsi_bdev.c/ |
H A D | scsi_bdev_ut.c | 91 scsi_lun_complete_task(struct spdk_scsi_lun *lun, struct spdk_scsi_task *task) in scsi_lun_complete_task() 111 ut_put_task(struct spdk_scsi_task *task) in ut_put_task() 124 ut_init_task(struct spdk_scsi_task *task) in ut_init_task() 318 struct spdk_scsi_task task; in mode_select_6_test() local 360 struct spdk_scsi_task task; in mode_select_6_test2() local 396 struct spdk_scsi_task task; in mode_sense_6_test() local 446 struct spdk_scsi_task task; in mode_sense_10_test() local 496 struct spdk_scsi_task task; in inquiry_evpd_test() local 536 struct spdk_scsi_task task; in inquiry_standard_test() local 574 struct spdk_scsi_task task; in _inquiry_overflow_test() local [all …]
|
/spdk/test/unit/lib/iscsi/conn.c/ |
H A D | conn_ut.c | 86 struct spdk_iscsi_task *task; in iscsi_task_get() local 114 struct spdk_iscsi_task *task; in spdk_scsi_task_put() local 195 struct spdk_iscsi_task *task; in iscsi_del_transfer_task() local 225 struct spdk_iscsi_task *task; in ut_conn_task_get() local 270 struct spdk_iscsi_task *task, *tmp; in read_task_split_in_order_case() local 306 struct spdk_iscsi_task *task, *tmp; in read_task_split_reverse_order_case() local 424 struct spdk_iscsi_task task = {}; in process_non_read_task_completion_test() local 521 dequeue_task(void *_head, struct spdk_iscsi_task *task) in dequeue_task() 684 struct spdk_iscsi_task task = {}, subtask = {}; in abort_queued_datain_task_test() local 754 struct spdk_iscsi_task *task) in datain_task_is_queued()
|
/spdk/module/accel/dsa/ |
H A D | accel_dsa.c | 45 struct spdk_accel_task task; global() member 145 struct spdk_accel_task *task = &idxd_task->task; idxd_submit_dualcast() local 162 check_dsa_dif_strip_overlap_bufs(struct spdk_accel_task * task) check_dsa_dif_strip_overlap_bufs() argument 196 struct spdk_accel_task *task = (struct spdk_accel_task *)ctx; spdk_accel_sw_task_complete() local 202 _process_single_task(struct spdk_io_channel * ch,struct spdk_accel_task * task) _process_single_task() argument 296 dsa_submit_task(struct spdk_io_channel * ch,struct spdk_accel_task * task) dsa_submit_task() argument 326 struct spdk_accel_task *task, *tmp; dsa_submit_queued_tasks() local [all...] |
/spdk/test/unit/lib/iscsi/ |
H A D | common.c | 34 struct spdk_iscsi_task *task; in iscsi_task_get() local 68 spdk_scsi_task_put(struct spdk_scsi_task *task) in spdk_scsi_task_put() 121 spdk_scsi_dev_queue_task(struct spdk_scsi_dev *dev, struct spdk_scsi_task *task) in spdk_scsi_dev_queue_task() 245 spdk_scsi_task_set_data(struct spdk_scsi_task *task, void *data, uint32_t len) in spdk_scsi_task_set_data()
|
/spdk/module/bdev/malloc/ |
H A D | bdev_malloc.c | 162 struct malloc_task *task = (struct malloc_task *)ref; malloc_done() local 203 malloc_complete_task(struct malloc_task * task,struct malloc_channel * mch,enum spdk_bdev_io_status status) malloc_complete_task() argument 295 malloc_sequence_fail(struct malloc_task * task,int status) malloc_sequence_fail() argument 311 struct malloc_task *task = ctx; malloc_sequence_done() local 321 bdev_malloc_readv(struct malloc_disk * mdisk,struct spdk_io_channel * ch,struct malloc_task * task,struct spdk_bdev_io * bdev_io) bdev_malloc_readv() argument 374 bdev_malloc_writev(struct malloc_disk * mdisk,struct spdk_io_channel * ch,struct malloc_task * task,struct spdk_bdev_io * bdev_io) bdev_malloc_writev() argument 426 bdev_malloc_unmap(struct malloc_disk * mdisk,struct spdk_io_channel * ch,struct malloc_task * task,uint64_t offset,uint64_t byte_count) bdev_malloc_unmap() argument 439 bdev_malloc_copy(struct malloc_disk * mdisk,struct spdk_io_channel * ch,struct malloc_task * task,uint64_t dst_offset,uint64_t src_offset,size_t len) bdev_malloc_copy() argument 461 struct malloc_task *task = (struct malloc_task *)bdev_io->driver_ctx; _bdev_malloc_submit_request() local 872 struct malloc_task *task; malloc_completion_poller() local [all...] |
/spdk/lib/vhost/ |
H A D | vhost_scsi.c | 145 scsi_task_init(struct spdk_vhost_scsi_task *task) in scsi_task_init() argument 157 vhost_scsi_task_put(struct spdk_vhost_scsi_task *task) in vhost_scsi_task_put() argument 165 struct spdk_vhost_scsi_task *task = SPDK_CONTAINEROF(scsi_task, struct spdk_vhost_scsi_task, scsi); vhost_scsi_task_free_cb() local 328 submit_completion(struct spdk_vhost_scsi_task * task) submit_completion() argument 342 struct spdk_vhost_scsi_task *task = SPDK_CONTAINEROF(scsi_task, struct spdk_vhost_scsi_task, scsi); vhost_scsi_task_mgmt_cpl() local 350 struct spdk_vhost_scsi_task *task = SPDK_CONTAINEROF(scsi_task, struct spdk_vhost_scsi_task, scsi); vhost_scsi_task_cpl() local 370 task_submit(struct spdk_vhost_scsi_task * task) task_submit() argument 377 mgmt_task_submit(struct spdk_vhost_scsi_task * task,enum spdk_scsi_task_func func) mgmt_task_submit() argument 385 invalid_request(struct spdk_vhost_scsi_task * task) invalid_request() argument 398 vhost_scsi_task_init_target(struct spdk_vhost_scsi_task * task,const __u8 * lun) vhost_scsi_task_init_target() argument 426 process_ctrl_request(struct spdk_vhost_scsi_task * task) process_ctrl_request() argument 528 task_data_setup(struct spdk_vhost_scsi_task * task,struct virtio_scsi_cmd_req ** req) task_data_setup() argument 664 process_request(struct spdk_vhost_scsi_task * task) process_request() argument 697 struct spdk_vhost_scsi_task *task; process_scsi_task() local 1370 struct spdk_vhost_scsi_task *task; alloc_vq_task_pool() local [all...] |
H A D | vhost_blk.c | 154 blk_task_inc_task_cnt(struct spdk_vhost_user_blk_task * task) blk_task_inc_task_cnt() argument 163 blk_task_dec_task_cnt(struct spdk_vhost_user_blk_task * task) blk_task_dec_task_cnt() argument 173 blk_task_finish(struct spdk_vhost_user_blk_task * task) blk_task_finish() argument 180 blk_task_init(struct spdk_vhost_user_blk_task * task) blk_task_init() argument 192 blk_task_enqueue(struct spdk_vhost_user_blk_task * task) blk_task_enqueue() argument 206 vhost_user_blk_request_finish(uint8_t status,struct spdk_vhost_blk_task * task,void * cb_arg) vhost_user_blk_request_finish() argument 220 blk_request_finish(uint8_t status,struct spdk_vhost_blk_task * task) blk_request_finish() argument 462 struct spdk_vhost_blk_task *task = cb_arg; blk_request_complete_cb() local 471 struct spdk_vhost_blk_task *task = arg; blk_request_resubmit() local 485 blk_request_queue_io(struct spdk_vhost_dev * vdev,struct spdk_io_channel * ch,struct spdk_vhost_blk_task * task) blk_request_queue_io() argument 504 virtio_blk_process_request(struct spdk_vhost_dev * vdev,struct spdk_io_channel * ch,struct spdk_vhost_blk_task * task,virtio_blk_request_cb cb,void * cb_arg) virtio_blk_process_request() argument 690 struct spdk_vhost_user_blk_task *task; process_blk_task() local 731 struct spdk_vhost_user_blk_task *task; process_packed_blk_task() local 799 struct spdk_vhost_user_blk_task *task; process_packed_inflight_blk_task() local 1021 struct spdk_vhost_user_blk_task *task; no_bdev_process_packed_vq() local 1410 struct spdk_vhost_user_blk_task *task; alloc_vq_task_pool() local [all...] |
/spdk/module/accel/error/ |
H A D | accel_error.c | 36 accel_error_get_task_ctx(struct spdk_accel_task * task) accel_error_get_task_ctx() argument 42 accel_error_corrupt_task(struct spdk_accel_task * task) accel_error_corrupt_task() argument 56 struct spdk_accel_task *task = arg; accel_error_task_complete_cb() local 88 accel_error_submit_tasks(struct spdk_io_channel * ch,struct spdk_accel_task * task) accel_error_submit_tasks() argument [all...] |
/spdk/module/bdev/iscsi/ |
H A D | bdev_iscsi.c | 247 _bdev_iscsi_is_size_change(int status, struct scsi_task *task) in _bdev_iscsi_is_size_change() 263 struct scsi_task *task = _task; in bdev_iscsi_command_cb() local 317 struct scsi_task *task = _task; in bdev_iscsi_readcapacity16_cb() local 346 struct scsi_task *task; in bdev_iscsi_readcapacity16() local 359 struct scsi_task *task; in bdev_iscsi_readv() local 386 struct scsi_task *task; in bdev_iscsi_writev() local 433 struct scsi_task *task; in bdev_iscsi_flush() local 448 struct scsi_task *task; in bdev_iscsi_unmap() local 862 struct scsi_task *task = command_data; in iscsi_readcapacity16_cb() local 898 struct scsi_task *task = _task; in bdev_iscsi_inquiry_bl_cb() local [all …]
|
/spdk/module/accel/iaa/ |
H A D | accel_iaa.c | 44 struct spdk_accel_task task; member 123 _process_single_task(struct spdk_io_channel *ch, struct spdk_accel_task *task) in _process_single_task() argument 167 struct spdk_accel_task *task, *tmp; iaa_submit_tasks() local 218 struct spdk_accel_task *task = NULL; idxd_poll() local [all...] |
/spdk/module/bdev/daos/ |
H A D | bdev_daos.c | 203 struct bdev_daos_task *task = bdev_daos_task; in _bdev_daos_io_complete() local 218 struct bdev_daos_task *task = (struct bdev_daos_task *)bdev_io->driver_ctx; in bdev_daos_io_complete() local 233 struct bdev_daos_task *task, in bdev_daos_writev() 279 struct bdev_daos_task *task, in bdev_daos_readv() 397 bdev_daos_reset(struct bdev_daos *daos, struct bdev_daos_task *task) in bdev_daos_reset() 481 struct bdev_daos_task *task = (struct bdev_daos_task *)bdev_io->driver_ctx; in bdev_daos_submit_request() local 520 struct bdev_daos_task *task = SPDK_CONTAINEROF(evp[i], struct bdev_daos_task, ev); in bdev_daos_channel_poll() local
|
/spdk/module/accel/mlx5/ |
H A D | accel_mlx5.c | 66 struct accel_mlx5_task *task; global() member 266 accel_mlx5_task_complete(struct accel_mlx5_task * task) accel_mlx5_task_complete() argument 282 struct accel_mlx5_task *task; accel_mlx5_flush_wrs() local 394 accel_mlx5_task_alloc_reqs(struct accel_mlx5_task * task) accel_mlx5_task_alloc_reqs() argument 428 struct spdk_accel_task *task = &mlx5_task->base; accel_mlx5_task_process() local 531 accel_mlx5_task_continue(struct accel_mlx5_task * task) accel_mlx5_task_continue() argument 558 struct spdk_accel_task *task = &mlx5_task->base; accel_mlx5_task_init() local 620 accel_mlx5_submit_tasks(struct spdk_io_channel * _ch,struct spdk_accel_task * task) accel_mlx5_submit_tasks() argument 656 struct accel_mlx5_task *task; accel_mlx5_poll_cq() local 728 struct accel_mlx5_task *task, *tmp; accel_mlx5_resubmit_nomem_tasks() local [all...] |
/spdk/test/unit/lib/accel/dpdk_cryptodev.c/ |
H A D | accel_dpdk_cryptodev_ut.c | 375 struct accel_dpdk_cryptodev_task task = {}; in test_error_paths() local 440 struct accel_dpdk_cryptodev_task task = {}; test_simple_encrypt() local 561 struct accel_dpdk_cryptodev_task task = {}; test_simple_decrypt() local 680 struct accel_dpdk_cryptodev_task task = {}; test_large_enc_dec() local 932 struct accel_dpdk_cryptodev_task task = {}; test_dev_full() local 1061 struct accel_dpdk_cryptodev_task task = {}; test_crazy_rw() local 1333 struct accel_dpdk_cryptodev_task task = {}; test_poller() local [all...] |