Symbol: vtnet_softc
sys/dev/netmap/if_vtnet_netmap.h
163
struct vtnet_softc *sc = if_getsoftc(ifp);
sys/dev/netmap/if_vtnet_netmap.h
258
struct vtnet_softc *sc = if_getsoftc(ifp);
sys/dev/netmap/if_vtnet_netmap.h
351
struct vtnet_softc *sc = if_getsoftc(na->ifp);
sys/dev/netmap/if_vtnet_netmap.h
370
vtnet_netmap_tx_slots(struct vtnet_softc *sc)
sys/dev/netmap/if_vtnet_netmap.h
393
vtnet_netmap_rx_slots(struct vtnet_softc *sc)
sys/dev/netmap/if_vtnet_netmap.h
40
struct vtnet_softc *sc = if_getsoftc(ifp);
sys/dev/netmap/if_vtnet_netmap.h
418
struct vtnet_softc *sc = if_getsoftc(na->ifp);
sys/dev/netmap/if_vtnet_netmap.h
430
vtnet_netmap_attach(struct vtnet_softc *sc)
sys/dev/netmap/if_vtnet_netmap.h
69
struct vtnet_softc *sc = if_getsoftc(ifp);
sys/dev/virtio/network/if_vtnet.c
1002
vtnet_init_txq(struct vtnet_softc *sc, int id)
sys/dev/virtio/network/if_vtnet.c
1037
vtnet_alloc_rxtx_queues(struct vtnet_softc *sc)
sys/dev/virtio/network/if_vtnet.c
1109
vtnet_free_rxtx_queues(struct vtnet_softc *sc)
sys/dev/virtio/network/if_vtnet.c
1129
vtnet_alloc_rx_filters(struct vtnet_softc *sc)
sys/dev/virtio/network/if_vtnet.c
1150
vtnet_free_rx_filters(struct vtnet_softc *sc)
sys/dev/virtio/network/if_vtnet.c
1165
vtnet_alloc_virtqueues(struct vtnet_softc *sc)
sys/dev/virtio/network/if_vtnet.c
121
static int vtnet_negotiate_features(struct vtnet_softc *);
sys/dev/virtio/network/if_vtnet.c
1218
vtnet_alloc_interface(struct vtnet_softc *sc)
sys/dev/virtio/network/if_vtnet.c
122
static int vtnet_setup_features(struct vtnet_softc *);
sys/dev/virtio/network/if_vtnet.c
123
static int vtnet_init_rxq(struct vtnet_softc *, int);
sys/dev/virtio/network/if_vtnet.c
1232
vtnet_setup_interface(struct vtnet_softc *sc)
sys/dev/virtio/network/if_vtnet.c
124
static int vtnet_init_txq(struct vtnet_softc *, int);
sys/dev/virtio/network/if_vtnet.c
125
static int vtnet_alloc_rxtx_queues(struct vtnet_softc *);
sys/dev/virtio/network/if_vtnet.c
126
static void vtnet_free_rxtx_queues(struct vtnet_softc *);
sys/dev/virtio/network/if_vtnet.c
127
static int vtnet_alloc_rx_filters(struct vtnet_softc *);
sys/dev/virtio/network/if_vtnet.c
128
static void vtnet_free_rx_filters(struct vtnet_softc *);
sys/dev/virtio/network/if_vtnet.c
129
static int vtnet_alloc_virtqueues(struct vtnet_softc *);
sys/dev/virtio/network/if_vtnet.c
130
static void vtnet_alloc_interface(struct vtnet_softc *);
sys/dev/virtio/network/if_vtnet.c
131
static int vtnet_setup_interface(struct vtnet_softc *);
sys/dev/virtio/network/if_vtnet.c
132
static int vtnet_ioctl_mtu(struct vtnet_softc *, u_int);
sys/dev/virtio/network/if_vtnet.c
133
static int vtnet_ioctl_ifflags(struct vtnet_softc *);
sys/dev/virtio/network/if_vtnet.c
134
static int vtnet_ioctl_multi(struct vtnet_softc *);
sys/dev/virtio/network/if_vtnet.c
1348
vtnet_rx_cluster_size(struct vtnet_softc *sc, int mtu)
sys/dev/virtio/network/if_vtnet.c
135
static int vtnet_ioctl_ifcap(struct vtnet_softc *, struct ifreq *);
sys/dev/virtio/network/if_vtnet.c
1388
vtnet_ioctl_mtu(struct vtnet_softc *sc, u_int mtu)
sys/dev/virtio/network/if_vtnet.c
1414
vtnet_ioctl_ifflags(struct vtnet_softc *sc)
sys/dev/virtio/network/if_vtnet.c
142
vtnet_rx_alloc_buf(struct vtnet_softc *, int , struct mbuf **);
sys/dev/virtio/network/if_vtnet.c
1455
vtnet_ioctl_multi(struct vtnet_softc *sc)
sys/dev/virtio/network/if_vtnet.c
1471
vtnet_ioctl_ifcap(struct vtnet_softc *sc, struct ifreq *ifr)
sys/dev/virtio/network/if_vtnet.c
1576
struct vtnet_softc *sc;
sys/dev/virtio/network/if_vtnet.c
1687
vtnet_rx_alloc_buf(struct vtnet_softc *sc, int nbufs, struct mbuf **m_tailp)
sys/dev/virtio/network/if_vtnet.c
1769
struct vtnet_softc *sc;
sys/dev/virtio/network/if_vtnet.c
1859
struct vtnet_softc *sc;
sys/dev/virtio/network/if_vtnet.c
1890
struct vtnet_softc *sc;
sys/dev/virtio/network/if_vtnet.c
1950
struct vtnet_softc *sc;
sys/dev/virtio/network/if_vtnet.c
196
static void vtnet_tx_start_all(struct vtnet_softc *);
sys/dev/virtio/network/if_vtnet.c
199
static void vtnet_accum_stats(struct vtnet_softc *,
sys/dev/virtio/network/if_vtnet.c
2011
struct vtnet_softc *sc;
sys/dev/virtio/network/if_vtnet.c
203
static void vtnet_start_taskqueues(struct vtnet_softc *);
sys/dev/virtio/network/if_vtnet.c
204
static void vtnet_free_taskqueues(struct vtnet_softc *);
sys/dev/virtio/network/if_vtnet.c
205
static void vtnet_drain_taskqueues(struct vtnet_softc *);
sys/dev/virtio/network/if_vtnet.c
207
static void vtnet_drain_rxtx_queues(struct vtnet_softc *);
sys/dev/virtio/network/if_vtnet.c
208
static void vtnet_stop_rendezvous(struct vtnet_softc *);
sys/dev/virtio/network/if_vtnet.c
209
static void vtnet_stop(struct vtnet_softc *);
sys/dev/virtio/network/if_vtnet.c
210
static int vtnet_virtio_reinit(struct vtnet_softc *);
sys/dev/virtio/network/if_vtnet.c
211
static void vtnet_init_rx_filters(struct vtnet_softc *);
sys/dev/virtio/network/if_vtnet.c
2115
struct vtnet_softc *sc;
sys/dev/virtio/network/if_vtnet.c
212
static int vtnet_init_rx_queues(struct vtnet_softc *);
sys/dev/virtio/network/if_vtnet.c
213
static int vtnet_init_tx_queues(struct vtnet_softc *);
sys/dev/virtio/network/if_vtnet.c
214
static int vtnet_init_rxtx_queues(struct vtnet_softc *);
sys/dev/virtio/network/if_vtnet.c
215
static void vtnet_set_active_vq_pairs(struct vtnet_softc *);
sys/dev/virtio/network/if_vtnet.c
216
static void vtnet_update_rx_offloads(struct vtnet_softc *);
sys/dev/virtio/network/if_vtnet.c
217
static int vtnet_reinit(struct vtnet_softc *);
sys/dev/virtio/network/if_vtnet.c
218
static void vtnet_init_locked(struct vtnet_softc *, int);
sys/dev/virtio/network/if_vtnet.c
2190
struct vtnet_softc *sc;
sys/dev/virtio/network/if_vtnet.c
221
static void vtnet_free_ctrl_vq(struct vtnet_softc *);
sys/dev/virtio/network/if_vtnet.c
222
static int vtnet_exec_ctrl_cmd(struct vtnet_softc *, uint8_t *,
sys/dev/virtio/network/if_vtnet.c
224
static int vtnet_ctrl_mac_cmd(struct vtnet_softc *, uint8_t *);
sys/dev/virtio/network/if_vtnet.c
225
static int vtnet_ctrl_guest_offloads(struct vtnet_softc *, uint64_t);
sys/dev/virtio/network/if_vtnet.c
226
static int vtnet_ctrl_mq_cmd(struct vtnet_softc *, uint16_t);
sys/dev/virtio/network/if_vtnet.c
2262
struct vtnet_softc *sc;
sys/dev/virtio/network/if_vtnet.c
227
static int vtnet_ctrl_announce_ack_cmd(struct vtnet_softc *);
sys/dev/virtio/network/if_vtnet.c
228
static bool vtnet_announce_pending(struct vtnet_softc *);
sys/dev/virtio/network/if_vtnet.c
230
static int vtnet_ctrl_rx_cmd(struct vtnet_softc *, uint8_t, bool);
sys/dev/virtio/network/if_vtnet.c
231
static int vtnet_set_promisc(struct vtnet_softc *, bool);
sys/dev/virtio/network/if_vtnet.c
232
static int vtnet_set_allmulti(struct vtnet_softc *, bool);
sys/dev/virtio/network/if_vtnet.c
233
static void vtnet_rx_filter(struct vtnet_softc *);
sys/dev/virtio/network/if_vtnet.c
234
static void vtnet_rx_filter_mac(struct vtnet_softc *);
sys/dev/virtio/network/if_vtnet.c
235
static int vtnet_exec_vlan_filter(struct vtnet_softc *, int, uint16_t);
sys/dev/virtio/network/if_vtnet.c
236
static void vtnet_rx_filter_vlan(struct vtnet_softc *);
sys/dev/virtio/network/if_vtnet.c
237
static void vtnet_update_vlan_filter(struct vtnet_softc *, int, uint16_t);
sys/dev/virtio/network/if_vtnet.c
2406
struct vtnet_softc *sc;
sys/dev/virtio/network/if_vtnet.c
241
static void vtnet_update_speed_duplex(struct vtnet_softc *);
sys/dev/virtio/network/if_vtnet.c
242
static int vtnet_is_link_up(struct vtnet_softc *);
sys/dev/virtio/network/if_vtnet.c
243
static void vtnet_update_link_status(struct vtnet_softc *);
sys/dev/virtio/network/if_vtnet.c
246
static void vtnet_get_macaddr(struct vtnet_softc *);
sys/dev/virtio/network/if_vtnet.c
247
static void vtnet_set_macaddr(struct vtnet_softc *);
sys/dev/virtio/network/if_vtnet.c
248
static void vtnet_attached_set_macaddr(struct vtnet_softc *);
sys/dev/virtio/network/if_vtnet.c
2493
struct vtnet_softc *sc;
sys/dev/virtio/network/if_vtnet.c
250
static void vtnet_set_rx_process_limit(struct vtnet_softc *);
sys/dev/virtio/network/if_vtnet.c
256
static void vtnet_setup_queue_sysctl(struct vtnet_softc *);
sys/dev/virtio/network/if_vtnet.c
257
static void vtnet_load_tunables(struct vtnet_softc *);
sys/dev/virtio/network/if_vtnet.c
258
static void vtnet_setup_sysctl(struct vtnet_softc *);
sys/dev/virtio/network/if_vtnet.c
2597
struct vtnet_softc *sc;
sys/dev/virtio/network/if_vtnet.c
264
static void vtnet_enable_rx_interrupts(struct vtnet_softc *);
sys/dev/virtio/network/if_vtnet.c
265
static void vtnet_enable_tx_interrupts(struct vtnet_softc *);
sys/dev/virtio/network/if_vtnet.c
2658
struct vtnet_softc *sc;
sys/dev/virtio/network/if_vtnet.c
266
static void vtnet_enable_interrupts(struct vtnet_softc *);
sys/dev/virtio/network/if_vtnet.c
267
static void vtnet_disable_rx_interrupts(struct vtnet_softc *);
sys/dev/virtio/network/if_vtnet.c
268
static void vtnet_disable_tx_interrupts(struct vtnet_softc *);
sys/dev/virtio/network/if_vtnet.c
269
static void vtnet_disable_interrupts(struct vtnet_softc *);
sys/dev/virtio/network/if_vtnet.c
2699
struct vtnet_softc *sc;
sys/dev/virtio/network/if_vtnet.c
271
static int vtnet_tunable_int(struct vtnet_softc *, const char *, int);
sys/dev/virtio/network/if_vtnet.c
2771
struct vtnet_softc *sc;
sys/dev/virtio/network/if_vtnet.c
2941
struct vtnet_softc *sc;
sys/dev/virtio/network/if_vtnet.c
2991
struct vtnet_softc *sc;
sys/dev/virtio/network/if_vtnet.c
3006
struct vtnet_softc *sc;
sys/dev/virtio/network/if_vtnet.c
3072
struct vtnet_softc *sc;
sys/dev/virtio/network/if_vtnet.c
3100
struct vtnet_softc *sc;
sys/dev/virtio/network/if_vtnet.c
3116
struct vtnet_softc *sc;
sys/dev/virtio/network/if_vtnet.c
3135
struct vtnet_softc *sc;
sys/dev/virtio/network/if_vtnet.c
3159
struct vtnet_softc *sc;
sys/dev/virtio/network/if_vtnet.c
3198
struct vtnet_softc *sc;
sys/dev/virtio/network/if_vtnet.c
3236
vtnet_tx_start_all(struct vtnet_softc *sc)
sys/dev/virtio/network/if_vtnet.c
3255
struct vtnet_softc *sc;
sys/dev/virtio/network/if_vtnet.c
3306
vtnet_accum_stats(struct vtnet_softc *sc, struct vtnet_rxq_stats *rxacc,
sys/dev/virtio/network/if_vtnet.c
3337
struct vtnet_softc *sc;
sys/dev/virtio/network/if_vtnet.c
3367
struct vtnet_softc *sc;
sys/dev/virtio/network/if_vtnet.c
3388
vtnet_start_taskqueues(struct vtnet_softc *sc)
sys/dev/virtio/network/if_vtnet.c
3426
vtnet_free_taskqueues(struct vtnet_softc *sc)
sys/dev/virtio/network/if_vtnet.c
3448
vtnet_drain_taskqueues(struct vtnet_softc *sc)
sys/dev/virtio/network/if_vtnet.c
3469
vtnet_drain_rxtx_queues(struct vtnet_softc *sc)
sys/dev/virtio/network/if_vtnet.c
3485
vtnet_stop_rendezvous(struct vtnet_softc *sc)
sys/dev/virtio/network/if_vtnet.c
3511
vtnet_stop(struct vtnet_softc *sc)
sys/dev/virtio/network/if_vtnet.c
3546
vtnet_virtio_reinit(struct vtnet_softc *sc)
sys/dev/virtio/network/if_vtnet.c
3585
vtnet_init_rx_filters(struct vtnet_softc *sc)
sys/dev/virtio/network/if_vtnet.c
3601
vtnet_init_rx_queues(struct vtnet_softc *sc)
sys/dev/virtio/network/if_vtnet.c
3641
vtnet_init_tx_queues(struct vtnet_softc *sc)
sys/dev/virtio/network/if_vtnet.c
3659
vtnet_init_rxtx_queues(struct vtnet_softc *sc)
sys/dev/virtio/network/if_vtnet.c
3675
vtnet_set_active_vq_pairs(struct vtnet_softc *sc)
sys/dev/virtio/network/if_vtnet.c
3699
vtnet_update_rx_offloads(struct vtnet_softc *sc)
sys/dev/virtio/network/if_vtnet.c
3740
vtnet_reinit(struct vtnet_softc *sc)
sys/dev/virtio/network/if_vtnet.c
3777
vtnet_init_locked(struct vtnet_softc *sc, int init_mode)
sys/dev/virtio/network/if_vtnet.c
3821
struct vtnet_softc *sc;
sys/dev/virtio/network/if_vtnet.c
3831
vtnet_free_ctrl_vq(struct vtnet_softc *sc)
sys/dev/virtio/network/if_vtnet.c
3858
vtnet_exec_ctrl_cmd(struct vtnet_softc *sc, uint8_t *ack, struct sglist *sg,
sys/dev/virtio/network/if_vtnet.c
390
.size = sizeof(struct vtnet_softc)
sys/dev/virtio/network/if_vtnet.c
3909
vtnet_ctrl_mac_cmd(struct vtnet_softc *sc, uint8_t *hwaddr)
sys/dev/virtio/network/if_vtnet.c
3962
vtnet_ctrl_guest_offloads(struct vtnet_softc *sc, uint64_t offloads)
sys/dev/virtio/network/if_vtnet.c
4015
vtnet_ctrl_mq_cmd(struct vtnet_softc *sc, uint16_t npairs)
sys/dev/virtio/network/if_vtnet.c
402
vtnet_mbuf_to_rx_buffer_header(struct vtnet_softc *sc, struct mbuf *m)
sys/dev/virtio/network/if_vtnet.c
4068
vtnet_ctrl_announce_ack_cmd(struct vtnet_softc *sc)
sys/dev/virtio/network/if_vtnet.c
4109
vtnet_announce_pending(struct vtnet_softc *sc)
sys/dev/virtio/network/if_vtnet.c
4127
struct vtnet_softc *sc;
sys/dev/virtio/network/if_vtnet.c
4148
vtnet_ctrl_rx_cmd(struct vtnet_softc *sc, uint8_t cmd, bool on)
sys/dev/virtio/network/if_vtnet.c
4201
vtnet_set_promisc(struct vtnet_softc *sc, bool on)
sys/dev/virtio/network/if_vtnet.c
4207
vtnet_set_allmulti(struct vtnet_softc *sc, bool on)
sys/dev/virtio/network/if_vtnet.c
4213
vtnet_rx_filter(struct vtnet_softc *sc)
sys/dev/virtio/network/if_vtnet.c
4237
struct vtnet_softc *sc = arg;
sys/dev/virtio/network/if_vtnet.c
4263
vtnet_rx_filter_mac(struct vtnet_softc *sc)
sys/dev/virtio/network/if_vtnet.c
4373
vtnet_exec_vlan_filter(struct vtnet_softc *sc, int add, uint16_t tag)
sys/dev/virtio/network/if_vtnet.c
4426
vtnet_rx_filter_vlan(struct vtnet_softc *sc)
sys/dev/virtio/network/if_vtnet.c
4452
vtnet_update_vlan_filter(struct vtnet_softc *sc, int add, uint16_t tag)
sys/dev/virtio/network/if_vtnet.c
4503
vtnet_update_speed_duplex(struct vtnet_softc *sc)
sys/dev/virtio/network/if_vtnet.c
4521
vtnet_is_link_up(struct vtnet_softc *sc)
sys/dev/virtio/network/if_vtnet.c
4535
vtnet_update_link_status(struct vtnet_softc *sc)
sys/dev/virtio/network/if_vtnet.c
4564
struct vtnet_softc *sc;
sys/dev/virtio/network/if_vtnet.c
4581
vtnet_get_macaddr(struct vtnet_softc *sc)
sys/dev/virtio/network/if_vtnet.c
4596
vtnet_set_macaddr(struct vtnet_softc *sc)
sys/dev/virtio/network/if_vtnet.c
4621
vtnet_attached_set_macaddr(struct vtnet_softc *sc)
sys/dev/virtio/network/if_vtnet.c
4645
vtnet_set_rx_process_limit(struct vtnet_softc *sc)
sys/dev/virtio/network/if_vtnet.c
465
struct vtnet_softc *sc;
sys/dev/virtio/network/if_vtnet.c
4737
vtnet_setup_queue_sysctl(struct vtnet_softc *sc)
sys/dev/virtio/network/if_vtnet.c
4759
struct vtnet_softc *sc = (struct vtnet_softc *)arg1;
sys/dev/virtio/network/if_vtnet.c
4775
struct vtnet_softc *sc = (struct vtnet_softc *)arg1;
sys/dev/virtio/network/if_vtnet.c
4791
struct vtnet_softc *sc = (struct vtnet_softc *)arg1;
sys/dev/virtio/network/if_vtnet.c
4807
struct vtnet_softc *sc = (struct vtnet_softc *)arg1;
sys/dev/virtio/network/if_vtnet.c
4823
struct vtnet_softc *sc = (struct vtnet_softc *)arg1;
sys/dev/virtio/network/if_vtnet.c
4839
struct vtnet_softc *sc = (struct vtnet_softc *)arg1;
sys/dev/virtio/network/if_vtnet.c
4854
struct sysctl_oid_list *child, struct vtnet_softc *sc)
sys/dev/virtio/network/if_vtnet.c
4944
struct vtnet_softc *sc = (struct vtnet_softc *)arg1;
sys/dev/virtio/network/if_vtnet.c
4959
struct vtnet_softc *sc = (struct vtnet_softc *)arg1;
sys/dev/virtio/network/if_vtnet.c
4970
vtnet_setup_sysctl(struct vtnet_softc *sc)
sys/dev/virtio/network/if_vtnet.c
5002
vtnet_load_tunables(struct vtnet_softc *sc)
sys/dev/virtio/network/if_vtnet.c
5053
vtnet_enable_rx_interrupts(struct vtnet_softc *sc)
sys/dev/virtio/network/if_vtnet.c
5066
vtnet_enable_tx_interrupts(struct vtnet_softc *sc)
sys/dev/virtio/network/if_vtnet.c
5075
vtnet_enable_interrupts(struct vtnet_softc *sc)
sys/dev/virtio/network/if_vtnet.c
5083
vtnet_disable_rx_interrupts(struct vtnet_softc *sc)
sys/dev/virtio/network/if_vtnet.c
5092
vtnet_disable_tx_interrupts(struct vtnet_softc *sc)
sys/dev/virtio/network/if_vtnet.c
5101
vtnet_disable_interrupts(struct vtnet_softc *sc)
sys/dev/virtio/network/if_vtnet.c
5109
vtnet_tunable_int(struct vtnet_softc *sc, const char *knob, int def)
sys/dev/virtio/network/if_vtnet.c
5124
struct vtnet_softc *sc;
sys/dev/virtio/network/if_vtnet.c
5138
struct vtnet_softc *sc;
sys/dev/virtio/network/if_vtnet.c
5162
struct vtnet_softc *sc;
sys/dev/virtio/network/if_vtnet.c
5181
struct vtnet_softc *sc;
sys/dev/virtio/network/if_vtnet.c
632
struct vtnet_softc *sc;
sys/dev/virtio/network/if_vtnet.c
692
struct vtnet_softc *sc;
sys/dev/virtio/network/if_vtnet.c
707
struct vtnet_softc *sc;
sys/dev/virtio/network/if_vtnet.c
735
struct vtnet_softc *sc;
sys/dev/virtio/network/if_vtnet.c
749
struct vtnet_softc *sc;
sys/dev/virtio/network/if_vtnet.c
765
vtnet_negotiate_features(struct vtnet_softc *sc)
sys/dev/virtio/network/if_vtnet.c
863
vtnet_setup_features(struct vtnet_softc *sc)
sys/dev/virtio/network/if_vtnet.c
969
vtnet_init_rxq(struct vtnet_softc *sc, int id)
sys/dev/virtio/network/if_vtnetvar.h
114
struct vtnet_softc *vtntx_sc;
sys/dev/virtio/network/if_vtnetvar.h
214
vtnet_modern(struct vtnet_softc *sc)
sys/dev/virtio/network/if_vtnetvar.h
220
vtnet_software_lro(struct vtnet_softc *sc)
sys/dev/virtio/network/if_vtnetvar.h
38
struct vtnet_softc;
sys/dev/virtio/network/if_vtnetvar.h
81
struct vtnet_softc *vtnrx_sc;