Searched refs:netmap_slot (Results 1 - 22 of 22) sorted by relevance

/freebsd-10.1-release/sys/net/
H A Dnetmap.h143 * struct netmap_slot is a buffer descriptor
145 struct netmap_slot { struct
278 struct netmap_slot slot[0]; /* array of slots. */
/freebsd-10.1-release/sys/dev/netmap/
H A Dif_re_netmap.h96 struct netmap_slot *slot = &ring->slot[nm_i];
241 struct netmap_slot *slot = &ring->slot[nm_i];
297 struct netmap_slot *slot;
325 struct netmap_slot *slot = netmap_reset(na, NR_RX, 0, 0);
H A Dif_vtnet_netmap.h139 struct netmap_slot *slot = &ring->slot[nm_i];
244 struct netmap_slot *slot = &ring->slot[nm_i];
368 struct netmap_slot* slot;
H A Dif_em_netmap.h144 struct netmap_slot *slot = &ring->slot[nm_i];
272 struct netmap_slot *slot = &ring->slot[nm_i];
H A Dif_igb_netmap.h115 struct netmap_slot *slot = &ring->slot[nm_i];
252 struct netmap_slot *slot = &ring->slot[nm_i];
H A Dixgbe_netmap.h223 struct netmap_slot *slot = &ring->slot[nm_i];
426 struct netmap_slot *slot = &ring->slot[nm_i];
H A Dnetmap_pipe.c216 struct netmap_slot *rs = &rxkring->save_ring->slot[j];
217 struct netmap_slot *ts = &txkring->ring->slot[k];
218 struct netmap_slot tmp;
H A Dnetmap_mem2.c673 netmap_new_bufs(struct netmap_mem_d *nmd, struct netmap_slot *slot, u_int n)
704 netmap_mem_set_ring(struct netmap_mem_d *nmd, struct netmap_slot *slot, u_int n, uint32_t index)
731 netmap_free_bufs(struct netmap_mem_d *nmd, struct netmap_slot *slot, u_int n)
1155 v = sizeof(struct netmap_ring) + sizeof(struct netmap_slot) * maxd;
1345 ndesc * sizeof(struct netmap_slot);
1388 ndesc * sizeof(struct netmap_slot);
H A Dif_lem_netmap.h131 struct netmap_slot *slot = &ring->slot[nm_i];
426 struct netmap_slot *slot = &ring->slot[nm_i];
H A Dnetmap_monitor.c164 struct netmap_slot *s = &ring->slot[beg];
165 struct netmap_slot *ms = &mring->slot[i];
H A Dnetmap_generic.c572 struct netmap_slot *slot = &ring->slot[nm_i];
770 struct netmap_slot *slot = &ring->slot[nm_i];
H A Dnetmap_offloadings.c138 struct netmap_slot *slot = NULL;
H A Dnetmap_kern.h848 struct netmap_slot *netmap_reset(struct netmap_adapter *na,
1397 NMB(struct netmap_adapter *na, struct netmap_slot *slot)
1406 PNMB(struct netmap_adapter *na, struct netmap_slot *slot, uint64_t *pp)
H A Dnetmap.c1140 struct netmap_slot *slot = &kring->ring->slot[n];
1168 struct netmap_slot *rxslot = kring->ring->slot;
1183 struct netmap_slot *src, *dst, tmp;
1284 struct netmap_slot *slot = &ring->slot[nm_i];
2872 struct netmap_slot *
H A Dnetmap_vale.c1062 struct netmap_slot *slot = &ring->slot[j];
1506 struct netmap_slot *slot;
1707 struct netmap_slot *slot = &ring->slot[nm_i];
/freebsd-10.1-release/tools/tools/netmap/
H A Dbridge.c74 struct netmap_slot *rs = &rxring->slot[j];
75 struct netmap_slot *ts = &txring->slot[k];
H A Dpkt-gen.c716 struct netmap_slot *slot = &ring->slot[cur];
726 struct netmap_slot *slot = &ring->slot[cur];
796 struct netmap_slot *slot;
913 struct netmap_slot *slot = &rxring->slot[cur];
1192 struct netmap_slot *slot = &ring->slot[cur];
/freebsd-10.1-release/sys/dev/cxgbe/
H A Dt4_netmap.c422 struct netmap_slot *slot;
647 struct netmap_slot *slot;
875 struct netmap_slot *slot = &ring->slot[fl_pidx];
/freebsd-10.1-release/sys/dev/e1000/
H A Dif_lem.c2794 struct netmap_slot *slot = netmap_reset(na, NR_TX, 0, 0);
3374 struct netmap_slot *slot = netmap_reset(na, NR_RX, 0, 0);
H A Dif_em.c3361 struct netmap_slot *slot;
4098 struct netmap_slot *slot;
H A Dif_igb.c3506 struct netmap_slot *slot;
4301 struct netmap_slot *slot;
/freebsd-10.1-release/sys/dev/ixgbe/
H A Dixgbe.c3041 struct netmap_slot *slot;
3988 struct netmap_slot *slot;

Completed in 230 milliseconds