Home
last modified time | relevance | path

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

/freebsd/sys/dev/netmap/
H A Dnetmap_mem2.c140 struct netmap_mem_ops { struct
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 *);
148 void (*nmd_deref)(struct netmap_mem_d *, struct netmap_adapter *);
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 *,
156 int (*nmd_rings_create)(struct netmap_mem_d *,
[all …]