Home
last modified time | relevance | path

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

/dflybsd-src/sys/bus/cam/
H A Dcam_ccb.h295 struct ccb_getdevstats { struct
296 struct ccb_hdr ccb_h;
297 int dev_openings; /* Space left for more work on device*/
298 int dev_active; /* Transactions running on the device */
299 int devq_openings; /* Space left for more queued work */
300 int devq_queued; /* Transactions queued to be sent */
301 int held; /*
305 int maxtags; /*
309 int mintags;
310 struct timeval last_reset; /* Uptime of last bus reset/loop init */