Lines Matching refs:ptif
2514 struct mem_pt_if *ptif = nm_os_malloc(sizeof(*ptif)); in netmap_mem_pt_guest_ifp_add() local
2516 if (!ptif) { in netmap_mem_pt_guest_ifp_add()
2522 ptif->ifp = ifp; in netmap_mem_pt_guest_ifp_add()
2523 ptif->nifp_offset = nifp_offset; in netmap_mem_pt_guest_ifp_add()
2526 ptif->next = ptnmd->pt_ifs; in netmap_mem_pt_guest_ifp_add()
2528 ptnmd->pt_ifs = ptif; in netmap_mem_pt_guest_ifp_add()
2533 if_name(ptif->ifp), ptif->nifp_offset); in netmap_mem_pt_guest_ifp_add()
2759 struct mem_pt_if *ptif; in netmap_mem_pt_guest_if_new() local
2762 ptif = netmap_mem_pt_guest_ifp_lookup(nmd, na->ifp); in netmap_mem_pt_guest_if_new()
2763 if (ptif == NULL) { in netmap_mem_pt_guest_if_new()
2769 ptif->nifp_offset); in netmap_mem_pt_guest_if_new()
2778 struct mem_pt_if *ptif; in netmap_mem_pt_guest_if_delete() local
2780 ptif = netmap_mem_pt_guest_ifp_lookup(nmd, na->ifp); in netmap_mem_pt_guest_if_delete()
2781 if (ptif == NULL) { in netmap_mem_pt_guest_if_delete()
2791 struct mem_pt_if *ptif; in netmap_mem_pt_guest_rings_create() local
2795 ptif = netmap_mem_pt_guest_ifp_lookup(nmd, na->ifp); in netmap_mem_pt_guest_rings_create()
2796 if (ptif == NULL) { in netmap_mem_pt_guest_rings_create()
2803 nifp = (struct netmap_if *)((char *)ptnmd->nm_addr + ptif->nifp_offset); in netmap_mem_pt_guest_rings_create()