/illumos-gate/usr/src/uts/sun4u/sunfire/sys/ |
H A D | jtag.h | 36 enum board_type jtag_get_board_type(volatile uint_t *, sysc_cfga_stat_t *); 37 int jtag_powerdown_board(volatile uint_t *, int, enum board_type,
|
H A D | fhc.h | 486 enum board_type { enum 605 enum board_type type; /* Type of board */ 682 enum board_type type; /* Type of board */ 822 void fhc_bd_init(struct fhc_soft_state *, int, enum board_type); 827 enum board_type fhc_bd_type(int); 828 char *fhc_bd_typestr(enum board_type); 941 enum board_type get_board_type(int board);
|
/illumos-gate/usr/src/uts/common/io/sfxge/common/ |
H A D | hunt_nic.c | 47 uint32_t board_type = 0; in hunt_board_cfg() local 105 rc = efx_mcdi_get_board_cfg(enp, &board_type, NULL, NULL); in hunt_board_cfg() 109 board_type = 0; in hunt_board_cfg() 114 encp->enc_board_type = board_type; in hunt_board_cfg()
|
H A D | medford_nic.c | 102 uint32_t board_type = 0; in medford_board_cfg() local 165 rc = efx_mcdi_get_board_cfg(enp, &board_type, NULL, NULL); in medford_board_cfg() 169 board_type = 0; in medford_board_cfg() 174 encp->enc_board_type = board_type; in medford_board_cfg()
|
H A D | siena_nic.c | 85 uint32_t board_type; in siena_board_cfg() local 93 if ((rc = efx_mcdi_get_board_cfg(enp, &board_type, in siena_board_cfg() 99 encp->enc_board_type = board_type; in siena_board_cfg()
|
H A D | siena_flash.h | 109 efx_byte_t board_type; member
|
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/desktop/common/ |
H A D | desktop.c | 167 char *board_type = NULL; in disp_fail_parts() local 179 if (bnode->board_type == CPU_BOARD) { in disp_fail_parts() 180 board_type = "CPU"; in disp_fail_parts() 182 board_type = "IO"; in disp_fail_parts() 186 "on %s Board #%d\n"), name, board_type, in disp_fail_parts() 221 "%s board %d\n"), board_type, in disp_fail_parts()
|
/illumos-gate/usr/src/uts/common/io/ntxn/ |
H A D | unm_nic_hw.c | 1694 if (boardinfo->board_type == UNM_BRDTYPE_P3_4_GB_MM) { in unm_nic_get_board_info() 1698 boardinfo->board_type = UNM_BRDTYPE_P3_10G_TRP; in unm_nic_get_board_info() 1702 boardinfo->board_type)); in unm_nic_get_board_info() 1704 switch ((unm_brdtype_t)boardinfo->board_type) { in unm_nic_get_board_info() 1706 adapter->ahw.board_type = UNM_NIC_GBE; in unm_nic_get_board_info() 1720 adapter->ahw.board_type = UNM_NIC_XGBE; in unm_nic_get_board_info() 1725 adapter->ahw.board_type = UNM_NIC_GBE; in unm_nic_get_board_info() 1731 adapter->ahw.board_type = UNM_NIC_GBE; in unm_nic_get_board_info() 1735 adapter->ahw.board_type = UNM_NIC_XGBE; in unm_nic_get_board_info() 1737 adapter->ahw.board_type = UNM_NIC_GBE; in unm_nic_get_board_info() [all …]
|
H A D | unm_nic_isr.c | 81 switch (adapter->ahw.board_type) { in unm_nic_handle_phy_intr() 119 if (adapter->ahw.board_type == UNM_NIC_GBE) in unm_nic_handle_phy_intr()
|
H A D | unm_ndd.c | 199 if (adapter->ahw.board_type == UNM_NIC_XGBE) in unm_param_register() 248 if (adapter->ahw.board_type == UNM_NIC_XGBE) { in unm_param_register()
|
H A D | niu.c | 575 if ((adapter->ahw.boardcfg.board_type != in unm_niu_xg_set_promiscuous_mode() 577 (adapter->ahw.boardcfg.board_type != in unm_niu_xg_set_promiscuous_mode()
|
H A D | unm_brdcfg.h | 125 __uint32_t board_type; member
|
/illumos-gate/usr/src/uts/sun4u/sunfire/io/ |
H A D | fhc.c | 321 static enum board_type fhc_board_type(struct fhc_soft_state *, int); 340 static short calibrate_temp(enum board_type, uchar_t, uint_t); 341 static enum temp_state get_temp_state(enum board_type, short, int); 346 static void build_bd_display_str(char *, enum board_type, int); 726 static enum board_type 730 char *board_type; in fhc_board_type() local 731 enum board_type type; in fhc_board_type() 736 DDI_PROP_DONTPASS, "board-type", (caddr_t)&board_type, in fhc_board_type() 739 if (strcmp(CPU_BD_NAME, board_type) == 0) { in fhc_board_type() 741 } else if (strcmp(MEM_BD_NAME, board_type) == 0) { in fhc_board_type() [all …]
|
H A D | fhc_bd.c | 311 fhc_bd_init(struct fhc_soft_state *softsp, int board, enum board_type type) in fhc_bd_init() 431 enum board_type 445 fhc_bd_typestr(enum board_type type) in fhc_bd_typestr() 765 enum board_type type; in fhc_bdlist_prime() 902 enum board_type type; in fhc_bdlist_scan()
|
H A D | jtag.c | 411 static int jtag_init_ac(volatile u_int *, int, enum board_type); 1112 get_ring_descriptor_bytype(int ring, enum board_type type) in get_ring_descriptor_bytype() 1168 enum board_type 1953 jtag_init_ac(volatile u_int *jreg, int bid, enum board_type brdtype) in jtag_init_ac() 2030 jtag_powerdown_board(volatile u_int *jreg, int board, enum board_type type, in jtag_powerdown_board()
|
/illumos-gate/usr/src/uts/sun4u/serengeti/io/ |
H A D | sghsc.c | 320 int board_type = 0; in sghsc_attach() local 394 sghsc->sghsc_board, 0, &board_type); in sghsc_attach() 397 instance, sghsc->sghsc_node_id, sghsc->sghsc_board, board_type)); in sghsc_attach() 403 if (sghsc_register_slots(sghsc, board_type) != DDI_SUCCESS) { in sghsc_attach() 553 sghsc_register_slots(sghsc_t *sghsc, int board_type) in sghsc_register_slots() argument 571 switch (board_type) { in sghsc_register_slots() 606 board_type, sghsc->sghsc_node_id, in sghsc_register_slots() 684 sghsc->sghsc_slot_table[i].board_type = HPC_BOARD_UNKNOWN; in sghsc_register_slots() 1073 sghsc->sghsc_slot_table[slot].board_type; in sghsc_control() 1533 enum_state->sghsc_slot_table[rsp_data->slot].board_type = in sghsc_event_handler() [all …]
|
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/littleneck/common/ |
H A D | littleneck.c | 485 char *board_type = NULL; in disp_fail_parts() local 497 if (bnode->board_type == CPU_BOARD) { in disp_fail_parts() 498 board_type = "CPU"; in disp_fail_parts() 500 board_type = "IO"; in disp_fail_parts() 504 "on %s Board #%d\n"), name, board_type, in disp_fail_parts() 539 "%s board %d\n"), board_type, in disp_fail_parts()
|
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/daktari/common/ |
H A D | daktari.c | 161 char *board_type = NULL; in disp_fail_parts() local 173 if (bnode->board_type == CPU_BOARD) { in disp_fail_parts() 174 board_type = "CPU"; in disp_fail_parts() 176 board_type = "IO"; in disp_fail_parts() 180 "on %s Board #%d\n"), name, board_type, in disp_fail_parts() 215 "%s board %d\n"), board_type, in disp_fail_parts()
|
/illumos-gate/usr/src/uts/common/io/hotplug/pcihp/ |
H A D | pcihp.c | 1322 hpc_board_type_t board_type; in pcihp_ioctl() local 1327 board_type = pcihp_get_board_type(slotinfop); in pcihp_ioctl() 1328 if (board_type == -1) { in pcihp_ioctl() 1334 if (copyout((void *)&board_type, hpc_ctrldata.data, in pcihp_ioctl() 3801 hpc_board_type_t board_type; in pcihp_get_board_type() local 3807 (caddr_t)&board_type) != 0) { in pcihp_get_board_type() 3826 board_type = HPC_BOARD_CPCI_FULL_HS; in pcihp_get_board_type() 3828 if (board_type == HPC_BOARD_CPCI_HS) { in pcihp_get_board_type() 3830 board_type = HPC_BOARD_CPCI_BASIC_HS; in pcihp_get_board_type() 3832 if (board_type == HPC_BOARD_UNKNOWN) { in pcihp_get_board_type() [all …]
|
/illumos-gate/usr/src/uts/intel/io/dnet/ |
H A D | dnet.c | 587 dnetp->board_type = deviceid; in dnet_attach() 650 secondary = dnet_read_srom(devinfo, dnetp->board_type, dnetp->io_handle, in dnet_attach() 675 ((dnetp->board_type == DEVICE_ID_21140 && revid >= 0x20) || in dnet_attach() 676 (dnetp->board_type == DEVICE_ID_21143 && revid <= 0x30)) ? 1 : 0; in dnet_attach() 693 if (dnetp->board_type != DEVICE_ID_21040 && in dnet_attach() 694 dnetp->board_type != DEVICE_ID_21041 && in dnet_attach() 725 if (dnetp->board_type == DEVICE_ID_21140 || in dnet_attach() 726 dnetp->board_type == DEVICE_ID_21143) in dnet_attach() 1929 switch (dnetp->board_type) { in write_gpr() 1951 switch (dnetp->board_type) { in read_gpr() [all …]
|
H A D | dnet.h | 362 int board_type; /* board type: 21040 or 21140 */ member
|
/illumos-gate/usr/src/lib/libprtdiag/inc/ |
H A D | pdevinfo.h | 135 int board_type; member
|
/illumos-gate/usr/src/uts/sun4u/serengeti/sys/ |
H A D | sghsc.h | 154 uint32_t board_type; member
|
/illumos-gate/usr/src/uts/common/io/cardbus/ |
H A D | cardbus_hp.c | 1559 hpc_board_type_t board_type; in cardbus_ioctl() local 1566 (caddr_t)&board_type) != 0) { in cardbus_ioctl() 1572 if (copyout((void *)&board_type, hpc_ctrldata.data, in cardbus_ioctl()
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/mcp/ |
H A D | nvm_meta.txt | 92 array set board_type {0 {Undefined} 1 {Module} 2 {Backplane} 3 {Ext_phy} 4 {Module_slave} } 214 …6,size 8 126,elementSize 0 126,stringFormat {^(\d+)$} 126,listType enum 126,allowedList board_type\ 237 …1,size 8 151,elementSize 0 151,stringFormat {^(\d+)$} 151,listType enum 151,allowedList board_type\ 245 …9,size 8 159,elementSize 0 159,stringFormat {^(\d+)$} 159,listType enum 159,allowedList board_type\ 253 …7,size 8 167,elementSize 0 167,stringFormat {^(\d+)$} 167,listType enum 167,allowedList board_type\ 261 …5,size 8 175,elementSize 0 175,stringFormat {^(\d+)$} 175,listType enum 175,allowedList board_type\ 269 …entSize 0 183,stringFormat {^(\d+)$} 183,listType enum 183,allowedList board_type 183,exChipNumAtt…
|