Lines Matching defs:board
183 * Add the board to the cage growth list.
188 cmn_err(CE_NOTE, "ac_add_bank(): board %d, bank %d, "
190 add->sc.board, pkt->bank, errs);
198 struct bd_list *board;
203 board = fhc_bdlist_lock(pkt->softsp->board);
204 if (board == NULL || board->ac_softsp == NULL) {
209 ASSERT(pkt->softsp == board->ac_softsp);
211 /* verify the board is of the correct type */
212 switch (board->sc.type) {
224 if (!MEM_BOARD_VISIBLE(board) || mem_info->busy ||
225 fhc_bd_busy(pkt->softsp->board) ||
241 retval = ac_add_bank(board, pkt);