Lines Matching refs:ixgb_softc

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