Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dhptiop.h199 struct hpt_iopsg { struct
214 struct hpt_iopsg sg_list[1]; argument
231 struct hpt_iopsg sg_list[1];
H A Dhptiop.c847 static int hptiop_buildsgl(struct scsi_cmnd *scp, struct hpt_iopsg *psg) in hptiop_buildsgl()
1054 - sizeof(struct hpt_iopsg) in hptiop_queuecommand_lck()
1055 + sg_count * sizeof(struct hpt_iopsg)); in hptiop_queuecommand_lck()
1403 + sizeof(struct hpt_iopsg) * (hba->max_sg_descriptors - 1); in hptiop_probe()