/spdk/include/spdk/ |
H A D | iscsi_spec.h | 99 uint8_t opcode : 6; member 117 uint8_t opcode : 6; /* opcode = 0x32 */ member 140 uint8_t opcode : 6; /* opcode = 0x03 */ member 159 uint8_t opcode : 6; /* opcode = 0x23 */ member 179 uint8_t opcode : 6; /* opcode = 0x06 */ member 197 uint8_t opcode : 6; /* opcode = 0x26 */ member 217 uint8_t opcode : 6; /* opcode = 0x20 */ member 233 uint8_t opcode : 6; /* opcode = 0x00 */ member 249 uint8_t opcode : 6; /* opcode = 0x31 */ member 267 uint8_t opcode : 6; /* opcode = 0x3f */ member [all …]
|
H A D | nvmf_spec.h | 26 uint8_t opcode; member 168 uint8_t opcode; member 184 uint8_t opcode; member 210 uint8_t opcode; member 259 uint8_t opcode; member 291 uint8_t opcode; member
|
H A D | scsi_spec.h | 359 uint8_t opcode; member
|
/spdk/module/accel/error/ |
H A D | accel_error.h | 18 enum spdk_accel_opcode opcode; member
|
H A D | accel_error_rpc.c | 14 enum spdk_accel_opcode *opcode = out; in rpc_accel_error_decode_opcode() local
|
H A D | accel_error.c | 198 accel_error_supports_opcode(enum spdk_accel_opcode opcode) accel_error_supports_opcode() argument 241 int opcode; accel_error_write_config_json() local [all...] |
/spdk/lib/scsi/ |
H A D | scsi.c | 122 spdk_scsi_sbc_opcode_string(uint8_t opcode,uint16_t sa) spdk_scsi_sbc_opcode_string() argument
|
H A D | scsi_bdev.c | 1377 uint8_t opcode = task->cdb[0]; in bdev_scsi_split() local
|
/spdk/python/spdk/rpc/ |
H A D | accel.py | 121 def accel_error_inject_error(client, opcode, type, count=None, interval=None, errcode=None): argument
|
/spdk/test/app/fuzz/iscsi_fuzz/ |
H A D | iscsi_fuzz.c | 307 int opcode; in iscsi_fuzz_pdu_hdr_handle() local 367 int opcode; in iscsi_fuzz_pdu_payload_handle() local 711 uint8_t opcode; in dev_submit_requests() local
|
/spdk/lib/iscsi/ |
H A D | iscsi.c | 3872 get_scsi_task_from_itt(struct spdk_iscsi_conn * conn,uint32_t task_tag,enum iscsi_op opcode) get_scsi_task_from_itt() argument 4425 int opcode; iscsi_update_cmdsn() local 4493 int opcode; iscsi_pdu_hdr_handle() local 4578 int opcode; iscsi_pdu_payload_handle() local [all...] |
H A D | conn.c | 658 int opcode; iscsi_conn_destruct() local [all...] |
/spdk/module/accel/dpdk_cryptodev/ |
H A D | accel_dpdk_cryptodev.c | 1527 accel_dpdk_cryptodev_get_operation_info(enum spdk_accel_opcode opcode,const struct spdk_accel_operation_exec_ctx * ctx,struct spdk_accel_opcode_info * info) accel_dpdk_cryptodev_get_operation_info() argument
|
/spdk/test/unit/lib/accel/accel.c/ |
H A D | accel_ut.c | 594 ut_supports_opcode_all(enum spdk_accel_opcode opcode) ut_supports_opcode_all() argument
|
/spdk/lib/nvmf/ |
H A D | ctrlr.c | 4519 uint8_t opcode; _nvmf_request_complete() local [all...] |