Home
last modified time | relevance | path

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

/freebsd/sys/dev/mrsas/
H A Dmrsas.h2609 struct mrsas_io_frame { struct
2610 u_int8_t cmd; /* 00h */
2611 u_int8_t sense_len; /* 01h */
2612 u_int8_t cmd_status; /* 02h */
2613 u_int8_t scsi_status; /* 03h */
2615 u_int8_t target_id; /* 04h */
2616 u_int8_t access_byte; /* 05h */
2617 u_int8_t reserved_0; /* 06h */
2618 u_int8_t sge_count; /* 07h */
2620 u_int32_t context; /* 08h */
[all …]