Symbol: ix_softc
sys/dev/pci/if_ix.c
1028
ixgbe_config_delay_values(struct ix_softc *sc)
sys/dev/pci/if_ix.c
1074
ixgbe_enable_queue(struct ix_softc *sc, uint32_t vector)
sys/dev/pci/if_ix.c
1093
ixgbe_enable_queues(struct ix_softc *sc)
sys/dev/pci/if_ix.c
1103
ixgbe_disable_queue(struct ix_softc *sc, uint32_t vector)
sys/dev/pci/if_ix.c
1127
struct ix_softc *sc = (struct ix_softc *)vsc;
sys/dev/pci/if_ix.c
1136
struct ix_softc *sc = que->sc;
sys/dev/pci/if_ix.c
1161
struct ix_softc *sc = (struct ix_softc *)arg;
sys/dev/pci/if_ix.c
1183
ixgbe_intr(struct ix_softc *sc)
sys/dev/pci/if_ix.c
120
int ixgbe_rxrinfo(struct ix_softc *, struct if_rxrinfo *);
sys/dev/pci/if_ix.c
121
int ixgbe_get_sffpage(struct ix_softc *, struct if_sffpage *);
sys/dev/pci/if_ix.c
127
void ixgbe_identify_hardware(struct ix_softc *);
sys/dev/pci/if_ix.c
128
int ixgbe_allocate_pci_resources(struct ix_softc *);
sys/dev/pci/if_ix.c
129
int ixgbe_allocate_legacy(struct ix_softc *);
sys/dev/pci/if_ix.c
130
int ixgbe_allocate_msix(struct ix_softc *);
sys/dev/pci/if_ix.c
1305
struct ix_softc *sc = ifp->if_softc;
sys/dev/pci/if_ix.c
131
void ixgbe_setup_msix(struct ix_softc *);
sys/dev/pci/if_ix.c
132
int ixgbe_allocate_queues(struct ix_softc *);
sys/dev/pci/if_ix.c
133
void ixgbe_free_pci_resources(struct ix_softc *);
sys/dev/pci/if_ix.c
134
void ixgbe_setup_interface(struct ix_softc *);
sys/dev/pci/if_ix.c
135
void ixgbe_config_gpie(struct ix_softc *);
sys/dev/pci/if_ix.c
136
void ixgbe_config_delay_values(struct ix_softc *);
sys/dev/pci/if_ix.c
137
void ixgbe_add_media_types(struct ix_softc *);
sys/dev/pci/if_ix.c
138
void ixgbe_config_link(struct ix_softc *);
sys/dev/pci/if_ix.c
139
void ixgbe_handle_fw_event(struct ix_softc *);
sys/dev/pci/if_ix.c
142
int ixgbe_setup_transmit_structures(struct ix_softc *);
sys/dev/pci/if_ix.c
144
void ixgbe_initialize_transmit_units(struct ix_softc *);
sys/dev/pci/if_ix.c
1440
struct ix_softc *sc = ifp->if_softc;
sys/dev/pci/if_ix.c
145
void ixgbe_free_transmit_structures(struct ix_softc *);
sys/dev/pci/if_ix.c
149
int ixgbe_setup_receive_structures(struct ix_softc *);
sys/dev/pci/if_ix.c
1507
struct ix_softc *sc = txr->sc;
sys/dev/pci/if_ix.c
151
void ixgbe_initialize_receive_units(struct ix_softc *);
sys/dev/pci/if_ix.c
152
void ixgbe_free_receive_structures(struct ix_softc *);
sys/dev/pci/if_ix.c
154
void ixgbe_initialize_rss_mapping(struct ix_softc *);
sys/dev/pci/if_ix.c
158
int ixgbe_intr(struct ix_softc *sc);
sys/dev/pci/if_ix.c
159
void ixgbe_enable_intr(struct ix_softc *);
sys/dev/pci/if_ix.c
1592
ixgbe_iff(struct ix_softc *sc)
sys/dev/pci/if_ix.c
160
void ixgbe_disable_intr(struct ix_softc *);
sys/dev/pci/if_ix.c
164
void ixgbe_iff(struct ix_softc *);
sys/dev/pci/if_ix.c
165
void ixgbe_map_queue_statistics(struct ix_softc *);
sys/dev/pci/if_ix.c
1656
ixgbe_update_link_status(struct ix_softc *sc)
sys/dev/pci/if_ix.c
166
void ixgbe_update_link_status(struct ix_softc *);
sys/dev/pci/if_ix.c
169
int ixgbe_dma_malloc(struct ix_softc *, bus_size_t,
sys/dev/pci/if_ix.c
1695
ixgbe_handle_fw_event(struct ix_softc *sc)
sys/dev/pci/if_ix.c
171
void ixgbe_dma_free(struct ix_softc *, struct ixgbe_dma_alloc *);
sys/dev/pci/if_ix.c
175
void ixgbe_set_ivar(struct ix_softc *, uint8_t, uint8_t, int8_t);
sys/dev/pci/if_ix.c
1755
struct ix_softc *sc = arg;
sys/dev/pci/if_ix.c
176
void ixgbe_configure_ivars(struct ix_softc *);
sys/dev/pci/if_ix.c
179
void ixgbe_setup_vlan_hw_support(struct ix_softc *);
sys/dev/pci/if_ix.c
1809
ixgbe_identify_hardware(struct ix_softc *sc)
sys/dev/pci/if_ix.c
182
void ixgbe_handle_mod(struct ix_softc *);
sys/dev/pci/if_ix.c
183
void ixgbe_handle_msf(struct ix_softc *);
sys/dev/pci/if_ix.c
184
void ixgbe_handle_phy(struct ix_softc *);
sys/dev/pci/if_ix.c
1841
ixgbe_allocate_legacy(struct ix_softc *sc)
sys/dev/pci/if_ix.c
185
int ixgbe_enable_lse(struct ix_softc *sc);
sys/dev/pci/if_ix.c
186
int ixgbe_disable_lse(struct ix_softc *sc);
sys/dev/pci/if_ix.c
1888
ixgbe_allocate_msix(struct ix_softc *sc)
sys/dev/pci/if_ix.c
190
void ixgbe_enable_queue(struct ix_softc *, uint32_t);
sys/dev/pci/if_ix.c
191
void ixgbe_enable_queues(struct ix_softc *);
sys/dev/pci/if_ix.c
192
void ixgbe_disable_queue(struct ix_softc *, uint32_t);
sys/dev/pci/if_ix.c
1950
ixgbe_setup_msix(struct ix_softc *sc)
sys/dev/pci/if_ix.c
1977
ixgbe_allocate_pci_resources(struct ix_softc *sc)
sys/dev/pci/if_ix.c
199
static void ix_kstats(struct ix_softc *);
sys/dev/pci/if_ix.c
200
static void ix_rxq_kstats(struct ix_softc *, struct ix_rxring *);
sys/dev/pci/if_ix.c
2007
ixgbe_free_pci_resources(struct ix_softc * sc)
sys/dev/pci/if_ix.c
201
static void ix_txq_kstats(struct ix_softc *, struct ix_txring *);
sys/dev/pci/if_ix.c
2035
ixgbe_setup_interface(struct ix_softc *sc)
sys/dev/pci/if_ix.c
2106
ixgbe_add_media_types(struct ix_softc *sc)
sys/dev/pci/if_ix.c
214
sizeof(struct ix_softc), ixgbe_probe, ixgbe_attach, ixgbe_detach,
sys/dev/pci/if_ix.c
2161
ixgbe_config_link(struct ix_softc *sc)
sys/dev/pci/if_ix.c
2206
ixgbe_dma_malloc(struct ix_softc *sc, bus_size_t size,
sys/dev/pci/if_ix.c
2261
ixgbe_dma_free(struct ix_softc *sc, struct ixgbe_dma_alloc *dma)
sys/dev/pci/if_ix.c
2286
ixgbe_allocate_queues(struct ix_softc *sc)
sys/dev/pci/if_ix.c
2402
struct ix_softc *sc = txr->sc;
sys/dev/pci/if_ix.c
2443
struct ix_softc *sc = txr->sc;
sys/dev/pci/if_ix.c
2471
ixgbe_setup_transmit_structures(struct ix_softc *sc)
sys/dev/pci/if_ix.c
2493
ixgbe_initialize_transmit_units(struct ix_softc *sc)
sys/dev/pci/if_ix.c
253
struct ix_softc *sc = (struct ix_softc *)self;
sys/dev/pci/if_ix.c
2579
ixgbe_free_transmit_structures(struct ix_softc *sc)
sys/dev/pci/if_ix.c
2596
struct ix_softc *sc = txr->sc;
sys/dev/pci/if_ix.c
2765
struct ix_softc *sc = txr->sc;
sys/dev/pci/if_ix.c
2837
struct ix_softc *sc = rxr->sc;
sys/dev/pci/if_ix.c
2886
struct ix_softc *sc = rxr->sc;
sys/dev/pci/if_ix.c
2927
struct ix_softc *sc = rxr->sc;
sys/dev/pci/if_ix.c
2959
struct ix_softc *sc = rxr->sc;
sys/dev/pci/if_ix.c
2994
struct ix_softc *sc = rxr->sc;
sys/dev/pci/if_ix.c
3010
ixgbe_setup_receive_structures(struct ix_softc *sc)
sys/dev/pci/if_ix.c
3033
ixgbe_initialize_receive_units(struct ix_softc *sc)
sys/dev/pci/if_ix.c
3141
ixgbe_initialize_rss_mapping(struct ix_softc *sc)
sys/dev/pci/if_ix.c
3218
ixgbe_free_receive_structures(struct ix_softc *sc)
sys/dev/pci/if_ix.c
3238
struct ix_softc *sc;
sys/dev/pci/if_ix.c
3277
struct ix_softc *sc = rxr->sc;
sys/dev/pci/if_ix.c
3529
ixgbe_setup_vlan_hw_support(struct ix_softc *sc)
sys/dev/pci/if_ix.c
3567
ixgbe_enable_intr(struct ix_softc *sc)
sys/dev/pci/if_ix.c
3627
ixgbe_disable_intr(struct ix_softc *sc)
sys/dev/pci/if_ix.c
3690
ixgbe_set_ivar(struct ix_softc *sc, uint8_t entry, uint8_t vector, int8_t type)
sys/dev/pci/if_ix.c
3737
ixgbe_configure_ivars(struct ix_softc *sc)
sys/dev/pci/if_ix.c
3763
ixgbe_handle_mod(struct ix_softc *sc)
sys/dev/pci/if_ix.c
3789
ixgbe_handle_msf(struct ix_softc *sc)
sys/dev/pci/if_ix.c
3812
ixgbe_handle_phy(struct ix_softc *sc)
sys/dev/pci/if_ix.c
3832
ixgbe_enable_lse(struct ix_softc *sc)
sys/dev/pci/if_ix.c
3850
ixgbe_disable_lse(struct ix_softc *sc)
sys/dev/pci/if_ix.c
389
struct ix_softc *sc = (struct ix_softc *)self;
sys/dev/pci/if_ix.c
4010
ix_kstats(struct ix_softc *sc)
sys/dev/pci/if_ix.c
4045
ix_rxq_kstats(struct ix_softc *sc, struct ix_rxring *rxr)
sys/dev/pci/if_ix.c
4069
ix_txq_kstats(struct ix_softc *sc, struct ix_txring *txr)
sys/dev/pci/if_ix.c
4101
struct ix_softc *sc = arg;
sys/dev/pci/if_ix.c
4129
struct ix_softc *sc = ks->ks_softc;
sys/dev/pci/if_ix.c
4176
struct ix_softc *sc = rxr->sc;
sys/dev/pci/if_ix.c
4203
struct ix_softc *sc = txr->sc;
sys/dev/pci/if_ix.c
4223
ixgbe_map_queue_statistics(struct ix_softc *sc)
sys/dev/pci/if_ix.c
425
struct ix_softc *sc = (struct ix_softc *)self;
sys/dev/pci/if_ix.c
475
struct ix_softc *sc = ifp->if_softc;
sys/dev/pci/if_ix.c
551
struct ix_softc *sc = ifp->if_softc;
sys/dev/pci/if_ix.c
629
ixgbe_get_sffpage(struct ix_softc *sc, struct if_sffpage *sff)
sys/dev/pci/if_ix.c
691
ixgbe_rxrinfo(struct ix_softc *sc, struct if_rxrinfo *ifri)
sys/dev/pci/if_ix.c
727
struct ix_softc *sc = (struct ix_softc *)ifp->if_softc;
sys/dev/pci/if_ix.c
788
struct ix_softc *sc = (struct ix_softc *)arg;
sys/dev/pci/if_ix.c
972
ixgbe_config_gpie(struct ix_softc *sc)
sys/dev/pci/if_ix.h
154
struct ix_softc *sc;
sys/dev/pci/if_ix.h
169
struct ix_softc *sc;
sys/dev/pci/if_ix.h
195
struct ix_softc *sc;
sys/dev/pci/if_ixv.c
103
void ixgbe_update_link_status(struct ix_softc *);
sys/dev/pci/if_ixv.c
1035
ixv_setup_vlan_support(struct ix_softc *sc)
sys/dev/pci/if_ixv.c
104
int ixgbe_allocate_pci_resources(struct ix_softc *);
sys/dev/pci/if_ixv.c
105
void ixgbe_free_pci_resources(struct ix_softc *);
sys/dev/pci/if_ixv.c
108
void ixgbe_add_media_types(struct ix_softc *);
sys/dev/pci/if_ixv.c
109
int ixgbe_get_sffpage(struct ix_softc *, struct if_sffpage *);
sys/dev/pci/if_ixv.c
1092
ixv_enable_intr(struct ix_softc *sc)
sys/dev/pci/if_ixv.c
110
int ixgbe_rxrinfo(struct ix_softc *, struct if_rxrinfo *);
sys/dev/pci/if_ixv.c
1120
ixv_disable_intr(struct ix_softc *sc)
sys/dev/pci/if_ixv.c
113
static void ixv_kstats(struct ix_softc *);
sys/dev/pci/if_ixv.c
1138
ixv_set_ivar(struct ix_softc *sc, uint8_t entry, uint8_t vector, int8_t type)
sys/dev/pci/if_ixv.c
114
static void ixv_rxq_kstats(struct ix_softc *, struct ix_rxring *);
sys/dev/pci/if_ixv.c
115
static void ixv_txq_kstats(struct ix_softc *, struct ix_txring *);
sys/dev/pci/if_ixv.c
1163
ixv_configure_ivars(struct ix_softc *sc)
sys/dev/pci/if_ixv.c
1192
struct ix_softc *sc = ifp->if_softc;
sys/dev/pci/if_ixv.c
1255
ixv_allocate_msix(struct ix_softc *sc)
sys/dev/pci/if_ixv.c
138
sizeof(struct ix_softc), ixv_probe, ixv_attach, ixv_detach,
sys/dev/pci/if_ixv.c
1392
ixv_kstats(struct ix_softc *sc)
sys/dev/pci/if_ixv.c
1427
ixv_rxq_kstats(struct ix_softc *sc, struct ix_rxring *rxr)
sys/dev/pci/if_ixv.c
1451
ixv_txq_kstats(struct ix_softc *sc, struct ix_txring *txr)
sys/dev/pci/if_ixv.c
1483
struct ix_softc *sc = arg;
sys/dev/pci/if_ixv.c
1511
struct ix_softc *sc = ks->ks_softc;
sys/dev/pci/if_ixv.c
1542
struct ix_softc *sc = rxr->sc;
sys/dev/pci/if_ixv.c
1561
struct ix_softc *sc = txr->sc;
sys/dev/pci/if_ixv.c
165
ixv_identify_hardware(struct ix_softc *sc)
sys/dev/pci/if_ixv.c
198
struct ix_softc *sc = (struct ix_softc *)self;
sys/dev/pci/if_ixv.c
356
struct ix_softc *sc = (struct ix_softc *)self;
sys/dev/pci/if_ixv.c
383
struct ix_softc *sc = (struct ix_softc *)ifp->if_softc;
sys/dev/pci/if_ixv.c
429
ixv_init(struct ix_softc *sc)
sys/dev/pci/if_ixv.c
534
ixv_enable_queue(struct ix_softc *sc, uint32_t vector)
sys/dev/pci/if_ixv.c
545
ixv_disable_queue(struct ix_softc *sc, uint32_t vector)
sys/dev/pci/if_ixv.c
562
struct ix_softc *sc = que->sc;
sys/dev/pci/if_ixv.c
589
struct ix_softc *sc = arg;
sys/dev/pci/if_ixv.c
610
ixv_negotiate_api(struct ix_softc *sc)
sys/dev/pci/if_ixv.c
635
ixv_iff(struct ix_softc *sc)
sys/dev/pci/if_ixv.c
64
static void ixv_identify_hardware(struct ix_softc *sc);
sys/dev/pci/if_ixv.c
69
static void ixv_init(struct ix_softc *);
sys/dev/pci/if_ixv.c
71
static int ixv_allocate_msix(struct ix_softc *);
sys/dev/pci/if_ixv.c
713
struct ix_softc *sc = arg;
sys/dev/pci/if_ixv.c
72
static void ixv_setup_interface(struct device *, struct ix_softc *);
sys/dev/pci/if_ixv.c
73
static int ixv_negotiate_api(struct ix_softc *);
sys/dev/pci/if_ixv.c
75
static void ixv_initialize_transmit_units(struct ix_softc *);
sys/dev/pci/if_ixv.c
76
static void ixv_initialize_receive_units(struct ix_softc *);
sys/dev/pci/if_ixv.c
761
ixv_setup_interface(struct device *dev, struct ix_softc *sc)
sys/dev/pci/if_ixv.c
77
static void ixv_initialize_rss_mapping(struct ix_softc *);
sys/dev/pci/if_ixv.c
79
static void ixv_enable_intr(struct ix_softc *);
sys/dev/pci/if_ixv.c
80
static void ixv_disable_intr(struct ix_softc *);
sys/dev/pci/if_ixv.c
81
static void ixv_iff(struct ix_softc *);
sys/dev/pci/if_ixv.c
82
static void ixv_set_ivar(struct ix_softc *, uint8_t, uint8_t, int8_t);
sys/dev/pci/if_ixv.c
829
ixv_initialize_transmit_units(struct ix_softc *sc)
sys/dev/pci/if_ixv.c
83
static void ixv_configure_ivars(struct ix_softc *);
sys/dev/pci/if_ixv.c
86
static void ixv_setup_vlan_support(struct ix_softc *);
sys/dev/pci/if_ixv.c
883
ixv_initialize_rss_mapping(struct ix_softc *sc)
sys/dev/pci/if_ixv.c
942
ixv_initialize_receive_units(struct ix_softc *sc)
sys/dev/pci/if_ixv.c
95
int ixgbe_allocate_queues(struct ix_softc *);
sys/dev/pci/if_ixv.c
96
int ixgbe_setup_transmit_structures(struct ix_softc *);
sys/dev/pci/if_ixv.c
97
int ixgbe_setup_receive_structures(struct ix_softc *);
sys/dev/pci/if_ixv.c
98
void ixgbe_free_transmit_structures(struct ix_softc *);
sys/dev/pci/if_ixv.c
99
void ixgbe_free_receive_structures(struct ix_softc *);