Searched refs:em_softc (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/sys/dev/pci/
H A Dif_em_soc.c51 struct em_softc *sc = (struct em_softc *)
99 struct em_softc *sc = (struct em_softc *)
H A Dif_em.c255 int em_allocate_legacy(struct em_softc *);
263 uint64_t em_flowstatus(struct em_softc *);
264 void em_identify_hardware(struct em_softc *);
265 int em_allocate_pci_resources(struct em_softc *);
266 void em_free_pci_resources(struct em_softc *);
268 int em_hardware_init(struct em_softc *);
269 void em_setup_interface(struct em_softc *);
270 int em_setup_transmit_structures(struct em_softc *);
271 void em_initialize_transmit_unit(struct em_softc *);
272 int em_setup_receive_structures(struct em_softc *);
[all...]
H A Dif_em.h363 struct em_softc;
365 struct em_softc *sc;
383 struct em_softc { struct
H A Dif_em_hw.h342 struct em_softc;
344 int32_t em_init_hw(struct em_softc *sc);
H A Dif_em_hw.c86 static void em_initialize_hardware_bits(struct em_softc *);
1233 em_initialize_hardware_bits(struct em_softc *sc)
1560 em_init_hw(struct em_softc *sc)

Completed in 126 milliseconds