Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dstex.c304 struct req_msg * (*alloc_rq) (struct st_hba *); member
334 struct req_msg * (*alloc_rq) (struct st_hba *); member
648 req = hba->alloc_rq(hba); in stex_queuecommand_lck()
1407 .alloc_rq = stex_alloc_req,
1420 .alloc_rq = stex_alloc_req,
1433 .alloc_rq = stex_alloc_req,
1446 .alloc_rq = stex_alloc_req,
1459 .alloc_rq = stex_ss_alloc_req,
1611 hba->alloc_rq = ci->alloc_rq; in stex_probe()
1697 req = hba->alloc_rq(hba); in stex_hba_stop()