Home
last modified time | relevance | path

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

/openbmc/qemu/hw/scsi/
H A Dsrp.h169 struct srp_t_logout { struct
170 uint8_t opcode;
171 uint8_t sol_not;
172 uint8_t reserved[2];
173 uint32_t reason;
174 uint64_t tag;
/openbmc/linux/include/scsi/
H A Dsrp.h202 struct srp_t_logout { struct
203 u8 opcode;
204 u8 sol_not;
205 u8 reserved[2];
206 __be32 reason;
207 u64 tag;