| /freebsd-13.1/tools/tools/netmap/ |
| H A D | lb.c | 112 struct netmap_slot *slots; 147 static inline struct netmap_slot 150 struct netmap_slot s = q->slots[q->head]; in oq_deq() 368 struct netmap_slot s = oq_deq(q); in free_buffers() 529 struct netmap_slot old_slot = *ts; in forward_packet() 557 struct netmap_slot *ts = &ring->slot[scan]; in forward_packet() 600 struct netmap_slot tmp = oq_deq(lp->oq); in forward_packet() 783 struct netmap_slot s; in main() 976 struct netmap_slot *slot; in main() 991 struct netmap_slot s = oq_deq(q), tmp; in main() [all …]
|
| H A D | bridge.c | 90 struct netmap_slot *rs = &rxring->slot[j]; in rings_move() 91 struct netmap_slot *ts = &txring->slot[k]; in rings_move()
|
| H A D | pkt-gen.c | 1183 struct netmap_slot *slot = &ring->slot[head]; in send_packets() 1189 struct netmap_slot *slot = &ring->slot[head]; in send_packets() 1336 struct netmap_slot *slot; in ping_body() 1529 struct netmap_slot *slot = &rxring->slot[head]; in pong_body() 1794 struct netmap_slot *slot = &ring->slot[head]; in receive_packets() 2036 struct netmap_slot *slot = &ring->slot[head]; in txseq_body() 2125 struct netmap_slot *slot = &ring->slot[head]; in multi_slot_to_string() 2234 struct netmap_slot *slot = &ring->slot[head]; in rxseq_body()
|
| /freebsd-13.1/sys/dev/ena/ |
| H A D | ena_netmap.c | 46 struct netmap_slot *slots; 64 static inline uint16_t ena_netmap_packet_len(struct netmap_slot *, u_int, 67 struct netmap_slot *, u_int, uint16_t, uint16_t, void *); 69 struct netmap_slot *, bus_dma_tag_t, bus_dmamap_t, void **, uint64_t *); 115 struct netmap_slot *slot; in ena_netmap_alloc_rx_slot() 177 struct netmap_slot *slot; in ena_netmap_free_rx_slot() 490 ena_netmap_packet_len(struct netmap_slot *slots, u_int slot_index, in ena_netmap_packet_len() 493 struct netmap_slot *nm_slot; in ena_netmap_packet_len() 506 ena_netmap_copy_data(struct netmap_adapter *na, struct netmap_slot *slots, in ena_netmap_copy_data() 509 struct netmap_slot *nm_slot; in ena_netmap_copy_data() [all …]
|
| /freebsd-13.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 | if_vtnet_netmap.h | 86 struct netmap_slot *slot = &ring->slot[nm_i]; in vtnet_netmap_txsync() 173 struct netmap_slot *slot = &ring->slot[nm_i]; in vtnet_netmap_kring_refill() 214 struct netmap_slot *slot; in vtnet_netmap_rxq_populate()
|
| 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 | 652 struct netmap_slot *s = &ring->slot[beg]; in netmap_zmon_parent_sync() 653 struct netmap_slot *ms = &mring->slot[i]; in netmap_zmon_parent_sync() 770 struct netmap_slot *s = &ring->slot[beg]; in netmap_monitor_parent_sync() 771 struct netmap_slot *ms = &mring->slot[i]; in netmap_monitor_parent_sync()
|
| H A D | netmap_generic.c | 693 struct netmap_slot *slot = &ring->slot[nm_i]; in generic_netmap_txsync() 909 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() 1737 v = sizeof(struct netmap_ring) + sizeof(struct netmap_slot) * maxd; in netmap_mem_private_new() 1917 ndesc * sizeof(struct netmap_slot); in netmap_mem2_rings_create()
|
| H A D | netmap_kern.h | 1303 struct netmap_slot *netmap_reset(struct netmap_adapter *na, 1898 NMB(struct netmap_adapter *na, struct netmap_slot *slot) in NMB() 1907 PNMB(struct netmap_adapter *na, struct netmap_slot *slot, uint64_t *pp) in PNMB()
|
| H A D | netmap.c | 1197 struct netmap_slot *slot = &kring->ring->slot[n]; in netmap_grab_packets() 1254 struct netmap_slot *rxslot = kring->ring->slot; in netmap_sw_to_nic() 1269 struct netmap_slot *src, *dst, tmp; in netmap_sw_to_nic() 1361 struct netmap_slot *slot = &ring->slot[nm_i]; in netmap_rxsync_from_host() 4085 struct netmap_slot *
|
| H A D | if_ptnet.c | 1400 struct netmap_slot *slot; in ptnet_drain_transmit_queue() 1637 struct netmap_slot *slot = ring->slot + head; in ptnet_rx_discard() 1717 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-13.1/sys/net/ |
| H A D | netmap.h | 163 struct netmap_slot { struct 312 struct netmap_slot slot[0]; /* array of slots. */
|
| H A D | netmap_user.h | 236 struct netmap_slot *slot; 1090 struct netmap_slot *slot; in nm_dispatch()
|
| H A D | iflib.c | 919 struct netmap_slot *slot = &ring->slot[nm_i]; in netmap_fl_refill() 1044 struct netmap_slot *slot = &ring->slot[nm_i]; in iflib_netmap_txsync() 1331 struct netmap_slot *slot; in iflib_netmap_txq_init() 1356 struct netmap_slot *slot; in iflib_netmap_rxq_init()
|
| /freebsd-13.1/usr.sbin/bhyve/ |
| H A D | net_backends.c | 821 struct netmap_slot *slot = ring->slot + head; in netmap_peek_recvlen() 836 struct netmap_slot *slot = NULL; in netmap_recv()
|
| /freebsd-13.1/sys/dev/cxgbe/ |
| H A D | t4_netmap.c | 708 struct netmap_slot *slot; in cxgbe_netmap_on() 988 struct netmap_slot *slot; in cxgbe_nm_tx() 1219 struct netmap_slot *slot = &ring->slot[fl_pidx]; in cxgbe_netmap_rxsync()
|