Home
last modified time | relevance | path

Searched refs:max_boards (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp.c645 sbdp_insert_wnode(int wnode, int max_boards) in sbdp_insert_wnode() argument
665 sbdp_wnode_init(wnodep, wnode, max_boards); in sbdp_insert_wnode()
709 int max_boards; in sbdp_setup_instance() local
721 max_boards = plat_max_boards(); in sbdp_setup_instance()
731 sbdp_insert_wnode(wnode, max_boards); in sbdp_setup_instance()
/illumos-gate/usr/src/uts/sun4u/opl/os/
H A Dopl.c185 int max_boards; in set_max_mmu_ctxdoms() local
193 max_boards = OPL_MAX_BOARDS; in set_max_mmu_ctxdoms()
195 max_boards = opl_cur_model->model_max_boards; in set_max_mmu_ctxdoms()
200 max_mmu_ctxdoms = OPL_MAX_CORE_UNITS_PER_BOARD * max_boards; in set_max_mmu_ctxdoms()
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd.c97 int sbd_dealloc_instance(sbd_board_t *sbp, int max_boards);
609 sbd_setup_instance(int instance, dev_info_t *root, int max_boards, int wnode, in sbd_setup_instance() argument
641 sbd_boardlist = GETSTRUCT(sbd_board_t, max_boards); in sbd_setup_instance()
650 softsp->max_boards = max_boards; in sbd_setup_instance()
654 for (b = 0; b < max_boards; b++) { in sbd_setup_instance()
681 softsp->max_boards); in sbd_teardown_instance()
1339 sbd_dealloc_instance(sbd_board_t *sbp, int max_boards) in sbd_dealloc_instance() argument
1351 for (b = 0; b < max_boards; b++) { in sbd_dealloc_instance()
1355 FREESTRUCT(list, sbd_board_t, max_boards); in sbd_dealloc_instance()
1442 ASSERT(board < softsp->max_boards); in sbd_get_handle()
H A Dsbd_mem.c1620 int max_boards; in sbd_select_mem_target() local
1650 max_boards = softsp->max_boards; in sbd_select_mem_target()
1651 n_units_per_set = max_boards * MAX_MEM_UNITS_PER_BOARD; in sbd_select_mem_target()
1658 for (t_bd = 0; t_bd < max_boards; t_bd++) { in sbd_select_mem_target()
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsbdpriv.h180 int max_boards; member