Lines Matching refs:maxscbs
894 unsigned char maxscbs; /* max scbs including pageable scbs */
2645 if (p->scb_data->numscbs < p->scb_data->maxscbs)
2671 scb_count = MIN( (i-1), p->scb_data->maxscbs - p->scb_data->numscbs);
3570 while ( (next != SCB_LIST_NULL) && (j++ <= (p->scb_data->maxscbs + 1)) )
3618 if ( j > (p->scb_data->maxscbs + 1) )
3640 while ( (next != SCB_LIST_NULL) && (j++ <= (p->scb_data->maxscbs + 1)) )
3673 if ( j > (p->scb_data->maxscbs + 1) )
3698 while ( (next != SCB_LIST_NULL) && (j++ <= (p->scb_data->maxscbs + 1)) )
3715 if ( j > (p->scb_data->maxscbs + 1) )
8186 * the count and a mask in p (p->maxscbs, p->qcntmask).
8262 p->scb_data->maxscbs = AIC7XXX_MAXSCB;
8363 printk("%d/%d SCBs\n", p->scb_data->maxhscbs, p->scb_data->maxscbs);
8567 array_size = p->scb_data->maxscbs * sizeof(struct aic7xxx_hwscb);