Symbol: netmap_slot
sys/dev/cxgbe/t4_netmap.c
1205
struct netmap_slot *slot = &ring->slot[fl_pidx];
sys/dev/cxgbe/t4_netmap.c
695
struct netmap_slot *slot;
sys/dev/cxgbe/t4_netmap.c
975
struct netmap_slot *slot;
sys/dev/ena/ena_netmap.c
110
struct netmap_slot *slot;
sys/dev/ena/ena_netmap.c
174
struct netmap_slot *slot;
sys/dev/ena/ena_netmap.c
44
struct netmap_slot *slots;
sys/dev/ena/ena_netmap.c
484
ena_netmap_packet_len(struct netmap_slot *slots, u_int slot_index,
sys/dev/ena/ena_netmap.c
487
struct netmap_slot *nm_slot;
sys/dev/ena/ena_netmap.c
500
ena_netmap_copy_data(struct netmap_adapter *na, struct netmap_slot *slots,
sys/dev/ena/ena_netmap.c
503
struct netmap_slot *nm_slot;
sys/dev/ena/ena_netmap.c
524
ena_netmap_map_single_slot(struct netmap_adapter *na, struct netmap_slot *slot,
sys/dev/ena/ena_netmap.c
553
struct netmap_slot *slot;
sys/dev/ena/ena_netmap.c
62
static inline uint16_t ena_netmap_packet_len(struct netmap_slot *, u_int,
sys/dev/ena/ena_netmap.c
64
static int ena_netmap_copy_data(struct netmap_adapter *, struct netmap_slot *,
sys/dev/ena/ena_netmap.c
67
struct netmap_slot *, bus_dma_tag_t, bus_dmamap_t, void **, uint64_t *);
sys/dev/netmap/if_ptnet.c
1380
struct netmap_slot *slot;
sys/dev/netmap/if_ptnet.c
1617
struct netmap_slot *slot = ring->slot + head;
sys/dev/netmap/if_ptnet.c
1697
struct netmap_slot *slot;
sys/dev/netmap/if_re_netmap.h
238
struct netmap_slot *slot = &ring->slot[nm_i];
sys/dev/netmap/if_re_netmap.h
291
struct netmap_slot *slot;
sys/dev/netmap/if_re_netmap.h
319
struct netmap_slot *slot = netmap_reset(na, NR_RX, 0, 0);
sys/dev/netmap/if_re_netmap.h
97
struct netmap_slot *slot = &ring->slot[nm_i];
sys/dev/netmap/if_vtnet_netmap.h
173
struct netmap_slot *slot = &ring->slot[nm_i];
sys/dev/netmap/if_vtnet_netmap.h
216
struct netmap_slot *slot;
sys/dev/netmap/if_vtnet_netmap.h
85
struct netmap_slot *slot = &ring->slot[nm_i];
sys/dev/netmap/netmap.c
1239
struct netmap_slot *slot = &kring->ring->slot[n];
sys/dev/netmap/netmap.c
1296
struct netmap_slot *rxslot = kring->ring->slot;
sys/dev/netmap/netmap.c
1311
struct netmap_slot *src, *dst, tmp;
sys/dev/netmap/netmap.c
1403
struct netmap_slot *slot = &ring->slot[nm_i];
sys/dev/netmap/netmap.c
2392
struct netmap_slot *slot = ring->slot + j;
sys/dev/netmap/netmap.c
4373
struct netmap_slot *
sys/dev/netmap/netmap_bdg.c
1118
struct netmap_slot *slot = &ring->slot[nm_i];
sys/dev/netmap/netmap_generic.c
736
struct netmap_slot *slot = &ring->slot[nm_i];
sys/dev/netmap/netmap_generic.c
956
struct netmap_slot *slot = &ring->slot[nm_i];
sys/dev/netmap/netmap_kern.h
1350
struct netmap_slot *netmap_reset(struct netmap_adapter *na,
sys/dev/netmap/netmap_kern.h
1972
NMB(struct netmap_adapter *na, struct netmap_slot *slot)
sys/dev/netmap/netmap_kern.h
1981
PNMB(struct netmap_adapter *na, struct netmap_slot *slot, uint64_t *pp)
sys/dev/netmap/netmap_kern.h
1998
struct netmap_slot *slot, uint64_t offset)
sys/dev/netmap/netmap_kern.h
2005
nm_get_offset(struct netmap_kring *kring, struct netmap_slot *slot)
sys/dev/netmap/netmap_kern.h
2014
NMB_O(struct netmap_kring *kring, struct netmap_slot *slot)
sys/dev/netmap/netmap_kern.h
2021
PNMB_O(struct netmap_kring *kring, struct netmap_slot *slot, uint64_t *pp)
sys/dev/netmap/netmap_mem2.c
1200
netmap_new_bufs(struct netmap_mem_d *nmd, struct netmap_slot *slot, u_int n)
sys/dev/netmap/netmap_mem2.c
1232
netmap_mem_set_ring(struct netmap_mem_d *nmd, struct netmap_slot *slot, u_int n, uint32_t index)
sys/dev/netmap/netmap_mem2.c
1259
netmap_free_bufs(struct netmap_mem_d *nmd, struct netmap_slot *slot, u_int n)
sys/dev/netmap/netmap_mem2.c
1792
v = sizeof(struct netmap_ring) + sizeof(struct netmap_slot) * maxd;
sys/dev/netmap/netmap_mem2.c
2015
ndesc * sizeof(struct netmap_slot);
sys/dev/netmap/netmap_monitor.c
653
struct netmap_slot *s = &ring->slot[beg];
sys/dev/netmap/netmap_monitor.c
654
struct netmap_slot *ms = &mring->slot[i];
sys/dev/netmap/netmap_monitor.c
770
struct netmap_slot *s = &ring->slot[beg];
sys/dev/netmap/netmap_monitor.c
771
struct netmap_slot *ms = &mring->slot[i];
sys/dev/netmap/netmap_offloadings.c
158
struct netmap_slot *dst_slot = NULL;
sys/dev/netmap/netmap_pipe.c
211
struct netmap_slot *rs = &rxring->slot[k];
sys/dev/netmap/netmap_pipe.c
212
struct netmap_slot *ts = &txring->slot[k];
sys/dev/netmap/netmap_pipe.c
266
struct netmap_slot *rs = &rxring->slot[k];
sys/dev/netmap/netmap_pipe.c
267
struct netmap_slot *ts = &txring->slot[k];
sys/dev/netmap/netmap_pipe.c
436
sizeof(struct netmap_slot) *
sys/dev/netmap/netmap_vale.c
507
struct netmap_slot *slot = &ring->slot[j];
sys/dev/netmap/netmap_vale.c
946
struct netmap_slot *slot;
sys/net/iflib.c
1027
struct netmap_slot *slot = &ring->slot[nm_i];
sys/net/iflib.c
1315
struct netmap_slot *slot;
sys/net/iflib.c
1340
struct netmap_slot *slot;
sys/net/iflib.c
900
struct netmap_slot *slot = &ring->slot[nm_i];
sys/net/netmap.h
325
struct netmap_slot slot[0]; /* array of slots. */
sys/net/netmap_user.h
1112
struct netmap_slot *slot;
sys/net/netmap_user.h
252
struct netmap_slot *slot;
tools/tools/netmap/bridge.c
88
struct netmap_slot *rs = &rxring->slot[j];
tools/tools/netmap/bridge.c
89
struct netmap_slot *ts = &txring->slot[k];
tools/tools/netmap/lb.c
1011
struct netmap_slot *next_slot = &rxring->slot[next_head];
tools/tools/netmap/lb.c
1014
struct netmap_slot *rs = next_slot;
tools/tools/netmap/lb.c
111
struct netmap_slot *slots;
tools/tools/netmap/lb.c
133
oq_enq(struct overflow_queue *q, const struct netmap_slot *s)
tools/tools/netmap/lb.c
146
static inline struct netmap_slot
tools/tools/netmap/lb.c
149
struct netmap_slot s = q->slots[q->head];
tools/tools/netmap/lb.c
367
struct netmap_slot s = oq_deq(q);
tools/tools/netmap/lb.c
512
forward_packet(struct group_des *g, struct netmap_slot *rs)
tools/tools/netmap/lb.c
528
struct netmap_slot *ts = &ring->slot[mf->shadow_head];
tools/tools/netmap/lb.c
529
struct netmap_slot old_slot = *ts;
tools/tools/netmap/lb.c
557
struct netmap_slot *ts = &ring->slot[scan];
tools/tools/netmap/lb.c
600
struct netmap_slot tmp = oq_deq(lp->oq);
tools/tools/netmap/lb.c
766
freeq->slots = calloc(extra_bufs, sizeof(struct netmap_slot));
tools/tools/netmap/lb.c
782
struct netmap_slot s;
tools/tools/netmap/lb.c
841
q->slots = calloc(extra_bufs, sizeof(struct netmap_slot));
tools/tools/netmap/lb.c
952
struct netmap_slot *rs = &ring->slot[last];
tools/tools/netmap/lb.c
974
struct netmap_slot *slot;
tools/tools/netmap/lb.c
989
struct netmap_slot s = oq_deq(q), tmp;
tools/tools/netmap/pkt-gen.c
1266
struct netmap_slot *slot = &ring->slot[head];
tools/tools/netmap/pkt-gen.c
1272
struct netmap_slot *slot = &ring->slot[head];
tools/tools/netmap/pkt-gen.c
1423
struct netmap_slot *slot;
tools/tools/netmap/pkt-gen.c
1625
struct netmap_slot *slot = &rxring->slot[head];
tools/tools/netmap/pkt-gen.c
1764
struct netmap_slot *slot;
tools/tools/netmap/pkt-gen.c
1906
struct netmap_slot *slot = &ring->slot[head];
tools/tools/netmap/pkt-gen.c
2149
struct netmap_slot *slot = &ring->slot[head];
tools/tools/netmap/pkt-gen.c
2238
struct netmap_slot *slot = &ring->slot[head];
tools/tools/netmap/pkt-gen.c
2347
struct netmap_slot *slot = &ring->slot[head];
usr.sbin/bhyve/net_backend_netmap.c
260
struct netmap_slot *slot = ring->slot + head;
usr.sbin/bhyve/net_backend_netmap.c
275
struct netmap_slot *slot = NULL;