| /freebsd-12.1/tools/tools/netmap/ |
| H A D | lb.c | 111 struct netmap_slot *slots; 146 static inline struct netmap_slot 149 struct netmap_slot s = q->slots[q->head]; in oq_deq() 367 struct netmap_slot s = oq_deq(q); in free_buffers() 502 struct netmap_slot old_slot = *ts; in forward_packet() 554 struct netmap_slot tmp = oq_deq(lp->oq); in forward_packet() 745 struct netmap_slot s; in main() 901 struct netmap_slot *rs = &ring->slot[last]; in main() 922 struct netmap_slot *slot; in main() 933 struct netmap_slot s = oq_deq(q), tmp; in main() [all …]
|
| H A D | bridge.c | 74 struct netmap_slot *rs = &rxring->slot[j]; in process_rings() 75 struct netmap_slot *ts = &txring->slot[k]; in process_rings()
|
| H A D | pkt-gen.c | 1164 struct netmap_slot *slot = &ring->slot[head]; in send_packets() 1170 struct netmap_slot *slot = &ring->slot[head]; in send_packets() 1317 struct netmap_slot *slot; in ping_body() 1510 struct netmap_slot *slot = &rxring->slot[head]; in pong_body() 1775 struct netmap_slot *slot = &ring->slot[head]; in receive_packets() 2017 struct netmap_slot *slot = &ring->slot[head]; in txseq_body() 2106 struct netmap_slot *slot = &ring->slot[head]; in multi_slot_to_string() 2215 struct netmap_slot *slot = &ring->slot[head]; in rxseq_body()
|
| /freebsd-12.1/sys/dev/netmap/ |
| H A D | if_re_netmap.h | 98 struct netmap_slot *slot = &ring->slot[nm_i]; in re_netmap_txsync() 240 struct netmap_slot *slot = &ring->slot[nm_i]; in re_netmap_rxsync() 293 struct netmap_slot *slot; in re_netmap_tx_init() 321 struct netmap_slot *slot = netmap_reset(na, NR_RX, 0, 0); in re_netmap_rx_init()
|
| H A D | netmap_pipe.c | 212 struct netmap_slot *rs = &rxring->slot[k]; in netmap_pipe_txsync() 213 struct netmap_slot *ts = &txring->slot[k]; in netmap_pipe_txsync() 263 struct netmap_slot *rs = &rxring->slot[k]; in netmap_pipe_rxsync() 264 struct netmap_slot *ts = &txring->slot[k]; in netmap_pipe_rxsync() 439 sizeof(struct netmap_slot) * in netmap_pipe_reg_both()
|
| H A D | netmap_monitor.c | 649 struct netmap_slot *s = &ring->slot[beg]; in netmap_zmon_parent_sync() 650 struct netmap_slot *ms = &mring->slot[i]; in netmap_zmon_parent_sync() 766 struct netmap_slot *s = &ring->slot[beg]; in netmap_monitor_parent_sync() 767 struct netmap_slot *ms = &mring->slot[i]; in netmap_monitor_parent_sync()
|
| H A D | if_vtnet_netmap.h | 176 struct netmap_slot *slot = &ring->slot[nm_i]; in vtnet_netmap_txsync() 254 struct netmap_slot *slot = &ring->slot[nm_i]; in vtnet_netmap_kring_refill()
|
| H A D | netmap_generic.c | 688 struct netmap_slot *slot = &ring->slot[nm_i]; in generic_netmap_txsync() 900 struct netmap_slot *slot = &ring->slot[nm_i]; in generic_netmap_rxsync()
|
| H A D | netmap_offloadings.c | 159 struct netmap_slot *dst_slot = NULL; in bdg_mismatch_datapath()
|
| H A D | netmap_mem2.c | 1182 netmap_new_bufs(struct netmap_mem_d *nmd, struct netmap_slot *slot, u_int n) in netmap_new_bufs() 1214 netmap_mem_set_ring(struct netmap_mem_d *nmd, struct netmap_slot *slot, u_int n, uint32_t index) in netmap_mem_set_ring() 1241 netmap_free_bufs(struct netmap_mem_d *nmd, struct netmap_slot *slot, u_int n) in netmap_free_bufs() 1736 v = sizeof(struct netmap_ring) + sizeof(struct netmap_slot) * maxd; in netmap_mem_private_new() 1916 ndesc * sizeof(struct netmap_slot); in netmap_mem2_rings_create()
|
| H A D | netmap_kern.h | 1304 struct netmap_slot *netmap_reset(struct netmap_adapter *na, 1884 NMB(struct netmap_adapter *na, struct netmap_slot *slot) in NMB() 1893 PNMB(struct netmap_adapter *na, struct netmap_slot *slot, uint64_t *pp) in PNMB()
|
| H A D | netmap.c | 1183 struct netmap_slot *slot = &kring->ring->slot[n]; in netmap_grab_packets() 1240 struct netmap_slot *rxslot = kring->ring->slot; in netmap_sw_to_nic() 1255 struct netmap_slot *src, *dst, tmp; in netmap_sw_to_nic() 1347 struct netmap_slot *slot = &ring->slot[nm_i]; in netmap_rxsync_from_host() 4064 struct netmap_slot *
|
| H A D | if_ptnet.c | 1692 struct netmap_slot *slot; in ptnet_drain_transmit_queue() 1929 struct netmap_slot *slot = ring->slot + head; in ptnet_rx_discard() 2009 struct netmap_slot *slot; in ptnet_rx_eof()
|
| H A D | netmap_vale.c | 640 struct netmap_slot *slot = &ring->slot[j]; in nm_vale_preflush() 1081 struct netmap_slot *slot; in nm_vale_flush()
|
| H A D | netmap_bdg.c | 973 struct netmap_slot *slot = &ring->slot[nm_i]; in netmap_vp_rxsync_locked()
|
| /freebsd-12.1/sys/net/ |
| H A D | netmap.h | 163 struct netmap_slot { struct 308 struct netmap_slot slot[0]; /* array of slots. */
|
| H A D | netmap_user.h | 238 struct netmap_slot *slot; 1098 struct netmap_slot *slot; in nm_dispatch()
|
| H A D | iflib.c | 841 struct netmap_slot *slot = &ring->slot[nm_i]; in netmap_fl_refill() 963 struct netmap_slot *slot = &ring->slot[nm_i]; in iflib_netmap_txsync() 1189 struct netmap_slot *slot; in iflib_netmap_txq_init() 1214 struct netmap_slot *slot; in iflib_netmap_rxq_init()
|
| /freebsd-12.1/sys/dev/cxgbe/ |
| H A D | t4_netmap.c | 341 struct netmap_slot *slot; in cxgbe_netmap_on() 657 struct netmap_slot *slot; in cxgbe_nm_tx() 897 struct netmap_slot *slot = &ring->slot[fl_pidx]; in cxgbe_netmap_rxsync()
|
| /freebsd-12.1/usr.sbin/bhyve/ |
| H A D | net_backends.c | 511 struct netmap_slot *slot = NULL; in netmap_recv()
|