Home
last modified time | relevance | path

Searched defs:context (Results 1 – 12 of 12) sorted by relevance

/spdk/python/spdk/sma/
H A Dsma.py29 def wrapper(self, request, context): argument
66 def CreateDevice(self, request, context): argument
93 def DeleteDevice(self, request, context): argument
116 def AttachVolume(self, request, context): argument
140 def DetachVolume(self, request, context): argument
154 def SetQos(self, request, context): argument
170 def GetQosCapabilities(self, request, context): argument
/spdk/test/unit/lib/rdma/common.c/
H A Dcommon_ut.c26 struct ibv_context *context; member
71 ibv_alloc_pd(struct ibv_context *context) in ibv_alloc_pd()
103 ut_rdma_add_dev(struct ibv_context *context) in ut_rdma_add_dev()
126 _rdma_get_dev(struct ibv_context *context) in _rdma_get_dev()
/spdk/test/nvme/simple_copy/
H A Dsimple_copy.c99 struct simple_copy_context *context = arg; in write_complete() local
113 struct simple_copy_context *context = arg; in read_complete() local
136 struct simple_copy_context *context = arg; simple_copy_complete() local
157 struct simple_copy_context context; simple_copy_test() local
353 cleanup(struct simple_copy_context * context) cleanup() argument
[all...]
/spdk/module/bdev/iscsi/
H A Dbdev_iscsi.c70 struct iscsi_context *context; member
93 struct iscsi_context *context; member
261 bdev_iscsi_command_cb(struct iscsi_context *context, int status, void *_task, void *_iscsi_io) in bdev_iscsi_command_cb()
312 bdev_iscsi_readcapacity16_cb(struct iscsi_context *context, int status, void *_task, in bdev_iscsi_readcapacity16_cb()
344 bdev_iscsi_readcapacity16(struct iscsi_context *context, struct bdev_iscsi_lun *lun) in bdev_iscsi_readcapacity16()
487 bdev_iscsi_reset_cb(struct iscsi_context *context __attribute__((unused)), int status, in bdev_iscsi_reset_cb()
508 struct iscsi_context *context = lun->context; in _bdev_iscsi_reset() local
896 bdev_iscsi_inquiry_bl_cb(struct iscsi_context *context, int status, void *_task, void *private_data) in bdev_iscsi_inquiry_bl_cb()
925 bdev_iscsi_inquiry_lbp_cb(struct iscsi_context *context, int status, void *_task, in bdev_iscsi_inquiry_lbp_cb()
986 struct iscsi_context *context; in iscsi_bdev_conn_poll() local
/spdk/test/common/lib/
H A Dtest_rdma.c80 spdk_rdma_utils_get_pd(struct ibv_context *context) in spdk_rdma_utils_get_pd()
/spdk/lib/rdma_utils/
H A Drdma_utils.c19 struct ibv_context *context; global() member
235 rdma_add_dev(struct ibv_context * context) rdma_add_dev() argument
372 spdk_rdma_utils_get_pd(struct ibv_context * context) spdk_rdma_utils_get_pd() argument
[all...]
/spdk/lib/mlx5/
H A Dmlx5_crypto.c37 struct ibv_context *context; global() member
[all...]
/spdk/test/unit/lib/nvme/nvme_rdma.c/
H A Dnvme_rdma_ut.c129 ibv_query_device(struct ibv_context *context, in ibv_query_device() argument
598 struct ibv_context context = { in test_nvme_rdma_poller_create() local
/spdk/module/bdev/nvme/
H A Dbdev_nvme_rpc.c1436 nvme_health_info_cleanup(struct spdk_nvme_health_info_context * context,bool response) nvme_health_info_cleanup() argument
1451 struct spdk_nvme_health_info_context *context = cb_arg; get_health_log_page_completion() local
1529 get_health_log_page(struct spdk_nvme_health_info_context * context) get_health_log_page() argument
1545 struct spdk_nvme_health_info_context *context = cb_arg; get_temperature_threshold_feature_completion() local
1556 get_temperature_threshold_feature(struct spdk_nvme_health_info_context * context) get_temperature_threshold_feature() argument
1570 struct spdk_nvme_health_info_context *context; get_controller_health_info() local
[all...]
/spdk/lib/nvmf/
H A Drdma.c456 struct ibv_context *context; global() member
2502 create_ib_device(struct spdk_nvmf_rdma_transport * rtransport,struct ibv_context * context,struct spdk_nvmf_rdma_device ** new_device) create_ib_device() argument
3181 nvmf_rdma_find_ib_device(struct spdk_nvmf_rdma_transport * rtransport,struct ibv_context * context) nvmf_rdma_find_ib_device() argument
3200 nvmf_rdma_check_devices_context(struct spdk_nvmf_rdma_transport * rtransport,struct ibv_context * context) nvmf_rdma_check_devices_context() argument
[all...]
H A Dnvmf_fc.h313 void *context; /* Vendor specific context data */ global() member
/spdk/module/accel/mlx5/
H A Daccel_mlx5.c40 struct ibv_context *context; global() member
[all...]