sglist_append_phys
error = sglist_append_phys(sg, hpa, len);
sglist_append_phys(sg,
if (sglist_append_phys(txq->gl, zero_buffer_pa,
err |= sglist_append_phys(sg, paddr + offset, len);
err |= sglist_append_phys(&sg, paddr + offset,
error = sglist_append_phys(spa_sg, dev->spa_phys_base,
error = sglist_append_phys(sg, pbase, plen);
sglist_append_phys(sg,
error = sglist_append_phys(sg, seg->ds_addr + start, seglen);
(void)sglist_append_phys(sg, req->ctx.paddr, 1);
sglist_append_phys(sg, req->vbr_hdr_paddr,
error = sglist_append_phys(sg,
sglist_append_phys(sg, req->vbr_ack_paddr, sizeof(uint8_t));
error = sglist_append_phys(sg,
error = sglist_append_phys(sg,
error = sglist_append_phys(sg, paddr, seglen);
int sglist_append_phys(struct sglist *sg, vm_paddr_t paddr,