Searched refs:devq_openings (Results 1 – 5 of 5) sorted by relevance
60 int devq_openings; member189 ccbq->devq_openings--; in cam_ccbq_take_opening()238 ccbq->devq_openings++; in cam_ccbq_release_opening()
314 ccbq->devq_openings += delta; in cam_ccbq_resize()327 ccbq->devq_openings = openings; in cam_ccbq_init()
299 int devq_openings; /* Space left for more queued work */ member
877 if (bus->sim->devq && dev->ccbq.devq_openings > 0) { in xpt_schedule_dev_allocq()3187 cgds->devq_openings = dev->ccbq.devq_openings; in xpt_action()3558 dev->ccbq.devq_openings--; in xpt_polled_action()3568 dev->ccbq.devq_openings++; in xpt_polled_action()5155 bus->sim->max_ccbs += device->ccbq.devq_openings; in xpt_alloc_device()5211 bus->sim->max_ccbs -= device->ccbq.devq_openings; in xpt_release_device()
2311 fprintf(stdout, "devq_openings %d\n", ccb->cgds.devq_openings); in tagcontrol()