Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dstex.c314 struct st_hba { struct
323 struct req_msg * (*alloc_rq) (struct st_hba *); argument
324 int (*map_sg)(struct st_hba *, struct req_msg *, struct st_ccb *); argument
325 void (*send) (struct st_hba *, struct req_msg *, u16); argument
355 struct req_msg * (*alloc_rq) (struct st_hba *); argument
356 int (*map_sg)(struct st_hba *, struct req_msg *, struct st_ccb *);
357 void (*send) (struct st_hba *, struct req_msg *, u16);
393 static struct status_msg *stex_get_status(struct st_hba *hba) in stex_get_status()
414 static struct req_msg *stex_alloc_req(struct st_hba *hba) in stex_alloc_req()
424 static struct req_msg *stex_ss_alloc_req(struct st_hba *hba) in stex_ss_alloc_req()
[all …]