Searched defs: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) argument
665 sbdp_wnode_init(wnodep, wnode, max_boards);
709 int max_boards; local
721 max_boards = plat_max_boards();
731 sbdp_insert_wnode(wnode, max_boards);
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd_mem.c1620 int max_boards; local
1650 max_boards = softsp->max_boards;
1651 n_units_per_set = max_boards * MAX_MEM_UNITS_PER_BOARD;
1658 for (t_bd = 0; t_bd < max_boards; t_bd++) {
H A Dsbd.c93 int sbd_dealloc_instance(sbd_board_t *sbp, int max_boards);
606 sbd_setup_instance(int instance, dev_info_t *root, int max_boards, int wnode, argument
639 sbd_boardlist = GETSTRUCT(sbd_board_t, max_boards);
649 softsp->max_boards = max_boards;
653 for (b = 0; b < max_boards; b++) {
680 softsp->max_boards);
1343 sbd_dealloc_instance(sbd_board_t *sbp, int max_boards) argument
1355 for (b = 0; b < max_boards; b++) {
1359 FREESTRUCT(list, sbd_board_t, max_boards);
[all...]
/illumos-gate/usr/src/uts/sun4u/opl/os/
H A Dopl.c181 int max_boards; local
189 max_boards = OPL_MAX_BOARDS;
191 max_boards = opl_cur_model->model_max_boards;
196 max_mmu_ctxdoms = OPL_MAX_CORE_UNITS_PER_BOARD * max_boards;
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsbdpriv.h180 int max_boards; member in struct:sbd_softstate

Completed in 60 milliseconds