Home
last modified time | relevance | path

Searched refs:function (Results 1 – 25 of 32) sorted by relevance

12

/spdk/scripts/bpf/
H A Dgen.py27 ptype, path, function = parts[0], parts[1], parts[-1]
28 probes[(ptype, function)] = path
40 ptype, function = match.groups()
41 path = self._probes.get((ptype, function), self._path)
/spdk/test/common/config/pkgdep/
H A Dgit1 function install_qat() {
44 function install_rocksdb() {
56 function install_ittapi() {
68 function install_fio() {
97 function install_flamegraph() {
108 function _install_qemu() {
165 function install_qemu() {
178 function install_nvmecli() {
198 # This function install version of nvme-cli, that support listing spdk nvme
200 function install_nvmecli_plugi
[all...]
/spdk/test/unit/lib/scsi/lun.c/
H A Dlun_ut.c149 mgmt_task.function = SPDK_SCSI_TASK_FUNC_ABORT_TASK; in lun_task_mgmt_execute_abort_task_not_supported()
191 mgmt_task.function = SPDK_SCSI_TASK_FUNC_ABORT_TASK_SET; in lun_task_mgmt_execute_abort_task_all_not_supported()
231 mgmt_task.function = SPDK_SCSI_TASK_FUNC_LUN_RESET; in lun_task_mgmt_execute_lun_reset()
256 mgmt_task.function = SPDK_SCSI_TASK_FUNC_TARGET_RESET; in lun_task_mgmt_execute_target_reset()
280 mgmt_task.function = 6; in lun_task_mgmt_execute_invalid_case()
523 mgmt_task.function = SPDK_SCSI_TASK_FUNC_LUN_RESET; in lun_reset_task_wait_scsi_task_complete()
583 mgmt_task.function = SPDK_SCSI_TASK_FUNC_LUN_RESET; in lun_reset_task_suspend_scsi_task()
695 task1.function = SPDK_SCSI_TASK_FUNC_LUN_RESET; in abort_pending_mgmt_tasks_when_lun_is_removed()
696 task2.function = SPDK_SCSI_TASK_FUNC_LUN_RESET; in abort_pending_mgmt_tasks_when_lun_is_removed()
697 task3.function = SPDK_SCSI_TASK_FUNC_LUN_RESET; in abort_pending_mgmt_tasks_when_lun_is_removed()
[all …]
/spdk/proto/
H A Dvirtio_blk.proto8 // Physical function index
10 // Virtual function index
H A Dnvme.proto8 // Physical function index
10 // Virtual function index
/spdk/doc/
H A Devent.md38 from a queue. Each event consists of a bundled function pointer and its
45 with a non-blocking function call, and completion is typically signaled using
46 a callback function.
59 The framework also defines another type of function called a poller. Pollers
60 may be registered with the spdk_poller_register() function. Pollers, like
75 supplied function.
81 To do that set shutdown_cb function callback in spdk_app_opts structure passed
H A Dbdev_module.md12 operating system. The module provides a set of function pointers that are
34 the function that returns context size (`get_ctx_size`) - scratch space that
51 * The backend block device function table provides a set of APIs to allow
84 The bdev module must implement these function callbacks.
86 The `destruct` function is called to tear down the device when the system no
90 The `io_type_supported` function returns whether a particular I/O type is
129 The `get_io_channel` function should return an I/O channel. For a detailed
135 The `submit_request` function is called to actually submit I/O requests to the
H A Dconcurrency.md41 in SPDK consists of a function pointer and a pointer to some context. Messages
81 function that should be repeatedly called on the given thread. Another is an
82 `spdk_msg_fn`, which is a function pointer and a context pointer, that can
141 passing function pointers that are called when an operation completes. This
151 function `foo` performs some asynchronous operation and when that completes
152 function `bar` is called, then function `bar` performs some operation that
153 calls function `baz` on completion, a good way to write it is as such:
264 This is complex, of course, but the `run_state_machine` function can be read
H A Dgdb_macros.md200 be copied into the python/gdb/function (or python/gdb/command) directory under
201 the data directory, e.g. /usr/share/gdb/python/gdb/function.
263 - SpdkObject: Provides the __str__ function so that the list iteration can print
H A Dnotify.md27 A consumer can get events by calling function `spdk_notify_foreach_event`.
H A Dnvme_spec.md54 NVMe queue pair to use. Finally, the user provides a callback function and
117 contains a function pointer that the user provided initially, which is then
120 The `spdk_nvme_qpair_process_completions()` function will keep advancing to the
H A Dlibraries.md61 …are registered with that library at runtime by way of a specific constructor function. The parent …
62 …irectory then manages the module directly. These types of libraries each implement a function table
111 further namespaced using the spdk library name. The rest of the function or type name describes its…
H A Dsystem_configuration.md11 However, some devices do not function correctly when bound to `vfio-pci` and instead must be
H A Dvagrant.md42 For additional support, use the Vagrant help function to learn how to destroy, restart, etc.
H A Duserspace.md64 completion. The callback is called in response to the user calling a function
/spdk/lib/sock/
H A Dspdk_sock.map45 # internal function in spdk_internal/sock.h
/spdk/lib/scsi/
H A Dlun.c150 if (task->function < SPDK_COUNTOF(spdk_scsi_task_names)) { in _scsi_lun_execute_mgmt_task()
151 scsi_tn = spdk_scsi_task_names[task->function]; in _scsi_lun_execute_mgmt_task()
154 switch (task->function) { in _scsi_lun_execute_mgmt_task()
/spdk/test/blobfs/rocksdb/
H A Dpostprocess.py54 …(("{:8.4f} {:20s} {:s}".format(float(value) * 100 / total_samples, key.module, key.function)))
/spdk/lib/vmd/
H A Dvmd_spec.h65 #define CONFIG_OFFSET_ADDR(bus, device, function, reg) (((bus)<<20) | (device)<<15 | (function<<12)… argument
/spdk/include/spdk/
H A Dscsi.h67 uint8_t function; /* task mgmt function */ member
/spdk/scripts/env_dpdk/22.11/
H A D23.11-rte_dev.h.patch13 +/* Macros to check for invalid function pointers */
/spdk/test/unit/lib/scsi/dev.c/
H A Ddev_ut.c264 task->function = SPDK_SCSI_TASK_FUNC_LUN_RESET; in dev_queue_mgmt_task_success()
309 task->function = SPDK_SCSI_TASK_FUNC_LUN_RESET; in dev_stop_success()
/spdk/lib/iscsi/
H A Discsi.h110 /* For spdk_iscsi_login_in related function use, we need to avoid the conflict
444 uint8_t function);
H A Discsi.c1146 * The response function of spdk_iscsi_op_login
1184 * The function which is used to initialize the internal response data
1185 * structure of iscsi login function.
1314 * This function is used to initialize the port info
1351 * This function is used to judge the session type
1397 * This function is used to check the target info
1449 * This function use to check the session
1490 * This function is used to del the original param and update it with new
1546 * The function which is used to handle the part of session discovery
1563 * This function i
3604 iscsi_op_abort_task_set(struct spdk_iscsi_task * task,uint8_t function) iscsi_op_abort_task_set() argument
3617 uint8_t function; iscsi_pdu_hdr_op_task() local
[all...]
/spdk/scripts/bash-completion/
H A Dspdk297 if [[ $(type -t _configure) == function ]]; then

12