Symbol: ixgb_softc
sys/dev/pci/if_ixgb.c
102
void ixgb_set_promisc(struct ixgb_softc *);
sys/dev/pci/if_ixgb.c
103
void ixgb_set_multi(struct ixgb_softc *);
sys/dev/pci/if_ixgb.c
105
void ixgb_print_hw_stats(struct ixgb_softc *);
sys/dev/pci/if_ixgb.c
1051
ixgb_dma_malloc(struct ixgb_softc *sc, bus_size_t size,
sys/dev/pci/if_ixgb.c
107
void ixgb_update_link_status(struct ixgb_softc *);
sys/dev/pci/if_ixgb.c
109
ixgb_get_buf(struct ixgb_softc *, int i,
sys/dev/pci/if_ixgb.c
1109
ixgb_dma_free(struct ixgb_softc *sc, struct ixgb_dma_alloc *dma)
sys/dev/pci/if_ixgb.c
111
void ixgb_enable_hw_vlans(struct ixgb_softc *);
sys/dev/pci/if_ixgb.c
112
int ixgb_encap(struct ixgb_softc *, struct mbuf *);
sys/dev/pci/if_ixgb.c
1132
ixgb_allocate_transmit_structures(struct ixgb_softc *sc)
sys/dev/pci/if_ixgb.c
114
ixgb_dma_malloc(struct ixgb_softc *, bus_size_t,
sys/dev/pci/if_ixgb.c
1150
ixgb_setup_transmit_structures(struct ixgb_softc *sc)
sys/dev/pci/if_ixgb.c
116
void ixgb_dma_free(struct ixgb_softc *, struct ixgb_dma_alloc *);
sys/dev/pci/if_ixgb.c
1200
ixgb_initialize_transmit_unit(struct ixgb_softc *sc)
sys/dev/pci/if_ixgb.c
123
sizeof(struct ixgb_softc), ixgb_probe, ixgb_attach
sys/dev/pci/if_ixgb.c
1241
ixgb_free_transmit_structures(struct ixgb_softc *sc)
sys/dev/pci/if_ixgb.c
1288
ixgb_transmit_checksum_setup(struct ixgb_softc *sc,
sys/dev/pci/if_ixgb.c
1362
ixgb_txeof(struct ixgb_softc *sc)
sys/dev/pci/if_ixgb.c
1434
ixgb_get_buf(struct ixgb_softc *sc, int i,
sys/dev/pci/if_ixgb.c
1493
ixgb_allocate_receive_structures(struct ixgb_softc *sc)
sys/dev/pci/if_ixgb.c
1542
ixgb_setup_receive_structures(struct ixgb_softc *sc)
sys/dev/pci/if_ixgb.c
1562
ixgb_initialize_receive_unit(struct ixgb_softc *sc)
sys/dev/pci/if_ixgb.c
1653
ixgb_free_receive_structures(struct ixgb_softc *sc)
sys/dev/pci/if_ixgb.c
169
struct ixgb_softc *sc;
sys/dev/pci/if_ixgb.c
1701
ixgb_rxeof(struct ixgb_softc *sc, int count)
sys/dev/pci/if_ixgb.c
174
sc = (struct ixgb_softc *)self;
sys/dev/pci/if_ixgb.c
1860
ixgb_receive_checksum(struct ixgb_softc *sc,
sys/dev/pci/if_ixgb.c
1893
ixgb_enable_hw_vlans(struct ixgb_softc *sc)
sys/dev/pci/if_ixgb.c
1903
ixgb_enable_intr(struct ixgb_softc *sc)
sys/dev/pci/if_ixgb.c
1915
ixgb_disable_intr(struct ixgb_softc *sc)
sys/dev/pci/if_ixgb.c
1926
ixgb_update_stats_counters(struct ixgb_softc *sc)
sys/dev/pci/if_ixgb.c
2019
ixgb_print_hw_stats(struct ixgb_softc *sc)
sys/dev/pci/if_ixgb.c
272
struct ixgb_softc *sc = ifp->if_softc;
sys/dev/pci/if_ixgb.c
334
struct ixgb_softc *sc = ifp->if_softc;
sys/dev/pci/if_ixgb.c
405
struct ixgb_softc *sc = ifp->if_softc;
sys/dev/pci/if_ixgb.c
436
struct ixgb_softc *sc = arg;
sys/dev/pci/if_ixgb.c
514
struct ixgb_softc *sc = arg;
sys/dev/pci/if_ixgb.c
569
struct ixgb_softc *sc = ifp->if_softc;
sys/dev/pci/if_ixgb.c
605
struct ixgb_softc *sc = ifp->if_softc;
sys/dev/pci/if_ixgb.c
624
ixgb_encap(struct ixgb_softc *sc, struct mbuf *m_head)
sys/dev/pci/if_ixgb.c
713
ixgb_set_promisc(struct ixgb_softc *sc)
sys/dev/pci/if_ixgb.c
740
ixgb_set_multi(struct ixgb_softc *sc)
sys/dev/pci/if_ixgb.c
75
void ixgb_identify_hardware(struct ixgb_softc *);
sys/dev/pci/if_ixgb.c
76
int ixgb_allocate_pci_resources(struct ixgb_softc *);
sys/dev/pci/if_ixgb.c
77
void ixgb_free_pci_resources(struct ixgb_softc *);
sys/dev/pci/if_ixgb.c
789
struct ixgb_softc *sc = arg;
sys/dev/pci/if_ixgb.c
79
int ixgb_hardware_init(struct ixgb_softc *);
sys/dev/pci/if_ixgb.c
80
void ixgb_setup_interface(struct ixgb_softc *);
sys/dev/pci/if_ixgb.c
81
int ixgb_setup_transmit_structures(struct ixgb_softc *);
sys/dev/pci/if_ixgb.c
810
ixgb_update_link_status(struct ixgb_softc *sc)
sys/dev/pci/if_ixgb.c
82
void ixgb_initialize_transmit_unit(struct ixgb_softc *);
sys/dev/pci/if_ixgb.c
83
int ixgb_setup_receive_structures(struct ixgb_softc *);
sys/dev/pci/if_ixgb.c
84
void ixgb_initialize_receive_unit(struct ixgb_softc *);
sys/dev/pci/if_ixgb.c
842
struct ixgb_softc *sc = arg;
sys/dev/pci/if_ixgb.c
85
void ixgb_enable_intr(struct ixgb_softc *);
sys/dev/pci/if_ixgb.c
86
void ixgb_disable_intr(struct ixgb_softc *);
sys/dev/pci/if_ixgb.c
866
ixgb_identify_hardware(struct ixgb_softc *sc)
sys/dev/pci/if_ixgb.c
87
void ixgb_free_transmit_structures(struct ixgb_softc *);
sys/dev/pci/if_ixgb.c
88
void ixgb_free_receive_structures(struct ixgb_softc *);
sys/dev/pci/if_ixgb.c
89
void ixgb_update_stats_counters(struct ixgb_softc *);
sys/dev/pci/if_ixgb.c
90
void ixgb_txeof(struct ixgb_softc *);
sys/dev/pci/if_ixgb.c
902
ixgb_allocate_pci_resources(struct ixgb_softc *sc)
sys/dev/pci/if_ixgb.c
91
int ixgb_allocate_receive_structures(struct ixgb_softc *);
sys/dev/pci/if_ixgb.c
92
int ixgb_allocate_transmit_structures(struct ixgb_softc *);
sys/dev/pci/if_ixgb.c
93
void ixgb_rxeof(struct ixgb_softc *, int);
sys/dev/pci/if_ixgb.c
946
ixgb_free_pci_resources(struct ixgb_softc *sc)
sys/dev/pci/if_ixgb.c
95
ixgb_receive_checksum(struct ixgb_softc *,
sys/dev/pci/if_ixgb.c
970
ixgb_hardware_init(struct ixgb_softc *sc)
sys/dev/pci/if_ixgb.c
99
ixgb_transmit_checksum_setup(struct ixgb_softc *,
sys/dev/pci/if_ixgb.c
999
ixgb_setup_interface(struct ixgb_softc *sc)