em_softc 138 dev/pci/if_em.c void em_identify_hardware(struct em_softc *);
em_softc 139 dev/pci/if_em.c int em_allocate_pci_resources(struct em_softc *);
em_softc 140 dev/pci/if_em.c void em_free_pci_resources(struct em_softc *);
em_softc 142 dev/pci/if_em.c int em_hardware_init(struct em_softc *);
em_softc 143 dev/pci/if_em.c void em_setup_interface(struct em_softc *);
em_softc 144 dev/pci/if_em.c int em_setup_transmit_structures(struct em_softc *);
em_softc 145 dev/pci/if_em.c void em_initialize_transmit_unit(struct em_softc *);
em_softc 146 dev/pci/if_em.c int em_setup_receive_structures(struct em_softc *);
em_softc 147 dev/pci/if_em.c void em_initialize_receive_unit(struct em_softc *);
em_softc 148 dev/pci/if_em.c void em_enable_intr(struct em_softc *);
em_softc 149 dev/pci/if_em.c void em_disable_intr(struct em_softc *);
em_softc 150 dev/pci/if_em.c void em_free_transmit_structures(struct em_softc *);
em_softc 151 dev/pci/if_em.c void em_free_receive_structures(struct em_softc *);
em_softc 152 dev/pci/if_em.c void em_update_stats_counters(struct em_softc *);
em_softc 153 dev/pci/if_em.c void em_txeof(struct em_softc *);
em_softc 154 dev/pci/if_em.c int em_allocate_receive_structures(struct em_softc *);
em_softc 155 dev/pci/if_em.c int em_allocate_transmit_structures(struct em_softc *);
em_softc 156 dev/pci/if_em.c void em_rxeof(struct em_softc *, int);
em_softc 157 dev/pci/if_em.c void em_receive_checksum(struct em_softc *, struct em_rx_desc *,
em_softc 160 dev/pci/if_em.c void em_transmit_checksum_setup(struct em_softc *, struct mbuf *,
em_softc 163 dev/pci/if_em.c void em_set_promisc(struct em_softc *);
em_softc 164 dev/pci/if_em.c void em_set_multi(struct em_softc *);
em_softc 165 dev/pci/if_em.c void em_print_hw_stats(struct em_softc *);
em_softc 166 dev/pci/if_em.c void em_update_link_status(struct em_softc *);
em_softc 167 dev/pci/if_em.c int em_get_buf(struct em_softc *, int);
em_softc 168 dev/pci/if_em.c int em_encap(struct em_softc *, struct mbuf *);
em_softc 169 dev/pci/if_em.c void em_smartspeed(struct em_softc *);
em_softc 170 dev/pci/if_em.c int em_82547_fifo_workaround(struct em_softc *, int);
em_softc 171 dev/pci/if_em.c void em_82547_update_fifo_head(struct em_softc *, int);
em_softc 172 dev/pci/if_em.c int em_82547_tx_fifo_reset(struct em_softc *);
em_softc 174 dev/pci/if_em.c void em_82547_move_tail_locked(struct em_softc *);
em_softc 175 dev/pci/if_em.c int em_dma_malloc(struct em_softc *, bus_size_t, struct em_dma_alloc *,
em_softc 177 dev/pci/if_em.c void em_dma_free(struct em_softc *, struct em_dma_alloc *);
em_softc 187 dev/pci/if_em.c sizeof(struct em_softc), em_probe, em_attach
em_softc 227 dev/pci/if_em.c struct em_softc *sc;
em_softc 232 dev/pci/if_em.c sc = (struct em_softc *)self;
em_softc 407 dev/pci/if_em.c struct em_softc *sc = (struct em_softc *)arg;
em_softc 426 dev/pci/if_em.c struct em_softc *sc = arg;
em_softc 445 dev/pci/if_em.c struct em_softc *sc = ifp->if_softc;
em_softc 492 dev/pci/if_em.c struct em_softc *sc = ifp->if_softc;
em_softc 592 dev/pci/if_em.c struct em_softc *sc = ifp->if_softc;
em_softc 622 dev/pci/if_em.c struct em_softc *sc = arg;
em_softc 749 dev/pci/if_em.c struct em_softc *sc = arg;
em_softc 800 dev/pci/if_em.c struct em_softc *sc = ifp->if_softc;
em_softc 876 dev/pci/if_em.c struct em_softc *sc = ifp->if_softc;
em_softc 933 dev/pci/if_em.c em_encap(struct em_softc *sc, struct mbuf *m_head)
em_softc 1106 dev/pci/if_em.c em_82547_move_tail_locked(struct em_softc *sc)
em_softc 1140 dev/pci/if_em.c struct em_softc *sc = arg;
em_softc 1149 dev/pci/if_em.c em_82547_fifo_workaround(struct em_softc *sc, int len)
em_softc 1170 dev/pci/if_em.c em_82547_update_fifo_head(struct em_softc *sc, int len)
em_softc 1181 dev/pci/if_em.c em_82547_tx_fifo_reset(struct em_softc *sc)
em_softc 1216 dev/pci/if_em.c em_set_promisc(struct em_softc *sc)
em_softc 1242 dev/pci/if_em.c em_set_multi(struct em_softc *sc)
em_softc 1304 dev/pci/if_em.c struct em_softc *sc = arg;
em_softc 1324 dev/pci/if_em.c em_update_link_status(struct em_softc *sc)
em_softc 1376 dev/pci/if_em.c struct em_softc *sc = arg;
em_softc 1398 dev/pci/if_em.c em_identify_hardware(struct em_softc *sc)
em_softc 1430 dev/pci/if_em.c em_allocate_pci_resources(struct em_softc *sc)
em_softc 1513 dev/pci/if_em.c em_free_pci_resources(struct em_softc *sc)
em_softc 1547 dev/pci/if_em.c em_hardware_init(struct em_softc *sc)
em_softc 1633 dev/pci/if_em.c em_setup_interface(struct em_softc *sc)
em_softc 1701 dev/pci/if_em.c em_smartspeed(struct em_softc *sc)
em_softc 1758 dev/pci/if_em.c em_dma_malloc(struct em_softc *sc, bus_size_t size,
em_softc 1818 dev/pci/if_em.c em_dma_free(struct em_softc *sc, struct em_dma_alloc *dma)
em_softc 1842 dev/pci/if_em.c em_allocate_transmit_structures(struct em_softc *sc)
em_softc 1865 dev/pci/if_em.c em_setup_transmit_structures(struct em_softc *sc)
em_softc 1915 dev/pci/if_em.c em_initialize_transmit_unit(struct em_softc *sc)
em_softc 1990 dev/pci/if_em.c em_free_transmit_structures(struct em_softc *sc)
em_softc 2036 dev/pci/if_em.c em_transmit_checksum_setup(struct em_softc *sc, struct mbuf *mp,
em_softc 2118 dev/pci/if_em.c em_txeof(struct em_softc *sc)
em_softc 2216 dev/pci/if_em.c em_get_buf(struct em_softc *sc, int i)
em_softc 2277 dev/pci/if_em.c em_allocate_receive_structures(struct em_softc *sc)
em_softc 2340 dev/pci/if_em.c em_setup_receive_structures(struct em_softc *sc)
em_softc 2359 dev/pci/if_em.c em_initialize_receive_unit(struct em_softc *sc)
em_softc 2439 dev/pci/if_em.c em_free_receive_structures(struct em_softc *sc)
em_softc 2491 dev/pci/if_em.c em_rxeof(struct em_softc *sc, int count)
em_softc 2712 dev/pci/if_em.c em_receive_checksum(struct em_softc *sc, struct em_rx_desc *rx_desc,
em_softc 2742 dev/pci/if_em.c em_enable_intr(struct em_softc *sc)
em_softc 2748 dev/pci/if_em.c em_disable_intr(struct em_softc *sc)
em_softc 2893 dev/pci/if_em.c em_update_stats_counters(struct em_softc *sc)
em_softc 3000 dev/pci/if_em.c em_print_hw_stats(struct em_softc *sc)
em_softc 314 dev/pci/if_em.h struct em_softc {