Searched refs:openings (Results 1 - 18 of 18) sorted by relevance

/freebsd-10.2-release/sys/cam/
H A Dcam_queue.c212 cam_devq_alloc(int devices, int openings) argument
221 if (cam_devq_init(devq, devices, openings) != 0) {
229 cam_devq_init(struct cam_devq *devq, int devices, int openings) argument
236 devq->send_openings = openings;
260 cam_ccbq_alloc(int openings) argument
269 if (cam_ccbq_init(ccbq, openings) != 0) {
303 cam_ccbq_init(struct cam_ccbq *ccbq, int openings) argument
307 imax(64, 1 << fls(openings + openings / 2))) != 0)
309 ccbq->total_openings = openings;
[all...]
H A Dcam_queue.h80 struct cam_devq *cam_devq_alloc(int devices, int openings);
83 int openings);
87 u_int32_t cam_devq_resize(struct cam_devq *camq, int openings);
92 struct cam_ccbq *cam_ccbq_alloc(int openings);
96 int cam_ccbq_init(struct cam_ccbq *ccbq, int openings);
H A Dcam_periph.c75 int *openings,
84 int *openings,
1097 /* openings */0,
1142 u_int32_t openings, u_int32_t arg,
1148 relsim_flags, openings, arg, getcount_only));
1153 crs.openings = openings;
1294 int *openings, u_int32_t *relsim_flags,
1311 openings,
1340 * Reduce the number of openings t
1141 cam_release_devq(struct cam_path *path, u_int32_t relsim_flags, u_int32_t openings, u_int32_t arg, int getcount_only) argument
1292 camperiphscsistatuserror(union ccb *ccb, union ccb **orig_ccb, cam_flags camflags, u_int32_t sense_flags, int *openings, u_int32_t *relsim_flags, u_int32_t *timeout, u_int32_t *action, const char **action_string) argument
1398 camperiphscsisenseerror(union ccb *ccb, union ccb **orig, cam_flags camflags, u_int32_t sense_flags, int *openings, u_int32_t *relsim_flags, u_int32_t *timeout, u_int32_t *action, const char **action_string) argument
1615 int frozen, error, openings; local
[all...]
H A Dcam_ccb.h766 u_int32_t openings; member in struct:ccb_relsim
H A Dcam_xpt.c2880 if (crs->openings > 0) {
2881 xpt_dev_ccbq_resize(path, crs->openings);
2884 "number of openings is now %d\n",
2885 crs->openings);
4895 crs.openings
4920 crs.openings
/freebsd-10.2-release/sbin/iscontrol/
H A Dfsm.c377 ccb->crs.openings = sess->op->tags;
387 syslog(LOG_INFO, "%s tagged openings now %d\n", pathstr, ccb->crs.openings);
/freebsd-10.2-release/sys/dev/advansys/
H A Dadvansys.c148 int openings; local
150 openings = adv->max_openings - adv->cur_active - ADV_MIN_FREE_Q;
151 if (openings >= adv->openings_needed) {
/freebsd-10.2-release/sys/dev/virtio/scsi/
H A Dvirtio_scsi.c525 int openings; local
528 openings = sc->vtscsi_nrequests - VTSCSI_RESERVED_REQUESTS;
530 devq = cam_simq_alloc(openings);
538 openings, devq);
/freebsd-10.2-release/sys/dev/isci/
H A Disci_io_request.c193 ccb_relsim.openings =
/freebsd-10.2-release/sys/cam/scsi/
H A Dscsi_low.c1458 scsi_low_attach(slp, openings, ntargs, nluns, targsize, lunsize)
1460 int openings, ntargs, nluns, targsize, lunsize;
1478 if (openings <= 0)
1481 slp->sl_openings = openings;
1501 nccb = openings * ntargs;
/freebsd-10.2-release/share/examples/scsi_target/
H A Dscsi_target.c948 crs.openings = 0;
/freebsd-10.2-release/sys/dev/mpt/
H A Dmpt_raid.c1078 crs.openings = mpt->raid_queue_depth;
H A Dmpt_cam.c2474 crs.openings = pqf->CurrentDepth - 1;
/freebsd-10.2-release/sbin/camcontrol/
H A Dcamcontrol.c4656 ccb->crs.openings = numtags;
4675 fprintf(stdout, "%stagged openings now %d\n",
4676 pathstr, ccb->crs.openings);
4716 fprintf(stdout, "device openings: ");
/freebsd-10.2-release/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c478 crs.openings = QueueDepth;
/freebsd-10.2-release/contrib/gcc/doc/include/
H A Dtexinfo.tex4573 % table of contents chapter openings themselves.
/freebsd-10.2-release/contrib/amd/doc/
H A Dtexinfo.tex4399 % table of contents chapter openings themselves.
/freebsd-10.2-release/contrib/groff/doc/
H A Dtexinfo.tex4471 % table of contents chapter openings themselves.

Completed in 324 milliseconds