Searched defs:board_type (Results 1 - 23 of 23) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Dhunt_nic.c47 uint32_t board_type = 0; local
105 rc = efx_mcdi_get_board_cfg(enp, &board_type, NULL, NULL);
109 board_type = 0;
114 encp->enc_board_type = board_type;
H A Dmedford_nic.c102 uint32_t board_type = 0; local
165 rc = efx_mcdi_get_board_cfg(enp, &board_type, NULL, NULL);
169 board_type = 0;
174 encp->enc_board_type = board_type;
H A Dsiena_nic.c85 uint32_t board_type; local
93 if ((rc = efx_mcdi_get_board_cfg(enp, &board_type,
99 encp->enc_board_type = board_type;
H A Dsiena_flash.h109 efx_byte_t board_type; member in struct:siena_mc_boot_hdr_s
/illumos-gate/usr/src/lib/libprtdiag/inc/
H A Dpdevinfo.h137 int board_type; member in struct:board_node
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/desktop/common/
H A Ddesktop.c181 char *board_type = NULL; local
193 if (bnode->board_type == CPU_BOARD) {
194 board_type = "CPU";
196 board_type = "IO";
200 "on %s Board #%d\n"), name, board_type,
235 "%s board %d\n"), board_type,
H A Dpicldiag.c100 #define OBP_PROP_BOARD_TYPE "board_type"
2132 uint64_t board_type; local
2210 board_type = picldiag_get_uint_propval(nodeh,
2215 if (board_type & FFB_B_BUFF)
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/littleneck/common/
H A Dlittleneck.c487 char *board_type = NULL; local
499 if (bnode->board_type == CPU_BOARD) {
500 board_type = "CPU";
502 board_type = "IO";
506 "on %s Board #%d\n"), name, board_type,
541 "%s board %d\n"), board_type,
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/daktari/common/
H A Ddaktari.c162 char *board_type = NULL; local
174 if (bnode->board_type == CPU_BOARD) {
175 board_type = "CPU";
177 board_type = "IO";
181 "on %s Board #%d\n"), name, board_type,
216 "%s board %d\n"), board_type,
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_hp.c1557 hpc_board_type_t board_type; local
1564 (caddr_t)&board_type) != 0) {
1570 if (copyout((void *)&board_type, hpc_ctrldata.data,
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsghsc.c320 int board_type = 0; local
394 sghsc->sghsc_board, 0, &board_type);
397 instance, sghsc->sghsc_node_id, sghsc->sghsc_board, board_type));
403 if (sghsc_register_slots(sghsc, board_type) != DDI_SUCCESS) {
553 sghsc_register_slots(sghsc_t *sghsc, int board_type) argument
571 switch (board_type) {
606 board_type, sghsc->sghsc_node_id,
684 sghsc->sghsc_slot_table[i].board_type = HPC_BOARD_UNKNOWN;
1073 sghsc->sghsc_slot_table[slot].board_type;
1533 enum_state->sghsc_slot_table[rsp_data->slot].board_type
[all...]
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/sunfire/common/
H A Dsunfire.c484 char *board_type = NULL; local
496 if (bnode->board_type == CPU_BOARD) {
497 board_type = "CPU";
499 board_type = "IO";
504 name, board_type, bnode->board_num, 0);
540 "%s board %d\n"), board_type,
737 value = get_prop_val(find_prop(ffb, "board_type"));
851 bnode->board_type = UNKNOWN_BOARD;
883 bnode->board_type = UNKNOWN_BOARD;
893 bnode->board_type
[all...]
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_brdcfg.h125 __uint32_t board_type; member in struct:__anon6369
H A Dunm_nic.h229 uint16_t board_type; member in struct:_hardware_context
/illumos-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dsghsc.h154 uint32_t board_type; member in struct:sghsc_slot
/illumos-gate/usr/src/uts/sun4u/starcat/sys/
H A Ddr_mbx.h117 char board_type[BD_TYPELEN]; member in struct:__anon10004
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/montecarlo/common/
H A Dmontecarlo.c1373 char *misc_info, *health, *board_type; local
1520 board_type = AC_CARD;
1522 board_type = UK;
1546 board_type = AC_CARD;
1548 board_type = UK;
1781 BOARDTYPE, board_type, 0);
/illumos-gate/usr/src/uts/common/io/hotplug/pcihp/
H A Dpcihp.c1320 hpc_board_type_t board_type; local
1325 board_type = pcihp_get_board_type(slotinfop);
1326 if (board_type == -1) {
1332 if (copyout((void *)&board_type, hpc_ctrldata.data,
3804 hpc_board_type_t board_type; local
3810 (caddr_t)&board_type) != 0) {
3829 board_type = HPC_BOARD_CPCI_FULL_HS;
3831 if (board_type == HPC_BOARD_CPCI_HS) {
3833 board_type = HPC_BOARD_CPCI_BASIC_HS;
3835 if (board_type
[all...]
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dfhc.c321 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; local
731 enum board_type type;
736 DDI_PROP_DONTPASS, "board-type", (caddr_t)&board_type,
739 if (strcmp(CPU_BD_NAME, board_type) == 0) {
741 } else if (strcmp(MEM_BD_NAME, board_type)
[all...]
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/lw8/common/
H A Dlw8.c94 #define OBP_PROP_BOARD_TYPE "board_type"
2119 uint64_t board_type; local
2197 board_type = picldiag_get_uint_propval(nodeh,
2202 if (board_type & FFB_B_BUFF)
/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.c587 dnetp->board_type = deviceid;
650 secondary = dnet_read_srom(devinfo, dnetp->board_type, dnetp->io_handle,
675 ((dnetp->board_type == DEVICE_ID_21140 && revid >= 0x20) ||
676 (dnetp->board_type == DEVICE_ID_21143 && revid <= 0x30)) ? 1 : 0;
693 if (dnetp->board_type != DEVICE_ID_21040 &&
694 dnetp->board_type != DEVICE_ID_21041 &&
725 if (dnetp->board_type == DEVICE_ID_21140 ||
726 dnetp->board_type == DEVICE_ID_21143)
1928 switch (dnetp->board_type) {
1950 switch (dnetp->board_type) {
2793 dnet_read_srom(dev_info_t *devinfo, int board_type, ddi_acc_handle_t io_handle, caddr_t io_reg, uchar_t *vi, int maxlen) argument
[all...]
H A Ddnet.h362 int board_type; /* board type: 21040 or 21140 */ member in struct:dnetinstance
/illumos-gate/usr/src/uts/sun4u/sunfire/sys/
H A Dfhc.h488 enum board_type { enum
606 enum board_type type; /* Type of board */
683 enum board_type type; /* Type of board */
823 void fhc_bd_init(struct fhc_soft_state *, int, enum board_type);
828 enum board_type fhc_bd_type(int);
829 char *fhc_bd_typestr(enum board_type);
942 enum board_type get_board_type(int board);

Completed in 160 milliseconds