Home
last modified time | relevance | path

Searched refs:osd_cdb_head (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/scsi/
Dosd_protocol.h150 struct osd_cdb_head { struct
238 struct osd_cdb_head h;
244 struct osd_cdb_head h;
257 static inline struct osd_cdb_head *osd_cdb_head(struct osd_cdb *ocdb) in osd_cdb_head() function
259 return (struct osd_cdb_head *)ocdb->buff; in osd_cdb_head()
Dosd_sense.h251 #define OSD_CDB_OFFSET(F) offsetof(struct osd_cdb_head, F)
258 OSD_CFO_PERMISSIONS = sizeof(struct osd_cdb_head) +
/linux-4.4.14/drivers/scsi/osd/
Dosd_initiator.c349 struct osd_cdb_head *cdbh = osd_cdb_head(&or->cdb); in _osd_req_encode_olist()
665 struct osd_cdb_head *ocdb = osd_cdb_head(&or->cdb); in _osd_req_encode_flush()
946 struct osd_cdb_head *cdbh = osd_cdb_head(&or->cdb); in _osd_req_finalize_cdb_cont()
1207 struct osd_cdb_head *cdbh = osd_cdb_head(&or->cdb); in _osd_req_finalize_set_attr_list()
1306 struct osd_cdb_head *cdbh = osd_cdb_head(&or->cdb); in _osd_req_finalize_get_attr_list()
1427 struct osd_cdb_head *cdbh = osd_cdb_head(&or->cdb); in osd_req_add_get_attr_page()
1457 struct osd_cdb_head *cdbh = osd_cdb_head(&or->cdb); in _osd_req_finalize_attr_page()
1627 struct osd_cdb_head *cdbh = osd_cdb_head(&or->cdb); in osd_finalize_request()