Searched refs:mps_get_iocfacts (Results 1 – 5 of 5) sorted by relevance
115 if ((facts = mps_get_iocfacts(fd)) == NULL) { in show_adapter()210 if ((facts = mps_get_iocfacts(fd)) == NULL) { in show_iocfacts()257 facts = mps_get_iocfacts(fd); in show_adapters()
145 MPI2_IOC_FACTS_REPLY * mps_get_iocfacts(int fd);
179 if ((facts = mps_get_iocfacts(fd)) == NULL) { in flash_update()
697 mps_get_iocfacts(int fd) in mps_get_iocfacts() function
100 static int mps_get_iocfacts(struct mps_softc *sc, MPI2_IOC_FACTS_REPLY *facts);365 if ((error = mps_get_iocfacts(sc, sc->facts)) != 0) { in mps_iocfacts_allocate()994 mps_get_iocfacts(struct mps_softc *sc, MPI2_IOC_FACTS_REPLY *facts) in mps_get_iocfacts() function