Symbol: ix_softc
sys/dev/netif/ix/if_ix.c
1169
struct ix_softc *sc = xsc;
sys/dev/netif/ix/if_ix.c
1216
struct ix_softc *sc = xsc;
sys/dev/netif/ix/if_ix.c
1229
struct ix_softc *sc = ifp->if_softc;
sys/dev/netif/ix/if_ix.c
1375
struct ix_softc *sc = ifp->if_softc;
sys/dev/netif/ix/if_ix.c
1574
ix_set_promisc(struct ix_softc *sc)
sys/dev/netif/ix/if_ix.c
1610
ix_set_multi(struct ix_softc *sc)
sys/dev/netif/ix/if_ix.c
166
static void ix_stop(struct ix_softc *);
sys/dev/netif/ix/if_ix.c
1668
struct ix_softc *sc = arg;
sys/dev/netif/ix/if_ix.c
1692
ix_update_link_status(struct ix_softc *sc)
sys/dev/netif/ix/if_ix.c
1747
ix_stop(struct ix_softc *sc)
sys/dev/netif/ix/if_ix.c
179
static void ix_add_sysctl(struct ix_softc *);
sys/dev/netif/ix/if_ix.c
1793
ix_setup_ifp(struct ix_softc *sc)
sys/dev/netif/ix/if_ix.c
180
static void ix_add_intr_rate_sysctl(struct ix_softc *, int,
sys/dev/netif/ix/if_ix.c
1891
ix_config_link(struct ix_softc *sc)
sys/dev/netif/ix/if_ix.c
1934
ix_alloc_rings(struct ix_softc *sc)
sys/dev/netif/ix/if_ix.c
194
static void ix_add_hw_stats(struct ix_softc *);
sys/dev/netif/ix/if_ix.c
197
static void ix_watchdog_reset(struct ix_softc *);
sys/dev/netif/ix/if_ix.c
199
static void ix_sync_netisr(struct ix_softc *, int);
sys/dev/netif/ix/if_ix.c
200
static void ix_slot_info(struct ix_softc *);
sys/dev/netif/ix/if_ix.c
201
static int ix_alloc_rings(struct ix_softc *);
sys/dev/netif/ix/if_ix.c
202
static void ix_free_rings(struct ix_softc *);
sys/dev/netif/ix/if_ix.c
203
static void ix_setup_ifp(struct ix_softc *);
sys/dev/netif/ix/if_ix.c
204
static void ix_setup_serialize(struct ix_softc *);
sys/dev/netif/ix/if_ix.c
205
static void ix_setup_caps(struct ix_softc *);
sys/dev/netif/ix/if_ix.c
206
static void ix_set_ring_inuse(struct ix_softc *, boolean_t);
sys/dev/netif/ix/if_ix.c
207
static int ix_get_timer_cpuid(const struct ix_softc *, boolean_t);
sys/dev/netif/ix/if_ix.c
208
static void ix_update_stats(struct ix_softc *);
sys/dev/netif/ix/if_ix.c
209
static void ix_detect_fanfail(struct ix_softc *, uint32_t, boolean_t);
sys/dev/netif/ix/if_ix.c
211
static void ix_set_promisc(struct ix_softc *);
sys/dev/netif/ix/if_ix.c
212
static void ix_set_multi(struct ix_softc *);
sys/dev/netif/ix/if_ix.c
213
static void ix_set_vlan(struct ix_softc *);
sys/dev/netif/ix/if_ix.c
2149
ix_init_tx_unit(struct ix_softc *sc)
sys/dev/netif/ix/if_ix.c
219
static void ix_get_txring_cnt(const struct ix_softc *, int *, int *);
sys/dev/netif/ix/if_ix.c
220
static int ix_get_txring_inuse(const struct ix_softc *, boolean_t);
sys/dev/netif/ix/if_ix.c
225
static void ix_init_tx_unit(struct ix_softc *);
sys/dev/netif/ix/if_ix.c
236
static void ix_get_rxring_cnt(const struct ix_softc *, int *, int *);
sys/dev/netif/ix/if_ix.c
237
static int ix_get_rxring_inuse(const struct ix_softc *, boolean_t);
sys/dev/netif/ix/if_ix.c
242
static void ix_init_rx_unit(struct ix_softc *, boolean_t);
sys/dev/netif/ix/if_ix.c
249
static void ix_enable_rx_drop(struct ix_softc *);
sys/dev/netif/ix/if_ix.c
250
static void ix_disable_rx_drop(struct ix_softc *);
sys/dev/netif/ix/if_ix.c
252
static void ix_config_gpie(struct ix_softc *);
sys/dev/netif/ix/if_ix.c
253
static void ix_alloc_msix(struct ix_softc *);
sys/dev/netif/ix/if_ix.c
254
static void ix_free_msix(struct ix_softc *, boolean_t);
sys/dev/netif/ix/if_ix.c
255
static void ix_setup_msix_eims(const struct ix_softc *, int,
sys/dev/netif/ix/if_ix.c
257
static int ix_alloc_intr(struct ix_softc *);
sys/dev/netif/ix/if_ix.c
2577
struct ix_softc *sc = rxr->rx_sc;
sys/dev/netif/ix/if_ix.c
258
static void ix_free_intr(struct ix_softc *);
sys/dev/netif/ix/if_ix.c
259
static int ix_setup_intr(struct ix_softc *);
sys/dev/netif/ix/if_ix.c
260
static void ix_teardown_intr(struct ix_softc *, int);
sys/dev/netif/ix/if_ix.c
261
static void ix_enable_intr(struct ix_softc *);
sys/dev/netif/ix/if_ix.c
262
static void ix_disable_intr(struct ix_softc *);
sys/dev/netif/ix/if_ix.c
263
static void ix_set_ivar(struct ix_softc *, uint8_t, uint8_t, int8_t);
sys/dev/netif/ix/if_ix.c
264
static void ix_set_eitr(struct ix_softc *, int, int);
sys/dev/netif/ix/if_ix.c
265
static void ix_intr_status(struct ix_softc *, uint32_t);
sys/dev/netif/ix/if_ix.c
2669
ix_init_rx_unit(struct ix_softc *sc, boolean_t polling)
sys/dev/netif/ix/if_ix.c
273
static void ix_config_link(struct ix_softc *);
sys/dev/netif/ix/if_ix.c
274
static boolean_t ix_sfp_probe(struct ix_softc *);
sys/dev/netif/ix/if_ix.c
276
static void ix_update_link_status(struct ix_softc *);
sys/dev/netif/ix/if_ix.c
277
static void ix_handle_link(struct ix_softc *);
sys/dev/netif/ix/if_ix.c
278
static void ix_handle_mod(struct ix_softc *);
sys/dev/netif/ix/if_ix.c
279
static void ix_handle_msf(struct ix_softc *);
sys/dev/netif/ix/if_ix.c
280
static void ix_handle_phy(struct ix_softc *);
sys/dev/netif/ix/if_ix.c
281
static int ix_powerdown(struct ix_softc *);
sys/dev/netif/ix/if_ix.c
282
static void ix_config_flowctrl(struct ix_softc *);
sys/dev/netif/ix/if_ix.c
283
static void ix_config_dmac(struct ix_softc *);
sys/dev/netif/ix/if_ix.c
284
static void ix_init_media(struct ix_softc *);
sys/dev/netif/ix/if_ix.c
286
static void ix_serialize_skipmain(struct ix_softc *);
sys/dev/netif/ix/if_ix.c
287
static void ix_deserialize_skipmain(struct ix_softc *);
sys/dev/netif/ix/if_ix.c
301
sizeof(struct ix_softc)
sys/dev/netif/ix/if_ix.c
3103
ix_set_vlan(struct ix_softc *sc)
sys/dev/netif/ix/if_ix.c
3131
ix_enable_intr(struct ix_softc *sc)
sys/dev/netif/ix/if_ix.c
3231
ix_disable_intr(struct ix_softc *sc)
sys/dev/netif/ix/if_ix.c
3252
ix_slot_info(struct ix_softc *sc)
sys/dev/netif/ix/if_ix.c
3358
ix_set_ivar(struct ix_softc *sc, uint8_t entry, uint8_t vector,
sys/dev/netif/ix/if_ix.c
3404
ix_sfp_probe(struct ix_softc *sc)
sys/dev/netif/ix/if_ix.c
3433
ix_handle_link(struct ix_softc *sc)
sys/dev/netif/ix/if_ix.c
3443
ix_handle_mod(struct ix_softc *sc)
sys/dev/netif/ix/if_ix.c
3494
ix_handle_msf(struct ix_softc *sc)
sys/dev/netif/ix/if_ix.c
3516
ix_handle_phy(struct ix_softc *sc)
sys/dev/netif/ix/if_ix.c
3533
ix_update_stats(struct ix_softc *sc)
sys/dev/netif/ix/if_ix.c
3651
ix_enable_rx_drop(struct ix_softc *sc)
sys/dev/netif/ix/if_ix.c
3671
ix_disable_rx_drop(struct ix_softc *sc)
sys/dev/netif/ix/if_ix.c
3691
ix_setup_serialize(struct ix_softc *sc)
sys/dev/netif/ix/if_ix.c
3724
ix_alloc_intr(struct ix_softc *sc)
sys/dev/netif/ix/if_ix.c
3842
ix_free_intr(struct ix_softc *sc)
sys/dev/netif/ix/if_ix.c
3865
ix_set_ring_inuse(struct ix_softc *sc, boolean_t polling)
sys/dev/netif/ix/if_ix.c
3878
ix_get_rxring_inuse(const struct ix_softc *sc, boolean_t polling)
sys/dev/netif/ix/if_ix.c
3892
ix_get_txring_inuse(const struct ix_softc *sc, boolean_t polling)
sys/dev/netif/ix/if_ix.c
3906
ix_setup_intr(struct ix_softc *sc)
sys/dev/netif/ix/if_ix.c
3927
ix_teardown_intr(struct ix_softc *sc, int intr_cnt)
sys/dev/netif/ix/if_ix.c
3944
struct ix_softc *sc = ifp->if_softc;
sys/dev/netif/ix/if_ix.c
3952
struct ix_softc *sc = ifp->if_softc;
sys/dev/netif/ix/if_ix.c
3960
struct ix_softc *sc = ifp->if_softc;
sys/dev/netif/ix/if_ix.c
3966
ix_serialize_skipmain(struct ix_softc *sc)
sys/dev/netif/ix/if_ix.c
3972
ix_deserialize_skipmain(struct ix_softc *sc)
sys/dev/netif/ix/if_ix.c
3983
struct ix_softc *sc = ifp->if_softc;
sys/dev/netif/ix/if_ix.c
3992
ix_free_rings(struct ix_softc *sc)
sys/dev/netif/ix/if_ix.c
4019
ix_watchdog_reset(struct ix_softc *sc)
sys/dev/netif/ix/if_ix.c
4030
ix_sync_netisr(struct ix_softc *sc, int flags)
sys/dev/netif/ix/if_ix.c
4050
struct ix_softc *sc = xsc;
sys/dev/netif/ix/if_ix.c
4066
struct ix_softc *sc = ifp->if_softc;
sys/dev/netif/ix/if_ix.c
417
ix_get_rxring_cnt(const struct ix_softc *sc, int *ring_cnt, int *ring_cntmax)
sys/dev/netif/ix/if_ix.c
4179
ix_add_sysctl(struct ix_softc *sc)
sys/dev/netif/ix/if_ix.c
4296
struct ix_softc *sc = (void *)arg1;
sys/dev/netif/ix/if_ix.c
4318
struct ix_softc *sc = (void *)arg1;
sys/dev/netif/ix/if_ix.c
4340
struct ix_softc *sc = (void *)arg1;
sys/dev/netif/ix/if_ix.c
435
ix_get_txring_cnt(const struct ix_softc *sc, int *ring_cnt, int *ring_cntmax)
sys/dev/netif/ix/if_ix.c
4350
struct ix_softc *sc = (void *)arg1;
sys/dev/netif/ix/if_ix.c
4360
struct ix_softc *sc = (void *)arg1;
sys/dev/netif/ix/if_ix.c
4390
ix_set_eitr(struct ix_softc *sc, int idx, int rate)
sys/dev/netif/ix/if_ix.c
4444
struct ix_softc *sc = (void *)arg1;
sys/dev/netif/ix/if_ix.c
4478
ix_add_intr_rate_sysctl(struct ix_softc *sc, int use,
sys/dev/netif/ix/if_ix.c
4495
ix_get_timer_cpuid(const struct ix_softc *sc, boolean_t polling)
sys/dev/netif/ix/if_ix.c
4504
ix_alloc_msix(struct ix_softc *sc)
sys/dev/netif/ix/if_ix.c
467
struct ix_softc *sc = device_get_softc(dev);
sys/dev/netif/ix/if_ix.c
4746
ix_free_msix(struct ix_softc *sc, boolean_t setup)
sys/dev/netif/ix/if_ix.c
4821
ix_intr_status(struct ix_softc *sc, uint32_t eicr)
sys/dev/netif/ix/if_ix.c
4900
struct ix_softc *sc = xsc;
sys/dev/netif/ix/if_ix.c
4912
ix_setup_msix_eims(const struct ix_softc *sc, int x,
sys/dev/netif/ix/if_ix.c
4941
struct ix_softc *sc = ifp->if_softc;
sys/dev/netif/ix/if_ix.c
4982
struct ix_softc *sc = ifp->if_softc;
sys/dev/netif/ix/if_ix.c
5100
ix_powerdown(struct ix_softc *sc)
sys/dev/netif/ix/if_ix.c
5145
ix_config_flowctrl(struct ix_softc *sc)
sys/dev/netif/ix/if_ix.c
5192
ix_config_dmac(struct ix_softc *sc)
sys/dev/netif/ix/if_ix.c
5218
ix_init_media(struct ix_softc *sc)
sys/dev/netif/ix/if_ix.c
5344
ix_setup_caps(struct ix_softc *sc)
sys/dev/netif/ix/if_ix.c
5384
ix_detect_fanfail(struct ix_softc *sc, uint32_t reg, boolean_t intr)
sys/dev/netif/ix/if_ix.c
5396
ix_config_gpie(struct ix_softc *sc)
sys/dev/netif/ix/if_ix.c
5440
struct ix_softc *sc = xsc;
sys/dev/netif/ix/if_ix.c
678
struct ix_softc *sc = device_get_softc(dev);
sys/dev/netif/ix/if_ix.c
743
struct ix_softc *sc = device_get_softc(dev);
sys/dev/netif/ix/if_ix.c
759
struct ix_softc *sc = ifp->if_softc;
sys/dev/netif/ix/if_ix.c
817
struct ix_softc *sc = ifp->if_softc;
sys/dev/netif/ix/if_ix.c
927
struct ix_softc *sc = xsc;
sys/dev/netif/ix/if_ix.h
217
struct ix_softc;
sys/dev/netif/ix/if_ix.h
222
struct ix_softc *tx_sc;
sys/dev/netif/ix/if_ix.h
261
struct ix_softc *rx_sc;
sys/dev/netif/ix/ixgbe_osdep_pf.c
106
bus_space_write_4(((struct ix_softc *)hw->back)->osdep.mem_bus_space_tag,
sys/dev/netif/ix/ixgbe_osdep_pf.c
107
((struct ix_softc *)hw->back)->osdep.mem_bus_space_handle,
sys/dev/netif/ix/ixgbe_osdep_pf.c
114
return bus_space_read_4(((struct ix_softc *)hw->back)->osdep.mem_bus_space_tag,
sys/dev/netif/ix/ixgbe_osdep_pf.c
115
((struct ix_softc *)hw->back)->osdep.mem_bus_space_handle,
sys/dev/netif/ix/ixgbe_osdep_pf.c
122
bus_space_write_4(((struct ix_softc *)hw->back)->osdep.mem_bus_space_tag,
sys/dev/netif/ix/ixgbe_osdep_pf.c
123
((struct ix_softc *)hw->back)->osdep.mem_bus_space_handle,
sys/dev/netif/ix/ixgbe_osdep_pf.c
50
return pci_read_config(((struct ix_softc *)hw->back)->dev, reg, 2);
sys/dev/netif/ix/ixgbe_osdep_pf.c
56
pci_write_config(((struct ix_softc *)hw->back)->dev, reg, value, 2);
sys/dev/netif/ix/ixgbe_osdep_pf.c
62
struct ix_softc *sc = (struct ix_softc *)hw->back;