Home
last modified time | relevance | path

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

/freebsd-src/sys/cam/ctl/
H A Dctl_io.h535 struct ctl_ha_msg_dt { struct
536 struct ctl_ha_msg_hdr hdr;
537 ctl_io_flags flags; /* Only I/O flags are used here */
538 uint32_t sg_sequence; /* S/G portion number */
539 uint8_t sg_last; /* last S/G batch = 1 */
540 uint32_t sent_sg_entries; /* previous S/G count */
541 uint32_t cur_sg_entries; /* current S/G entries */
542 uint32_t kern_sg_entries; /* total S/G entries */
543 uint32_t kern_data_len; /* Length of this S/G list */
544 uint32_t kern_total_len; /* Total length of this
[all …]