Home
last modified time | relevance | path

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

/NextBSD/sys/dev/hptiop/
HDhptiop.h279 struct hpt_iopsg { struct
299 struct hpt_iopsg sg_list[1]; argument
310 struct hpt_iopsg sg_list[1];
HDhptiop.c2420 struct hpt_iopsg *psg = req.sg_list; in hptiop_post_req_itl()
2433 + nsegs*sizeof(struct hpt_iopsg); in hptiop_post_req_itl()
2460 struct hpt_iopsg *psg = req->sg_list; in hptiop_post_req_itl()
2480 + nsegs*sizeof(struct hpt_iopsg); in hptiop_post_req_itl()
2527 struct hpt_iopsg *psg = req->sg_list; in hptiop_post_req_mv()
2548 - sizeof(struct hpt_iopsg) in hptiop_post_req_mv()
2549 + nsegs * sizeof(struct hpt_iopsg); in hptiop_post_req_mv()
2581 struct hpt_iopsg *psg = req->sg_list; in hptiop_post_req_mvfrey()
2602 - sizeof(struct hpt_iopsg) in hptiop_post_req_mvfrey()
2603 + nsegs * sizeof(struct hpt_iopsg); in hptiop_post_req_mvfrey()