Lines Matching refs:psg
2420 struct hpt_iopsg *psg = req.sg_list; in hptiop_post_req_itl() local
2421 for (idx = 0; idx < nsegs; idx++, psg++) { in hptiop_post_req_itl()
2422 psg->pci_address = (u_int64_t)segs[idx].ds_addr; in hptiop_post_req_itl()
2423 psg->size = segs[idx].ds_len; in hptiop_post_req_itl()
2424 psg->eot = 0; in hptiop_post_req_itl()
2426 psg[-1].eot = 1; in hptiop_post_req_itl()
2460 struct hpt_iopsg *psg = req->sg_list; in hptiop_post_req_itl() local
2461 for (idx = 0; idx < nsegs; idx++, psg++) { in hptiop_post_req_itl()
2462 psg->pci_address = in hptiop_post_req_itl()
2464 psg->size = segs[idx].ds_len; in hptiop_post_req_itl()
2465 psg->eot = 0; in hptiop_post_req_itl()
2467 psg[-1].eot = 1; in hptiop_post_req_itl()
2527 struct hpt_iopsg *psg = req->sg_list; in hptiop_post_req_mv() local
2528 for (idx = 0; idx < nsegs; idx++, psg++) { in hptiop_post_req_mv()
2529 psg->pci_address = (u_int64_t)segs[idx].ds_addr; in hptiop_post_req_mv()
2530 psg->size = segs[idx].ds_len; in hptiop_post_req_mv()
2531 psg->eot = 0; in hptiop_post_req_mv()
2533 psg[-1].eot = 1; in hptiop_post_req_mv()
2581 struct hpt_iopsg *psg = req->sg_list; in hptiop_post_req_mvfrey() local
2582 for (idx = 0; idx < nsegs; idx++, psg++) { in hptiop_post_req_mvfrey()
2583 psg->pci_address = (u_int64_t)segs[idx].ds_addr | 1; in hptiop_post_req_mvfrey()
2584 psg->size = segs[idx].ds_len; in hptiop_post_req_mvfrey()
2585 psg->eot = 0; in hptiop_post_req_mvfrey()
2587 psg[-1].eot = 1; in hptiop_post_req_mvfrey()