Home
last modified time | relevance | path

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

/freebsd/sys/dev/hptiop/
H A Dhptiop.h290 struct hpt_iop_request_block_command { struct
291 struct hpt_iop_request_header header;
292 u_int8_t channel;
293 u_int8_t target;
294 u_int8_t lun;
295 u_int8_t pad1;
296 u_int16_t command; /* IOP_BLOCK_COMMAND_{READ,WRITE} */
297 u_int16_t sectors;
298 u_int64_t lba;
299 struct hpt_iopsg sg_list[1];