Lines Matching refs:netmap_mem_d
122 extern struct netmap_mem_d nm_mem;
125 int netmap_mem_get_lut(struct netmap_mem_d *, struct netmap_lut *);
126 nm_memid_t netmap_mem_get_id(struct netmap_mem_d *);
127 vm_paddr_t netmap_mem_ofstophys(struct netmap_mem_d *, vm_ooffset_t);
129 PMDL win32_build_user_vm_map(struct netmap_mem_d* nmd);
131 int netmap_mem_finalize(struct netmap_mem_d *, struct netmap_adapter *);
138 int netmap_mem_deref(struct netmap_mem_d *, struct netmap_adapter *);
139 int netmap_mem2_get_pool_info(struct netmap_mem_d *, u_int, u_int *, u_int *);
140 int netmap_mem_get_info(struct netmap_mem_d *, uint64_t *size,
142 ssize_t netmap_mem_if_offset(struct netmap_mem_d *, const void *vaddr);
143 struct netmap_mem_d* netmap_mem_private_new( u_int txr, u_int txd, u_int rxr, u_int rxd,
148 struct netmap_mem_d* __netmap_mem_get(struct netmap_mem_d *, const char *, int);
149 struct netmap_mem_d* netmap_mem_get_allocator(struct netmap_adapter *);
150 void __netmap_mem_put(struct netmap_mem_d *, const char *, int);
151 struct netmap_mem_d* netmap_mem_find(nm_memid_t);
152 unsigned netmap_mem_bufsize(struct netmap_mem_d *nmd);
155 struct netmap_mem_d* netmap_mem_ext_create(uint64_t, struct nmreq_pools_info *, int *);
162 struct netmap_mem_d* netmap_mem_pt_guest_new(if_t,
166 struct netmap_mem_d* netmap_mem_pt_guest_attach(struct ptnetmap_memdev *, uint16_t);
167 int netmap_mem_pt_guest_ifp_del(struct netmap_mem_d *, if_t);
171 struct netmap_mem_d *);