Home
last modified time | relevance | path

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

/freebsd/sys/dev/hptiop/
H A Dhptiop.h279 struct hpt_iopsg { struct
299 struct hpt_iopsg sg_list[1]; argument
310 struct hpt_iopsg sg_list[1];
H A Dhptiop.c2412 struct hpt_iopsg *psg = req.sg_list; in hptiop_post_req_itl()
2425 + nsegs*sizeof(struct hpt_iopsg); in hptiop_post_req_itl()
2452 struct hpt_iopsg *psg = req->sg_list; in hptiop_post_req_itl()
2472 + nsegs*sizeof(struct hpt_iopsg); in hptiop_post_req_itl()
2519 struct hpt_iopsg *psg = req->sg_list; in hptiop_post_req_mv()
2540 - sizeof(struct hpt_iopsg) in hptiop_post_req_mv()
2541 + nsegs * sizeof(struct hpt_iopsg); in hptiop_post_req_mv()
2573 struct hpt_iopsg *psg = req->sg_list; in hptiop_post_req_mvfrey()
2594 - sizeof(struct hpt_iopsg) in hptiop_post_req_mvfrey()
2595 + nsegs * sizeof(struct hpt_iopsg); in hptiop_post_req_mvfrey()