Symbol: ix_softc
sys/dev/pci/if_ix.c
1033
ixgbe_enable_queue(struct ix_softc *sc, uint32_t vector)
sys/dev/pci/if_ix.c
1052
ixgbe_enable_queues(struct ix_softc *sc)
sys/dev/pci/if_ix.c
1062
ixgbe_disable_queue(struct ix_softc *sc, uint32_t vector)
sys/dev/pci/if_ix.c
1086
struct ix_softc *sc = (struct ix_softc *)vsc;
sys/dev/pci/if_ix.c
1095
struct ix_softc *sc = que->sc;
sys/dev/pci/if_ix.c
1120
struct ix_softc *sc = (struct ix_softc *)arg;
sys/dev/pci/if_ix.c
1142
ixgbe_intr(struct ix_softc *sc)
sys/dev/pci/if_ix.c
116
int ixgbe_rxrinfo(struct ix_softc *, struct if_rxrinfo *);
sys/dev/pci/if_ix.c
117
int ixgbe_get_sffpage(struct ix_softc *, struct if_sffpage *);
sys/dev/pci/if_ix.c
123
void ixgbe_identify_hardware(struct ix_softc *);
sys/dev/pci/if_ix.c
124
int ixgbe_allocate_pci_resources(struct ix_softc *);
sys/dev/pci/if_ix.c
125
int ixgbe_allocate_legacy(struct ix_softc *);
sys/dev/pci/if_ix.c
1252
struct ix_softc *sc = ifp->if_softc;
sys/dev/pci/if_ix.c
126
int ixgbe_allocate_msix(struct ix_softc *);
sys/dev/pci/if_ix.c
127
void ixgbe_setup_msix(struct ix_softc *);
sys/dev/pci/if_ix.c
128
int ixgbe_allocate_queues(struct ix_softc *);
sys/dev/pci/if_ix.c
129
void ixgbe_free_pci_resources(struct ix_softc *);
sys/dev/pci/if_ix.c
130
void ixgbe_setup_interface(struct ix_softc *);
sys/dev/pci/if_ix.c
131
void ixgbe_config_gpie(struct ix_softc *);
sys/dev/pci/if_ix.c
132
void ixgbe_config_delay_values(struct ix_softc *);
sys/dev/pci/if_ix.c
133
void ixgbe_add_media_types(struct ix_softc *);
sys/dev/pci/if_ix.c
134
void ixgbe_config_link(struct ix_softc *);
sys/dev/pci/if_ix.c
137
int ixgbe_setup_transmit_structures(struct ix_softc *);
sys/dev/pci/if_ix.c
1379
struct ix_softc *sc = ifp->if_softc;
sys/dev/pci/if_ix.c
139
void ixgbe_initialize_transmit_units(struct ix_softc *);
sys/dev/pci/if_ix.c
140
void ixgbe_free_transmit_structures(struct ix_softc *);
sys/dev/pci/if_ix.c
144
int ixgbe_setup_receive_structures(struct ix_softc *);
sys/dev/pci/if_ix.c
1446
struct ix_softc *sc = txr->sc;
sys/dev/pci/if_ix.c
146
void ixgbe_initialize_receive_units(struct ix_softc *);
sys/dev/pci/if_ix.c
147
void ixgbe_free_receive_structures(struct ix_softc *);
sys/dev/pci/if_ix.c
149
void ixgbe_initialize_rss_mapping(struct ix_softc *);
sys/dev/pci/if_ix.c
153
int ixgbe_intr(struct ix_softc *sc);
sys/dev/pci/if_ix.c
1531
ixgbe_iff(struct ix_softc *sc)
sys/dev/pci/if_ix.c
154
void ixgbe_enable_intr(struct ix_softc *);
sys/dev/pci/if_ix.c
155
void ixgbe_disable_intr(struct ix_softc *);
sys/dev/pci/if_ix.c
159
void ixgbe_iff(struct ix_softc *);
sys/dev/pci/if_ix.c
1595
ixgbe_update_link_status(struct ix_softc *sc)
sys/dev/pci/if_ix.c
160
void ixgbe_map_queue_statistics(struct ix_softc *);
sys/dev/pci/if_ix.c
161
void ixgbe_update_link_status(struct ix_softc *);
sys/dev/pci/if_ix.c
164
int ixgbe_dma_malloc(struct ix_softc *, bus_size_t,
sys/dev/pci/if_ix.c
1644
struct ix_softc *sc = arg;
sys/dev/pci/if_ix.c
166
void ixgbe_dma_free(struct ix_softc *, struct ixgbe_dma_alloc *);
sys/dev/pci/if_ix.c
1698
ixgbe_identify_hardware(struct ix_softc *sc)
sys/dev/pci/if_ix.c
170
void ixgbe_set_ivar(struct ix_softc *, uint8_t, uint8_t, int8_t);
sys/dev/pci/if_ix.c
171
void ixgbe_configure_ivars(struct ix_softc *);
sys/dev/pci/if_ix.c
1730
ixgbe_allocate_legacy(struct ix_softc *sc)
sys/dev/pci/if_ix.c
174
void ixgbe_setup_vlan_hw_support(struct ix_softc *);
sys/dev/pci/if_ix.c
177
void ixgbe_handle_mod(struct ix_softc *);
sys/dev/pci/if_ix.c
1777
ixgbe_allocate_msix(struct ix_softc *sc)
sys/dev/pci/if_ix.c
178
void ixgbe_handle_msf(struct ix_softc *);
sys/dev/pci/if_ix.c
179
void ixgbe_handle_phy(struct ix_softc *);
sys/dev/pci/if_ix.c
183
void ixgbe_enable_queue(struct ix_softc *, uint32_t);
sys/dev/pci/if_ix.c
1839
ixgbe_setup_msix(struct ix_softc *sc)
sys/dev/pci/if_ix.c
184
void ixgbe_enable_queues(struct ix_softc *);
sys/dev/pci/if_ix.c
185
void ixgbe_disable_queue(struct ix_softc *, uint32_t);
sys/dev/pci/if_ix.c
1866
ixgbe_allocate_pci_resources(struct ix_softc *sc)
sys/dev/pci/if_ix.c
1896
ixgbe_free_pci_resources(struct ix_softc * sc)
sys/dev/pci/if_ix.c
192
static void ix_kstats(struct ix_softc *);
sys/dev/pci/if_ix.c
1924
ixgbe_setup_interface(struct ix_softc *sc)
sys/dev/pci/if_ix.c
193
static void ix_rxq_kstats(struct ix_softc *, struct ix_rxring *);
sys/dev/pci/if_ix.c
194
static void ix_txq_kstats(struct ix_softc *, struct ix_txring *);
sys/dev/pci/if_ix.c
1995
ixgbe_add_media_types(struct ix_softc *sc)
sys/dev/pci/if_ix.c
2046
ixgbe_config_link(struct ix_softc *sc)
sys/dev/pci/if_ix.c
207
sizeof(struct ix_softc), ixgbe_probe, ixgbe_attach, ixgbe_detach,
sys/dev/pci/if_ix.c
2081
ixgbe_dma_malloc(struct ix_softc *sc, bus_size_t size,
sys/dev/pci/if_ix.c
2136
ixgbe_dma_free(struct ix_softc *sc, struct ixgbe_dma_alloc *dma)
sys/dev/pci/if_ix.c
2161
ixgbe_allocate_queues(struct ix_softc *sc)
sys/dev/pci/if_ix.c
2277
struct ix_softc *sc = txr->sc;
sys/dev/pci/if_ix.c
2318
struct ix_softc *sc = txr->sc;
sys/dev/pci/if_ix.c
2346
ixgbe_setup_transmit_structures(struct ix_softc *sc)
sys/dev/pci/if_ix.c
2368
ixgbe_initialize_transmit_units(struct ix_softc *sc)
sys/dev/pci/if_ix.c
2454
ixgbe_free_transmit_structures(struct ix_softc *sc)
sys/dev/pci/if_ix.c
246
struct ix_softc *sc = (struct ix_softc *)self;
sys/dev/pci/if_ix.c
2471
struct ix_softc *sc = txr->sc;
sys/dev/pci/if_ix.c
2642
struct ix_softc *sc = txr->sc;
sys/dev/pci/if_ix.c
2714
struct ix_softc *sc = rxr->sc;
sys/dev/pci/if_ix.c
2763
struct ix_softc *sc = rxr->sc;
sys/dev/pci/if_ix.c
2804
struct ix_softc *sc = rxr->sc;
sys/dev/pci/if_ix.c
2836
struct ix_softc *sc = rxr->sc;
sys/dev/pci/if_ix.c
2871
struct ix_softc *sc = rxr->sc;
sys/dev/pci/if_ix.c
2887
ixgbe_setup_receive_structures(struct ix_softc *sc)
sys/dev/pci/if_ix.c
2910
ixgbe_initialize_receive_units(struct ix_softc *sc)
sys/dev/pci/if_ix.c
3018
ixgbe_initialize_rss_mapping(struct ix_softc *sc)
sys/dev/pci/if_ix.c
3089
ixgbe_free_receive_structures(struct ix_softc *sc)
sys/dev/pci/if_ix.c
3109
struct ix_softc *sc;
sys/dev/pci/if_ix.c
3148
struct ix_softc *sc = rxr->sc;
sys/dev/pci/if_ix.c
3405
ixgbe_setup_vlan_hw_support(struct ix_softc *sc)
sys/dev/pci/if_ix.c
3443
ixgbe_enable_intr(struct ix_softc *sc)
sys/dev/pci/if_ix.c
3498
ixgbe_disable_intr(struct ix_softc *sc)
sys/dev/pci/if_ix.c
3561
ixgbe_set_ivar(struct ix_softc *sc, uint8_t entry, uint8_t vector, int8_t type)
sys/dev/pci/if_ix.c
3607
ixgbe_configure_ivars(struct ix_softc *sc)
sys/dev/pci/if_ix.c
3633
ixgbe_handle_mod(struct ix_softc *sc)
sys/dev/pci/if_ix.c
3659
ixgbe_handle_msf(struct ix_softc *sc)
sys/dev/pci/if_ix.c
3682
ixgbe_handle_phy(struct ix_softc *sc)
sys/dev/pci/if_ix.c
371
struct ix_softc *sc = (struct ix_softc *)self;
sys/dev/pci/if_ix.c
3845
ix_kstats(struct ix_softc *sc)
sys/dev/pci/if_ix.c
3880
ix_rxq_kstats(struct ix_softc *sc, struct ix_rxring *rxr)
sys/dev/pci/if_ix.c
3904
ix_txq_kstats(struct ix_softc *sc, struct ix_txring *txr)
sys/dev/pci/if_ix.c
3936
struct ix_softc *sc = arg;
sys/dev/pci/if_ix.c
3964
struct ix_softc *sc = ks->ks_softc;
sys/dev/pci/if_ix.c
4011
struct ix_softc *sc = rxr->sc;
sys/dev/pci/if_ix.c
402
struct ix_softc *sc = (struct ix_softc *)self;
sys/dev/pci/if_ix.c
4038
struct ix_softc *sc = txr->sc;
sys/dev/pci/if_ix.c
4058
ixgbe_map_queue_statistics(struct ix_softc *sc)
sys/dev/pci/if_ix.c
452
struct ix_softc *sc = ifp->if_softc;
sys/dev/pci/if_ix.c
528
struct ix_softc *sc = ifp->if_softc;
sys/dev/pci/if_ix.c
606
ixgbe_get_sffpage(struct ix_softc *sc, struct if_sffpage *sff)
sys/dev/pci/if_ix.c
650
ixgbe_rxrinfo(struct ix_softc *sc, struct if_rxrinfo *ifri)
sys/dev/pci/if_ix.c
686
struct ix_softc *sc = (struct ix_softc *)ifp->if_softc;
sys/dev/pci/if_ix.c
747
struct ix_softc *sc = (struct ix_softc *)arg;
sys/dev/pci/if_ix.c
931
ixgbe_config_gpie(struct ix_softc *sc)
sys/dev/pci/if_ix.c
987
ixgbe_config_delay_values(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 *);