Lines Matching refs:psg
2412 struct hpt_iopsg *psg = req.sg_list; in hptiop_post_req_itl() local
2413 for (idx = 0; idx < nsegs; idx++, psg++) { in hptiop_post_req_itl()
2414 psg->pci_address = (u_int64_t)segs[idx].ds_addr; in hptiop_post_req_itl()
2415 psg->size = segs[idx].ds_len; in hptiop_post_req_itl()
2416 psg->eot = 0; in hptiop_post_req_itl()
2418 psg[-1].eot = 1; in hptiop_post_req_itl()
2452 struct hpt_iopsg *psg = req->sg_list; in hptiop_post_req_itl() local
2453 for (idx = 0; idx < nsegs; idx++, psg++) { in hptiop_post_req_itl()
2454 psg->pci_address = in hptiop_post_req_itl()
2456 psg->size = segs[idx].ds_len; in hptiop_post_req_itl()
2457 psg->eot = 0; in hptiop_post_req_itl()
2459 psg[-1].eot = 1; in hptiop_post_req_itl()
2519 struct hpt_iopsg *psg = req->sg_list; in hptiop_post_req_mv() local
2520 for (idx = 0; idx < nsegs; idx++, psg++) { in hptiop_post_req_mv()
2521 psg->pci_address = (u_int64_t)segs[idx].ds_addr; in hptiop_post_req_mv()
2522 psg->size = segs[idx].ds_len; in hptiop_post_req_mv()
2523 psg->eot = 0; in hptiop_post_req_mv()
2525 psg[-1].eot = 1; in hptiop_post_req_mv()
2573 struct hpt_iopsg *psg = req->sg_list; in hptiop_post_req_mvfrey() local
2574 for (idx = 0; idx < nsegs; idx++, psg++) { in hptiop_post_req_mvfrey()
2575 psg->pci_address = (u_int64_t)segs[idx].ds_addr | 1; in hptiop_post_req_mvfrey()
2576 psg->size = segs[idx].ds_len; in hptiop_post_req_mvfrey()
2577 psg->eot = 0; in hptiop_post_req_mvfrey()
2579 psg[-1].eot = 1; in hptiop_post_req_mvfrey()