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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dhptiop.h343 struct hpt_iopsg struct
360 struct hpt_iopsg sg_list[1];
378 struct hpt_iopsg sg_list[1];
H A Dhptiop.c447 static int hptiop_buildsgl(struct scsi_cmnd *scp, struct hpt_iopsg *psg)
549 - sizeof(struct hpt_iopsg)
550 + sg_count * sizeof(struct hpt_iopsg));
784 + sizeof(struct hpt_iopsg) * (hba->max_sg_descriptors - 1);

Completed in 66 milliseconds