Searched defs:aac_hba_tm_req (Results 1 – 1 of 1) sorted by relevance
237 struct aac_hba_tm_req { struct238 u8 iu_type; /* HBA information unit type */239 u8 reply_qid; /* Host reply queue to post response to */240 u8 tmf; /* Task management function */241 u8 reserved1;243 __le32 it_nexus; /* Device handle for the command */245 u8 lun[8]; /* SCSI LUN */248 __le32 request_id; /* Sender context */249 __le32 reserved2;252 __le32 managed_request_id; /* Sender context being managed */[all …]