Home
last modified time | relevance | path

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

/spdk/include/spdk/
H A Discsi_spec.h377 struct iscsi_bhs_task_req { struct
378 uint8_t opcode : 6; /* opcode = 0x02 */
379 uint8_t immediate : 1;
380 uint8_t reserved : 1;
381 uint8_t flags;
382 uint8_t res[2];
383 uint8_t total_ahs_len;
384 uint8_t data_segment_len[3];
385 uint64_t lun;
386 uint32_t itt;
[all …]