Searched refs:txd_gpa (Results 1 – 1 of 1) sorted by relevance
117 struct vmbus_gpa txd_gpa; member588 txd->txd_sgl[0].gpa_page = txd->txd_gpa.gpa_page; in hvn_encap()589 txd->txd_sgl[0].gpa_ofs = txd->txd_gpa.gpa_ofs; in hvn_encap()786 txd->txd_gpa.gpa_page = atop(pa); in hvn_tx_ring_create()787 txd->txd_gpa.gpa_ofs = pa & PAGE_MASK; in hvn_tx_ring_create()788 txd->txd_gpa.gpa_len = msgsize; in hvn_tx_ring_create()