Home
last modified time | relevance | path

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

/freebsd-src/sys/dev/mrsas/
H A Dmrsas.h2639 struct mrsas_pthru_frame { struct
2640 u_int8_t cmd; /* 00h */
2641 u_int8_t sense_len; /* 01h */
2642 u_int8_t cmd_status; /* 02h */
2643 u_int8_t scsi_status; /* 03h */
2645 u_int8_t target_id; /* 04h */
2646 u_int8_t lun; /* 05h */
2647 u_int8_t cdb_len; /* 06h */
2648 u_int8_t sge_count; /* 07h */
2650 u_int32_t context; /* 08h */
[all …]