Searched defs:srp_tsk_mgmt (Results 1 – 2 of 2) sorted by relevance
181 struct srp_tsk_mgmt { struct182 uint8_t opcode;183 uint8_t sol_not;184 uint8_t reserved1[6];185 uint64_t tag;186 uint8_t reserved2[4];187 uint64_t lun;188 uint8_t reserved3[2];190 uint8_t reserved4;191 uint64_t task_tag;[all …]
210 struct srp_tsk_mgmt { struct211 u8 opcode;212 u8 sol_not;213 u8 reserved1[6];214 u64 tag;215 u8 reserved2[4];217 u8 reserved3[2];218 u8 tsk_mgmt_func;219 u8 reserved4;220 u64 task_tag;[all …]