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

/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.h111 typedef struct pci_dev *ahc_dev_softc_t; typedef in typeref:struct:pci_dev
482 uint32_t ahc_pci_read_config(ahc_dev_softc_t pci,
485 void ahc_pci_write_config(ahc_dev_softc_t pci,
489 static inline int ahc_get_pci_function(ahc_dev_softc_t);
491 ahc_get_pci_function(ahc_dev_softc_t pci)
496 static inline int ahc_get_pci_slot(ahc_dev_softc_t);
498 ahc_get_pci_slot(ahc_dev_softc_t pci)
503 static inline int ahc_get_pci_bus(ahc_dev_softc_t);
505 ahc_get_pci_bus(ahc_dev_softc_t pci)

Completed in 425 milliseconds