Searched refs:outstanding (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/contrib/ofed/management/opensm/include/opensm/
H A Dosm_stats.h106 * Contains the number of MADs outstanding on QP0.
113 * The number of MADs outstanding on the wire at any moment.
130 * Contains the number of SA MADs outstanding on QP1.
151 uint32_t outstanding; local
155 outstanding = ++stats->qp0_mads_outstanding;
158 outstanding = cl_atomic_inc(&stats->qp0_mads_outstanding);
161 return outstanding;
166 uint32_t outstanding; local
170 outstanding = --stats->qp0_mads_outstanding;
171 if (!outstanding)
[all...]
/freebsd-9.3-release/sys/dev/pst/
H A Dpst-raid.c216 if (psc->iop->outstanding < (I2O_IOP_OUTBOUND_FRAME_COUNT - 1) &&
227 psc->iop->outstanding++;
234 psc->iop->outstanding--;
253 psc->iop->outstanding--;
318 request->psc->iop->outstanding--;
325 request->psc->iop->outstanding--;
H A Dpst-iop.h54 int outstanding; member in struct:iop_softc
/freebsd-9.3-release/sys/dev/mpr/
H A Dmpr_sas.h79 unsigned int outstanding; member in struct:mprsas_target
H A Dmpr_sas.c484 * aborting any outstanding requests for the device, which is required for
1179 /* complete and cleanup after all outstanding commands */
1191 if (sc->sassc->targets[i].outstanding != 0)
1192 mpr_dprint(sc, MPR_INIT, "target %u outstanding %u\n",
1193 i, sc->sassc->targets[i].outstanding);
1196 sc->sassc->targets[i].outstanding = 0;
1262 /* See if there are any outstanding commands for this LUN.
1353 if (targ->outstanding == 0) {
1368 * outstanding commands, the reset effectively failed,
1373 "command(s)\n", tm, targ->outstanding);
[all...]
/freebsd-9.3-release/sys/dev/mps/
H A Dmps_sas.h75 unsigned int outstanding; member in struct:mpssas_target
H A Dmps_sas.c479 * aborting any outstanding requests for the device, which is required for
1150 /* complete and cleanup after all outstanding commands */
1162 if (sc->sassc->targets[i].outstanding != 0)
1163 mps_dprint(sc, MPS_INIT, "target %u outstanding %u\n",
1164 i, sc->sassc->targets[i].outstanding);
1167 sc->sassc->targets[i].outstanding = 0;
1234 /* See if there are any outstanding commands for this LUN.
1325 if (targ->outstanding == 0) {
1340 * outstanding commands, the reset effectively failed,
1345 tm, targ->outstanding);
[all...]
/freebsd-9.3-release/sys/nfs/
H A Dbootp_subr.c128 int outstanding; member in struct:bootpc_ifcontext
583 int outstanding; local
662 outstanding = 0;
678 ifctx->outstanding = 0;
686 outstanding++;
687 ifctx->outstanding = 1;
771 if (outstanding == 0 &&
883 if (ifctx->outstanding) {
884 ifctx->outstanding = 0;
885 outstanding
[all...]
/freebsd-9.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_sm_mad_ctrl.c63 * outstanding transactions on the wire.
72 uint32_t outstanding; local
86 outstanding = osm_stats_dec_qp0_outstanding(p_ctrl->p_stats);
88 OSM_LOG(p_ctrl->p_log, OSM_LOG_DEBUG, "%u QP0 MADs outstanding%s\n",
90 outstanding ? "" : ": wire is clean.");
145 * Updates wire stats for outstanding MADs and calls the VL15 poller.
160 "%u SMPs on the wire, %u outstanding\n", mads_on_wire,
/freebsd-9.3-release/sys/dev/mrsas/
H A Dmrsas.c396 &sc->fw_outstanding, 0, "FW outstanding commands");
400 &sc->io_cmds_highwater, 0, "Max FW outstanding commands");
2297 * 2. Wait for outstanding command to complete for 180 seconds.
2298 * 3. If #2 does not find any outstanding command Controller is in working
2513 * mrsas_wait_for_outstanding Wait for outstanding commands
2516 * This function will wait for 180 seconds for outstanding
2521 int i, outstanding, retval = 0; local
2540 outstanding = atomic_read(&sc->fw_outstanding);
2541 if (!outstanding)
2546 "commands to complete\n",i,outstanding);
[all...]

Completed in 93 milliseconds