Searched defs:subsysid (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k.c103 u16 subsysid; local
168 pci_read_config_word(pdev, PCI_SUBSYSTEM_ID, &subsysid);
169 ret = ath9k_init_device(pdev->device, sc, subsysid, &ath_pci_bus_ops);
H A Dath9k_init.c353 static int ath9k_init_softc(u16 devid, struct ath_softc *sc, u16 subsysid, argument
367 ah->hw_version.subsysid = subsysid;
483 int ath9k_init_device(u16 devid, struct ath_softc *sc, u16 subsysid, argument
493 error = ath9k_init_softc(devid, sc, subsysid, bus_ops);
H A Dhw.h440 u16 subsysid; member in struct:ath9k_hw_version

Completed in 38 milliseconds