Searched refs:hn_gpa (Results 1 – 2 of 2) sorted by relevance
167 struct vmbus_gpa hn_gpa[HN_GPACNT_MAX]; member
676 &txd->send_ctx, txr->hn_gpa, txr->hn_gpa_cnt)); in hn_txpkt_sglist()3221 txr->hn_gpa[0].gpa_page = atop(txd->rndis_pkt_paddr); in hn_encap()3222 txr->hn_gpa[0].gpa_ofs = txd->rndis_pkt_paddr & PAGE_MASK; in hn_encap()3223 txr->hn_gpa[0].gpa_len = pkt_hlen; in hn_encap()3230 struct vmbus_gpa *gpa = &txr->hn_gpa[i + 1]; in hn_encap()