Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/cam/ctl/
HDctl_io.h461 struct ctl_ha_msg_dt { struct
462 struct ctl_ha_msg_hdr hdr;
463 ctl_io_flags flags; /* Only I/O flags are used here */
464 uint32_t sg_sequence; /* S/G portion number */
465 uint8_t sg_last; /* last S/G batch = 1 */
466 uint32_t sent_sg_entries; /* previous S/G count */
467 uint32_t cur_sg_entries; /* current S/G entries */
468 uint32_t kern_sg_entries; /* total S/G entries */
469 uint32_t kern_data_len; /* Length of this S/G list */
470 uint32_t kern_total_len; /* Total length of this
[all …]