Lines Matching defs:netmap_mem_ops
142 struct netmap_mem_ops { struct
143 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 *,
156 void (*nmd_if_delete)(struct netmap_adapter *, struct netmap_if *);
180 struct netmap_mem_ops *ops; argument