Searched defs:netmap_mem_ops (Results 1 – 1 of 1) sorted by relevance
142 struct netmap_mem_ops { struct143 int (*nmd_get_lut)(struct netmap_mem_d *, struct netmap_lut*);144 int (*nmd_get_info)(struct netmap_mem_d *, uint64_t *size,147 vm_paddr_t (*nmd_ofstophys)(struct netmap_mem_d *, vm_ooffset_t);148 int (*nmd_config)(struct netmap_mem_d *);149 int (*nmd_finalize)(struct netmap_mem_d *);150 void (*nmd_deref)(struct netmap_mem_d *);151 ssize_t (*nmd_if_offset)(struct netmap_mem_d *, const void *vaddr);152 void (*nmd_delete)(struct netmap_mem_d *);154 struct netmap_if * (*nmd_if_new)(struct netmap_adapter *,[all …]