Searched defs:or (Results 1 - 2 of 2) sorted by relevance

/include/scsi/
H A Dosd_initiator.h10 * This program is free software; you can redistribute it and/or modify
126 typedef void (osd_req_done_fn)(struct osd_request *or, void *private);
164 static inline bool osd_req_is_ver1(struct osd_request *or) argument
166 return osd_dev_is_ver1(or->osd_dev);
179 * Optionally add attributes to the CDB, list or page mode.
224 * @or: osd_request to prepare
225 * @options: combination of osd_req_options bit flags or 0.
235 int osd_finalize_request(struct osd_request *or,
241 * @or: osd_request to Executed
245 int osd_execute_request(struct osd_request *or);
326 osd_req_decode_sense(struct osd_request *or, struct osd_sense_info *osi) argument
[all...]
H A Dosd_ore.h9 * ORE is free software; you can redistribute it and/or modify
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
156 struct osd_request *or; member in struct:ore_io_state::ore_per_dev_state

Completed in 82 milliseconds