Home
last modified time | relevance | path

Searched defs:netmap_mem_ops (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/sys/dev/netmap/
H A Dnetmap_mem2.c142 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 *);
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 *);
[all …]