Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dhptiop.h207 struct hpt_iopsg { struct
222 struct hpt_iopsg sg_list[1]; argument
239 struct hpt_iopsg sg_list[1];
Dhptiop.c855 static int hptiop_buildsgl(struct scsi_cmnd *scp, struct hpt_iopsg *psg) in hptiop_buildsgl()
1062 - sizeof(struct hpt_iopsg) in hptiop_queuecommand_lck()
1063 + sg_count * sizeof(struct hpt_iopsg)); in hptiop_queuecommand_lck()
1411 + sizeof(struct hpt_iopsg) * (hba->max_sg_descriptors - 1); in hptiop_probe()