Searched defs:hpt_iop_request_block_command (Results 1 – 1 of 1) sorted by relevance
205 struct hpt_iop_request_block_command { struct206 struct hpt_iop_request_header header;207 u8 channel;208 u8 target;209 u8 lun;210 u8 pad1;211 __le16 command; /* IOP_BLOCK_COMMAND_{READ,WRITE} */212 __le16 sectors;213 __le64 lba;214 struct hpt_iopsg sg_list[1];