Home
last modified time | relevance | path

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

/freebsd-13.1/sys/cam/
H A Dcam_ccb.h378 struct ccb_getdevstats { struct
379 struct ccb_hdr ccb_h;
380 int dev_openings; /* Space left for more work on device*/
381 int dev_active; /* Transactions running on the device */
382 int allocated; /* CCBs allocated for the device */
383 int queued; /* CCBs queued to be sent to the device */
384 int held; /*
388 int maxtags; /*
392 int mintags;
393 struct timeval last_reset; /* Time of last bus reset/loop init */