Searched refs:num_boards (Results 1 - 4 of 4) sorted by relevance

/drivers/isdn/pcbit/
H A Dmodule.c31 static int num_boards; variable
38 num_boards = 0;
54 num_boards++;
68 if (!num_boards)
73 num_boards++;
85 for (board = 0; board < num_boards; board++)
/drivers/net/fddi/skfp/
H A Dskfddi.c162 static int num_boards; /* total number of adapters configured */ variable
214 if (num_boards == 0)
287 ++num_boards;
/drivers/scsi/
H A Deata.c842 /* Initialize num_boards so that ihdlr can work while detect is in progress */
843 static unsigned int num_boards = MAX_BOARDS; variable
1606 num_boards = j;
2550 if ((j = (unsigned int)((char *)shap - sha)) >= num_boards)
H A Du14-34f.c614 /* Initialize num_boards so that ihdlr can work while detect is in progress */
615 static unsigned int num_boards = MAX_BOARDS; variable
1108 num_boards = j;
1934 if ((j = (unsigned int)((char *)shap - sha)) >= num_boards) return IRQ_NONE;

Completed in 153 milliseconds