Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dstex.c303 struct req_msg * (*alloc_rq) (struct st_hba *); member
333 struct req_msg * (*alloc_rq) (struct st_hba *); member
655 req = hba->alloc_rq(hba); in stex_queuecommand_lck()
1415 .alloc_rq = stex_alloc_req,
1428 .alloc_rq = stex_alloc_req,
1441 .alloc_rq = stex_alloc_req,
1454 .alloc_rq = stex_alloc_req,
1467 .alloc_rq = stex_ss_alloc_req,
1619 hba->alloc_rq = ci->alloc_rq; in stex_probe()
1712 req = hba->alloc_rq(hba); in stex_hba_stop()