Home
last modified time | relevance | path

Searched defs:ccb_getdevstats (Results 1 – 1 of 1) sorted by relevance

/freebsd-9-stable/sys/cam/
Dcam_ccb.h342 struct ccb_getdevstats { struct
343 struct ccb_hdr ccb_h;
344 int dev_openings; /* Space left for more work on device*/
345 int dev_active; /* Transactions running on the device */
346 int devq_openings; /* Space left for more queued work */
347 int devq_queued; /* Transactions queued to be sent */
348 int held; /*
352 int maxtags; /*
356 int mintags;
357 struct timeval last_reset; /* Time of last bus reset/loop init */