Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/cam/ctl/
Dctl_io.h453 struct ctl_ha_msg_dt { struct
454 struct ctl_ha_msg_hdr hdr;
455 ctl_io_flags flags; /* Only I/O flags are used here */
456 uint32_t sg_sequence; /* S/G portion number */
457 uint8_t sg_last; /* last S/G batch = 1 */
458 uint32_t sent_sg_entries; /* previous S/G count */
459 uint32_t cur_sg_entries; /* current S/G entries */
460 uint32_t kern_sg_entries; /* total S/G entries */
461 uint32_t kern_data_len; /* Length of this S/G list */
462 uint32_t kern_total_len; /* Total length of this
[all …]