Home
last modified time | relevance | path

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

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