Searched defs:ccb_getdevstats (Results 1 – 1 of 1) sorted by relevance
375 struct ccb_getdevstats { struct376 struct ccb_hdr ccb_h;377 int dev_openings; /* Space left for more work on device*/378 int dev_active; /* Transactions running on the device */379 int allocated; /* CCBs allocated for the device */380 int queued; /* CCBs queued to be sent to the device */381 int held; /*385 int maxtags; /*389 int mintags;390 struct timeval last_reset; /* Time of last bus reset/loop init */