Searched refs:netmap_mem_d (Results 1 – 11 of 11) sorted by relevance
| /src/sys/dev/netmap/ |
| H A D | netmap_mem2.h | 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); [all …]
|
| H A D | netmap_mem2.c | 141 int (*nmd_get_lut)(struct netmap_mem_d *, struct netmap_lut*); 142 int (*nmd_get_info)(struct netmap_mem_d *, uint64_t *size, 145 vm_paddr_t (*nmd_ofstophys)(struct netmap_mem_d *, vm_ooffset_t); 146 int (*nmd_config)(struct netmap_mem_d *); 147 int (*nmd_finalize)(struct netmap_mem_d *, struct netmap_adapter *); 148 void (*nmd_deref)(struct netmap_mem_d *, struct netmap_adapter *); 149 ssize_t (*nmd_if_offset)(struct netmap_mem_d *, const void *vaddr); 150 void (*nmd_delete)(struct netmap_mem_d *); 152 struct netmap_if * (*nmd_if_new)(struct netmap_mem_d *, 154 void (*nmd_if_delete)(struct netmap_mem_d *, [all …]
|
| H A D | netmap_bdg.h | 60 if_t ifp, struct netmap_mem_d *nmd, 172 struct netmap_mem_d *nmd, int create, struct netmap_bdg_ops *ops);
|
| H A D | netmap_kern.h | 903 struct netmap_mem_d *nm_mem; 904 struct netmap_mem_d *nm_mem_prev; 1535 if_t *ifp, struct netmap_mem_d *nmd, int create); 1538 struct netmap_mem_d *nmd, struct netmap_adapter **na); 1547 struct netmap_mem_d *nmd, int create); 1566 struct netmap_mem_d *nmd, int create); 1577 struct netmap_mem_d *nmd, int create); 1586 struct netmap_mem_d *nmd, int create);
|
| H A D | netmap_null.c | 113 struct netmap_mem_d *nmd, int create) in netmap_get_null_na()
|
| H A D | netmap_vale.c | 128 struct netmap_mem_d *nmd, struct netmap_vp_adapter **); 1141 struct netmap_mem_d *nmd, struct netmap_vp_adapter **ret) in netmap_vale_vp_create() 1313 struct netmap_mem_d *nmd, int create) in netmap_get_vale_na() 1422 struct netmap_mem_d *nmd = NULL; in netmap_vi_create()
|
| H A D | netmap_bdg.c | 387 struct netmap_mem_d *nmd, int create, struct netmap_bdg_ops *ops) in netmap_get_bdg_na() 550 struct netmap_mem_d *nmd = NULL; in netmap_bdg_attach()
|
| H A D | netmap_pipe.c | 654 struct netmap_mem_d *nmd, int create) in netmap_get_pipe_na()
|
| H A D | netmap_monitor.c | 903 struct netmap_mem_d *nmd, int create) in netmap_get_monitor_na()
|
| H A D | netmap.c | 1467 netmap_get_hw_na(if_t ifp, struct netmap_mem_d *nmd, struct netmap_adapter **na) in netmap_get_hw_na() 1558 struct netmap_mem_d *nmd, int create) in netmap_get_na() 2745 struct netmap_mem_d *nmd = NULL; in netmap_ioctl()
|
| H A D | netmap_freebsd.c | 775 struct netmap_mem_d *nm_mem;
|