Lines Matching defs:board
64 struct bd_list *board;
78 board = fhc_bdlist_lock(pkt->softsp->board);
79 if (board == NULL || board->ac_softsp == NULL) {
85 /* verify the board is of the correct type */
86 switch (board->sc.type) {
95 ASSERT(pkt->softsp == board->ac_softsp);
106 statp->board = ac->board;
116 * Busy could also be set for fhc_bd_busy(ac->board)
186 stat32p->board = statp->board;