Symbol: vmxnet3_softc
sys/dev/vmware/vmxnet3/if_vmx.c
100
static int vmxnet3_queues_shared_alloc(struct vmxnet3_softc *);
sys/dev/vmware/vmxnet3/if_vmx.c
101
static void vmxnet3_init_txq(struct vmxnet3_softc *, int);
sys/dev/vmware/vmxnet3/if_vmx.c
1016
vmxnet3_alloc_mcast_table(struct vmxnet3_softc *sc)
sys/dev/vmware/vmxnet3/if_vmx.c
103
static void vmxnet3_init_rxq(struct vmxnet3_softc *, int, int);
sys/dev/vmware/vmxnet3/if_vmx.c
1032
vmxnet3_free_mcast_table(struct vmxnet3_softc *sc)
sys/dev/vmware/vmxnet3/if_vmx.c
1043
vmxnet3_init_shared_data(struct vmxnet3_softc *sc)
sys/dev/vmware/vmxnet3/if_vmx.c
107
static int vmxnet3_alloc_shared_data(struct vmxnet3_softc *);
sys/dev/vmware/vmxnet3/if_vmx.c
1076
ds->driver_data_len = sizeof(struct vmxnet3_softc);
sys/dev/vmware/vmxnet3/if_vmx.c
108
static void vmxnet3_free_shared_data(struct vmxnet3_softc *);
sys/dev/vmware/vmxnet3/if_vmx.c
109
static int vmxnet3_alloc_mcast_table(struct vmxnet3_softc *);
sys/dev/vmware/vmxnet3/if_vmx.c
110
static void vmxnet3_free_mcast_table(struct vmxnet3_softc *);
sys/dev/vmware/vmxnet3/if_vmx.c
111
static void vmxnet3_init_shared_data(struct vmxnet3_softc *);
sys/dev/vmware/vmxnet3/if_vmx.c
112
static void vmxnet3_reinit_rss_shared_data(struct vmxnet3_softc *);
sys/dev/vmware/vmxnet3/if_vmx.c
113
static void vmxnet3_reinit_shared_data(struct vmxnet3_softc *);
sys/dev/vmware/vmxnet3/if_vmx.c
114
static int vmxnet3_alloc_data(struct vmxnet3_softc *);
sys/dev/vmware/vmxnet3/if_vmx.c
1140
vmxnet3_reinit_rss_shared_data(struct vmxnet3_softc *sc)
sys/dev/vmware/vmxnet3/if_vmx.c
115
static void vmxnet3_free_data(struct vmxnet3_softc *);
sys/dev/vmware/vmxnet3/if_vmx.c
117
static void vmxnet3_evintr(struct vmxnet3_softc *);
sys/dev/vmware/vmxnet3/if_vmx.c
1185
vmxnet3_reinit_shared_data(struct vmxnet3_softc *sc)
sys/dev/vmware/vmxnet3/if_vmx.c
1218
vmxnet3_alloc_data(struct vmxnet3_softc *sc)
sys/dev/vmware/vmxnet3/if_vmx.c
1236
vmxnet3_free_data(struct vmxnet3_softc *sc)
sys/dev/vmware/vmxnet3/if_vmx.c
1244
vmxnet3_evintr(struct vmxnet3_softc *sc)
sys/dev/vmware/vmxnet3/if_vmx.c
1283
struct vmxnet3_softc *sc;
sys/dev/vmware/vmxnet3/if_vmx.c
131
static void vmxnet3_txinit(struct vmxnet3_softc *, struct vmxnet3_txqueue *);
sys/dev/vmware/vmxnet3/if_vmx.c
132
static void vmxnet3_rxinit(struct vmxnet3_softc *, struct vmxnet3_rxqueue *);
sys/dev/vmware/vmxnet3/if_vmx.c
133
static void vmxnet3_reinit_queues(struct vmxnet3_softc *);
sys/dev/vmware/vmxnet3/if_vmx.c
134
static int vmxnet3_enable_device(struct vmxnet3_softc *);
sys/dev/vmware/vmxnet3/if_vmx.c
135
static void vmxnet3_reinit_rxfilters(struct vmxnet3_softc *);
sys/dev/vmware/vmxnet3/if_vmx.c
1368
struct vmxnet3_softc *sc;
sys/dev/vmware/vmxnet3/if_vmx.c
1392
struct vmxnet3_softc *sc;
sys/dev/vmware/vmxnet3/if_vmx.c
1439
struct vmxnet3_softc *sc;
sys/dev/vmware/vmxnet3/if_vmx.c
146
static void vmxnet3_update_vlan_filter(struct vmxnet3_softc *, int,
sys/dev/vmware/vmxnet3/if_vmx.c
1483
struct vmxnet3_softc *sc;
sys/dev/vmware/vmxnet3/if_vmx.c
150
static void vmxnet3_set_rxfilter(struct vmxnet3_softc *, int);
sys/dev/vmware/vmxnet3/if_vmx.c
152
static void vmxnet3_refresh_host_stats(struct vmxnet3_softc *);
sys/dev/vmware/vmxnet3/if_vmx.c
153
static int vmxnet3_link_is_up(struct vmxnet3_softc *);
sys/dev/vmware/vmxnet3/if_vmx.c
154
static void vmxnet3_link_status(struct vmxnet3_softc *);
sys/dev/vmware/vmxnet3/if_vmx.c
155
static void vmxnet3_set_lladdr(struct vmxnet3_softc *);
sys/dev/vmware/vmxnet3/if_vmx.c
156
static void vmxnet3_get_lladdr(struct vmxnet3_softc *);
sys/dev/vmware/vmxnet3/if_vmx.c
162
static void vmxnet3_setup_queue_sysctl(struct vmxnet3_softc *,
sys/dev/vmware/vmxnet3/if_vmx.c
164
static void vmxnet3_setup_sysctl(struct vmxnet3_softc *);
sys/dev/vmware/vmxnet3/if_vmx.c
1656
struct vmxnet3_softc *sc;
sys/dev/vmware/vmxnet3/if_vmx.c
166
static void vmxnet3_write_bar0(struct vmxnet3_softc *, bus_size_t,
sys/dev/vmware/vmxnet3/if_vmx.c
168
static uint32_t vmxnet3_read_bar1(struct vmxnet3_softc *, bus_size_t);
sys/dev/vmware/vmxnet3/if_vmx.c
169
static void vmxnet3_write_bar1(struct vmxnet3_softc *, bus_size_t,
sys/dev/vmware/vmxnet3/if_vmx.c
171
static void vmxnet3_write_cmd(struct vmxnet3_softc *, uint32_t);
sys/dev/vmware/vmxnet3/if_vmx.c
1714
struct vmxnet3_softc *sc;
sys/dev/vmware/vmxnet3/if_vmx.c
172
static uint32_t vmxnet3_read_cmd(struct vmxnet3_softc *, uint32_t);
sys/dev/vmware/vmxnet3/if_vmx.c
1730
struct vmxnet3_softc *sc;
sys/dev/vmware/vmxnet3/if_vmx.c
1764
struct vmxnet3_softc *sc;
sys/dev/vmware/vmxnet3/if_vmx.c
177
static void vmxnet3_enable_intr(struct vmxnet3_softc *, int);
sys/dev/vmware/vmxnet3/if_vmx.c
1779
struct vmxnet3_softc *sc;
sys/dev/vmware/vmxnet3/if_vmx.c
178
static void vmxnet3_disable_intr(struct vmxnet3_softc *, int);
sys/dev/vmware/vmxnet3/if_vmx.c
1798
struct vmxnet3_softc *sc;
sys/dev/vmware/vmxnet3/if_vmx.c
1808
vmxnet3_txinit(struct vmxnet3_softc *sc, struct vmxnet3_txqueue *txq)
sys/dev/vmware/vmxnet3/if_vmx.c
1833
vmxnet3_rxinit(struct vmxnet3_softc *sc, struct vmxnet3_rxqueue *rxq)
sys/dev/vmware/vmxnet3/if_vmx.c
1876
vmxnet3_reinit_queues(struct vmxnet3_softc *sc)
sys/dev/vmware/vmxnet3/if_vmx.c
189
static void vmxnet3_barrier(struct vmxnet3_softc *, vmxnet3_barrier_t);
sys/dev/vmware/vmxnet3/if_vmx.c
1891
vmxnet3_enable_device(struct vmxnet3_softc *sc)
sys/dev/vmware/vmxnet3/if_vmx.c
1913
vmxnet3_reinit_rxfilters(struct vmxnet3_softc *sc)
sys/dev/vmware/vmxnet3/if_vmx.c
1933
struct vmxnet3_softc *sc;
sys/dev/vmware/vmxnet3/if_vmx.c
1961
struct vmxnet3_softc *sc;
sys/dev/vmware/vmxnet3/if_vmx.c
1998
struct vmxnet3_softc *sc;
sys/dev/vmware/vmxnet3/if_vmx.c
204
"vmx", vmxnet3_methods, sizeof(struct vmxnet3_softc)
sys/dev/vmware/vmxnet3/if_vmx.c
2043
struct vmxnet3_softc *sc;
sys/dev/vmware/vmxnet3/if_vmx.c
2066
vmxnet3_update_vlan_filter(struct vmxnet3_softc *sc, int add, uint16_t tag)
sys/dev/vmware/vmxnet3/if_vmx.c
2100
struct vmxnet3_softc *sc = arg;
sys/dev/vmware/vmxnet3/if_vmx.c
2110
vmxnet3_set_rxfilter(struct vmxnet3_softc *sc, int flags)
sys/dev/vmware/vmxnet3/if_vmx.c
2143
vmxnet3_refresh_host_stats(struct vmxnet3_softc *sc)
sys/dev/vmware/vmxnet3/if_vmx.c
2150
vmxnet3_link_is_up(struct vmxnet3_softc *sc)
sys/dev/vmware/vmxnet3/if_vmx.c
2159
vmxnet3_link_status(struct vmxnet3_softc *sc)
sys/dev/vmware/vmxnet3/if_vmx.c
2179
vmxnet3_set_lladdr(struct vmxnet3_softc *sc)
sys/dev/vmware/vmxnet3/if_vmx.c
2195
vmxnet3_get_lladdr(struct vmxnet3_softc *sc)
sys/dev/vmware/vmxnet3/if_vmx.c
2297
vmxnet3_setup_debug_sysctl(struct vmxnet3_softc *sc,
sys/dev/vmware/vmxnet3/if_vmx.c
2362
vmxnet3_setup_queue_sysctl(struct vmxnet3_softc *sc,
sys/dev/vmware/vmxnet3/if_vmx.c
2379
vmxnet3_setup_sysctl(struct vmxnet3_softc *sc)
sys/dev/vmware/vmxnet3/if_vmx.c
2395
vmxnet3_write_bar0(struct vmxnet3_softc *sc, bus_size_t r, uint32_t v)
sys/dev/vmware/vmxnet3/if_vmx.c
2402
vmxnet3_read_bar1(struct vmxnet3_softc *sc, bus_size_t r)
sys/dev/vmware/vmxnet3/if_vmx.c
2409
vmxnet3_write_bar1(struct vmxnet3_softc *sc, bus_size_t r, uint32_t v)
sys/dev/vmware/vmxnet3/if_vmx.c
2416
vmxnet3_write_cmd(struct vmxnet3_softc *sc, uint32_t cmd)
sys/dev/vmware/vmxnet3/if_vmx.c
2423
vmxnet3_read_cmd(struct vmxnet3_softc *sc, uint32_t cmd)
sys/dev/vmware/vmxnet3/if_vmx.c
2433
vmxnet3_enable_intr(struct vmxnet3_softc *sc, int irq)
sys/dev/vmware/vmxnet3/if_vmx.c
2440
vmxnet3_disable_intr(struct vmxnet3_softc *sc, int irq)
sys/dev/vmware/vmxnet3/if_vmx.c
2456
struct vmxnet3_softc *sc;
sys/dev/vmware/vmxnet3/if_vmx.c
2466
struct vmxnet3_softc *sc;
sys/dev/vmware/vmxnet3/if_vmx.c
2475
struct vmxnet3_softc *sc;
sys/dev/vmware/vmxnet3/if_vmx.c
2489
struct vmxnet3_softc *sc;
sys/dev/vmware/vmxnet3/if_vmx.c
2521
vmxnet3_barrier(struct vmxnet3_softc *sc, vmxnet3_barrier_t type)
sys/dev/vmware/vmxnet3/if_vmx.c
255
"vmx", vmxnet3_iflib_methods, sizeof(struct vmxnet3_softc)
sys/dev/vmware/vmxnet3/if_vmx.c
331
struct vmxnet3_softc *sc;
sys/dev/vmware/vmxnet3/if_vmx.c
466
struct vmxnet3_softc *sc;
sys/dev/vmware/vmxnet3/if_vmx.c
522
vmxnet3_free_irqs(struct vmxnet3_softc *sc)
sys/dev/vmware/vmxnet3/if_vmx.c
542
struct vmxnet3_softc *sc;
sys/dev/vmware/vmxnet3/if_vmx.c
568
struct vmxnet3_softc *sc;
sys/dev/vmware/vmxnet3/if_vmx.c
601
vmxnet3_alloc_resources(struct vmxnet3_softc *sc)
sys/dev/vmware/vmxnet3/if_vmx.c
636
vmxnet3_free_resources(struct vmxnet3_softc *sc)
sys/dev/vmware/vmxnet3/if_vmx.c
656
vmxnet3_check_version(struct vmxnet3_softc *sc)
sys/dev/vmware/vmxnet3/if_vmx.c
682
vmxnet3_set_interrupt_idx(struct vmxnet3_softc *sc)
sys/dev/vmware/vmxnet3/if_vmx.c
729
vmxnet3_queues_shared_alloc(struct vmxnet3_softc *sc)
sys/dev/vmware/vmxnet3/if_vmx.c
754
vmxnet3_init_txq(struct vmxnet3_softc *sc, int q)
sys/dev/vmware/vmxnet3/if_vmx.c
779
struct vmxnet3_softc *sc;
sys/dev/vmware/vmxnet3/if_vmx.c
839
vmxnet3_init_rxq(struct vmxnet3_softc *sc, int q, int nrxqs)
sys/dev/vmware/vmxnet3/if_vmx.c
872
struct vmxnet3_softc *sc;
sys/dev/vmware/vmxnet3/if_vmx.c
88
static void vmxnet3_free_irqs(struct vmxnet3_softc *);
sys/dev/vmware/vmxnet3/if_vmx.c
941
struct vmxnet3_softc *sc;
sys/dev/vmware/vmxnet3/if_vmx.c
95
static int vmxnet3_alloc_resources(struct vmxnet3_softc *);
sys/dev/vmware/vmxnet3/if_vmx.c
96
static void vmxnet3_free_resources(struct vmxnet3_softc *);
sys/dev/vmware/vmxnet3/if_vmx.c
965
vmxnet3_alloc_shared_data(struct vmxnet3_softc *sc)
sys/dev/vmware/vmxnet3/if_vmx.c
97
static int vmxnet3_check_version(struct vmxnet3_softc *);
sys/dev/vmware/vmxnet3/if_vmx.c
98
static void vmxnet3_set_interrupt_idx(struct vmxnet3_softc *);
sys/dev/vmware/vmxnet3/if_vmx.c
999
vmxnet3_free_shared_data(struct vmxnet3_softc *sc)
sys/dev/vmware/vmxnet3/if_vmxvar.h
22
struct vmxnet3_softc;
sys/dev/vmware/vmxnet3/if_vmxvar.h
87
struct vmxnet3_softc *vxtxq_sc;
sys/dev/vmware/vmxnet3/if_vmxvar.h
99
struct vmxnet3_softc *vxrxq_sc;