Searched refs:ips_ccb_get (Results 1 – 1 of 1) sorted by relevance
515 struct ips_ccb *ips_ccb_get(struct ips_softc *);1001 if ((ccb = ips_ccb_get(sc)) == NULL) { in ips_scsipi_request()1664 ccb = ips_ccb_get(sc); in ips_getadapterinfo()1685 ccb = ips_ccb_get(sc); in ips_getdriveinfo()1706 ccb = ips_ccb_get(sc); in ips_getconf()1727 ccb = ips_ccb_get(sc); in ips_getpg5()1750 ccb = ips_ccb_get(sc); in ips_getrblstat()1771 ccb = ips_ccb_get(sc); in ips_setstate()1794 ccb = ips_ccb_get(sc); in ips_rebuild()1949 ips_ccb_get(struct ips_softc *sc) in ips_ccb_get() function