Home
last modified time | relevance | path

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

/freebsd/sys/cam/
H A Dcam_ccb.h390 struct ccb_getdevstats { struct
391 struct ccb_hdr ccb_h;
392 int dev_openings; /* Space left for more work on device*/
393 int dev_active; /* Transactions running on the device */
394 int allocated; /* CCBs allocated for the device */
395 int queued; /* CCBs queued to be sent to the device */
396 int held; /*
400 int maxtags; /*
404 int mintags;
405 struct timeval last_reset; /* Time of last bus reset/loop init */