ixgb_softc         75 dev/pci/if_ixgb.c void ixgb_identify_hardware(struct ixgb_softc *);
ixgb_softc         76 dev/pci/if_ixgb.c int  ixgb_allocate_pci_resources(struct ixgb_softc *);
ixgb_softc         77 dev/pci/if_ixgb.c void ixgb_free_pci_resources(struct ixgb_softc *);
ixgb_softc         79 dev/pci/if_ixgb.c int  ixgb_hardware_init(struct ixgb_softc *);
ixgb_softc         80 dev/pci/if_ixgb.c void ixgb_setup_interface(struct ixgb_softc *);
ixgb_softc         81 dev/pci/if_ixgb.c int  ixgb_setup_transmit_structures(struct ixgb_softc *);
ixgb_softc         82 dev/pci/if_ixgb.c void ixgb_initialize_transmit_unit(struct ixgb_softc *);
ixgb_softc         83 dev/pci/if_ixgb.c int  ixgb_setup_receive_structures(struct ixgb_softc *);
ixgb_softc         84 dev/pci/if_ixgb.c void ixgb_initialize_receive_unit(struct ixgb_softc *);
ixgb_softc         85 dev/pci/if_ixgb.c void ixgb_enable_intr(struct ixgb_softc *);
ixgb_softc         86 dev/pci/if_ixgb.c void ixgb_disable_intr(struct ixgb_softc *);
ixgb_softc         87 dev/pci/if_ixgb.c void ixgb_free_transmit_structures(struct ixgb_softc *);
ixgb_softc         88 dev/pci/if_ixgb.c void ixgb_free_receive_structures(struct ixgb_softc *);
ixgb_softc         89 dev/pci/if_ixgb.c void ixgb_update_stats_counters(struct ixgb_softc *);
ixgb_softc         90 dev/pci/if_ixgb.c void ixgb_txeof(struct ixgb_softc *);
ixgb_softc         91 dev/pci/if_ixgb.c int  ixgb_allocate_receive_structures(struct ixgb_softc *);
ixgb_softc         92 dev/pci/if_ixgb.c int  ixgb_allocate_transmit_structures(struct ixgb_softc *);
ixgb_softc         93 dev/pci/if_ixgb.c void ixgb_rxeof(struct ixgb_softc *, int);
ixgb_softc         95 dev/pci/if_ixgb.c ixgb_receive_checksum(struct ixgb_softc *,
ixgb_softc         99 dev/pci/if_ixgb.c ixgb_transmit_checksum_setup(struct ixgb_softc *,
ixgb_softc        102 dev/pci/if_ixgb.c void ixgb_set_promisc(struct ixgb_softc *);
ixgb_softc        103 dev/pci/if_ixgb.c void ixgb_set_multi(struct ixgb_softc *);
ixgb_softc        104 dev/pci/if_ixgb.c void ixgb_print_hw_stats(struct ixgb_softc *);
ixgb_softc        105 dev/pci/if_ixgb.c void ixgb_update_link_status(struct ixgb_softc *);
ixgb_softc        107 dev/pci/if_ixgb.c ixgb_get_buf(struct ixgb_softc *, int i,
ixgb_softc        109 dev/pci/if_ixgb.c int  ixgb_encap(struct ixgb_softc *, struct mbuf *);
ixgb_softc        111 dev/pci/if_ixgb.c ixgb_dma_malloc(struct ixgb_softc *, bus_size_t,
ixgb_softc        113 dev/pci/if_ixgb.c void ixgb_dma_free(struct ixgb_softc *, struct ixgb_dma_alloc *);
ixgb_softc        120 dev/pci/if_ixgb.c 	sizeof(struct ixgb_softc), ixgb_probe, ixgb_attach
ixgb_softc        166 dev/pci/if_ixgb.c 	struct ixgb_softc *sc;
ixgb_softc        171 dev/pci/if_ixgb.c 	sc = (struct ixgb_softc *)self;
ixgb_softc        263 dev/pci/if_ixgb.c 	struct ixgb_softc *sc = (struct ixgb_softc *)arg;
ixgb_softc        282 dev/pci/if_ixgb.c 	struct ixgb_softc *sc = arg;
ixgb_softc        301 dev/pci/if_ixgb.c 	struct ixgb_softc *sc = ifp->if_softc;
ixgb_softc        348 dev/pci/if_ixgb.c 	struct ixgb_softc *sc = ifp->if_softc;
ixgb_softc        438 dev/pci/if_ixgb.c 	struct ixgb_softc *sc = ifp->if_softc;
ixgb_softc        469 dev/pci/if_ixgb.c 	struct ixgb_softc *sc = arg;
ixgb_softc        544 dev/pci/if_ixgb.c 	struct ixgb_softc *sc = arg;
ixgb_softc        599 dev/pci/if_ixgb.c 	struct ixgb_softc *sc = ifp->if_softc;
ixgb_softc        635 dev/pci/if_ixgb.c 	struct ixgb_softc *sc = ifp->if_softc;
ixgb_softc        654 dev/pci/if_ixgb.c ixgb_encap(struct ixgb_softc *sc, struct mbuf *m_head)
ixgb_softc        743 dev/pci/if_ixgb.c ixgb_set_promisc(struct ixgb_softc *sc)
ixgb_softc        770 dev/pci/if_ixgb.c ixgb_set_multi(struct ixgb_softc *sc)
ixgb_softc        816 dev/pci/if_ixgb.c 	struct ixgb_softc *sc = arg;
ixgb_softc        835 dev/pci/if_ixgb.c ixgb_update_link_status(struct ixgb_softc *sc)
ixgb_softc        867 dev/pci/if_ixgb.c 	struct ixgb_softc *sc = arg;
ixgb_softc        890 dev/pci/if_ixgb.c ixgb_identify_hardware(struct ixgb_softc *sc)
ixgb_softc        926 dev/pci/if_ixgb.c ixgb_allocate_pci_resources(struct ixgb_softc *sc)
ixgb_softc        970 dev/pci/if_ixgb.c ixgb_free_pci_resources(struct ixgb_softc *sc)
ixgb_softc        994 dev/pci/if_ixgb.c ixgb_hardware_init(struct ixgb_softc *sc)
ixgb_softc       1023 dev/pci/if_ixgb.c ixgb_setup_interface(struct ixgb_softc *sc)
ixgb_softc       1072 dev/pci/if_ixgb.c ixgb_dma_malloc(struct ixgb_softc *sc, bus_size_t size,
ixgb_softc       1132 dev/pci/if_ixgb.c ixgb_dma_free(struct ixgb_softc *sc, struct ixgb_dma_alloc *dma)
ixgb_softc       1155 dev/pci/if_ixgb.c ixgb_allocate_transmit_structures(struct ixgb_softc *sc)
ixgb_softc       1177 dev/pci/if_ixgb.c ixgb_setup_transmit_structures(struct ixgb_softc *sc)
ixgb_softc       1227 dev/pci/if_ixgb.c ixgb_initialize_transmit_unit(struct ixgb_softc *sc)
ixgb_softc       1268 dev/pci/if_ixgb.c ixgb_free_transmit_structures(struct ixgb_softc *sc)
ixgb_softc       1315 dev/pci/if_ixgb.c ixgb_transmit_checksum_setup(struct ixgb_softc *sc,
ixgb_softc       1389 dev/pci/if_ixgb.c ixgb_txeof(struct ixgb_softc *sc)
ixgb_softc       1462 dev/pci/if_ixgb.c ixgb_get_buf(struct ixgb_softc *sc, int i,
ixgb_softc       1523 dev/pci/if_ixgb.c ixgb_allocate_receive_structures(struct ixgb_softc *sc)
ixgb_softc       1577 dev/pci/if_ixgb.c ixgb_setup_receive_structures(struct ixgb_softc *sc)
ixgb_softc       1597 dev/pci/if_ixgb.c ixgb_initialize_receive_unit(struct ixgb_softc *sc)
ixgb_softc       1691 dev/pci/if_ixgb.c ixgb_free_receive_structures(struct ixgb_softc *sc)
ixgb_softc       1739 dev/pci/if_ixgb.c ixgb_rxeof(struct ixgb_softc *sc, int count)
ixgb_softc       1900 dev/pci/if_ixgb.c ixgb_receive_checksum(struct ixgb_softc *sc,
ixgb_softc       1929 dev/pci/if_ixgb.c ixgb_enable_intr(struct ixgb_softc *sc)
ixgb_softc       1936 dev/pci/if_ixgb.c ixgb_disable_intr(struct ixgb_softc *sc)
ixgb_softc       1958 dev/pci/if_ixgb.c ixgb_update_stats_counters(struct ixgb_softc *sc)
ixgb_softc       2050 dev/pci/if_ixgb.c ixgb_print_hw_stats(struct ixgb_softc *sc)
ixgb_softc        231 dev/pci/if_ixgb.h struct ixgb_softc {