Searched defs:netmap_mem_ops (Results 1 – 1 of 1) sorted by relevance
140 struct netmap_mem_ops { struct141 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 *,[all …]