/illumos-gate/usr/src/uts/common/io/cxgbe/common/ |
H A D | t4_chip_type.h | 63 enum chip_type { enum 79 int is_t4(enum chip_type chip); 80 int is_t5(enum chip_type chip); 81 int is_t6(enum chip_type chip); 82 int is_fpga(enum chip_type chip);
|
H A D | common.c | 79 int is_t4(enum chip_type chip) in is_t4() 84 int is_t5(enum chip_type chip) in is_t5() 90 int is_t6(enum chip_type chip) in is_t6() 95 int is_fpga(enum chip_type chip) in is_fpga()
|
H A D | common.h | 404 enum chip_type chip; /* chip code */ 655 enum chip_type t4_get_chip_type(struct adapter *adap, int ver); 811 enum chip_type chip_compat);
|
H A D | t4_hw.c | 7664 enum chip_type chip_compat) in t4_fixup_host_params_compat() 9904 enum chip_type t4_get_chip_type(struct adapter *adap, int ver) in t4_get_chip_type() 9906 enum chip_type chip = 0; in t4_get_chip_type()
|
/illumos-gate/usr/src/cmd/cxgbetool/ |
H A D | cudbg_view.c | 98 int is_t5(enum chip_type chip) in is_t5() 103 int is_t6(enum chip_type chip) in is_t6() 252 enum chip_type chip) in view_ext_entity() 525 enum chip_type chip) in view_cim_q() 658 struct cudbg_buffer *cudbg_poutbuf, enum chip_type chip) in view_cim_la() 672 struct cudbg_buffer *cudbg_poutbuf, enum chip_type chip) in view_cim_ma_la() 710 struct cudbg_buffer *cudbg_poutbuf, enum chip_type chip) in view_cim_qcfg() 811 struct cudbg_buffer *cudbg_poutbuf, enum chip_type chip) in view_edc0_data() 818 struct cudbg_buffer *cudbg_poutbuf, enum chip_type chip) in view_edc1_data() 825 struct cudbg_buffer *cudbg_poutbuf, enum chip_type chip) in view_mc0_data() [all …]
|
H A D | cudbg_view.h | 28 struct cudbg_buffer *, enum chip_type); 88 struct cudbg_buffer *, enum chip_type) = {
|
/illumos-gate/usr/src/uts/common/io/upf/ |
H A D | upf_usbgem.c | 106 int chip_type; member 292 if (lp->chip_type != CHIP_AN986) { in upf_init_chip() 457 if (lp->chip_type != CHIP_AN986) { in upf_set_media() 590 if (lp->chip_type == CHIP_ADM8513) { in upf_rx_make_packet() 769 lp->chip_type = CHIP_ADM8513; in upf_enable_phy() 772 lp->chip_type = CHIP_ADM8511; in upf_enable_phy() 781 lp->chip_type = CHIP_AN986; in upf_enable_phy() 829 if (lp->chip_type == CHIP_AN986 && in upf_mii_init()
|
/illumos-gate/usr/src/uts/common/io/sfe/ |
H A D | sfe.c | 134 int chip_type; member 970 if (lp->chip->chip_type == CHIPTYPE_SIS900) { in sfe_set_media() 1050 if (lp->chip->chip_type == CHIPTYPE_DP83815) { in sfe_set_media() 1060 if (lp->chip->chip_type == CHIPTYPE_DP83815) { in sfe_set_media() 1076 } else if (lp->chip->chip_type == CHIPTYPE_SIS900) { in sfe_set_media() 1234 if (lp->chip->chip_type == CHIPTYPE_DP83815 && in sfe_tx_desc_stat() 1967 if (lp->chip->chip_type == CHIPTYPE_SIS900) { in sfe_attach_chip() 1982 if (lp->chip->chip_type == CHIPTYPE_DP83815) { in sfe_attach_chip() 2075 (sfe_use_pcimemspace && p->chip_type == CHIPTYPE_DP83815) in sfeattach() 2131 if (p->chip_type == CHIPTYPE_DP83815) { in sfeattach() [all …]
|
/illumos-gate/usr/src/uts/common/io/audio/drv/audiovia823x/ |
H A D | audiovia823x.c | 308 if (devc->chip_type != CHIP_8233A) { in auvia_reset_output() 354 if (devc->chip_type != CHIP_8233A) { in auvia_reset_input() 573 devc->chip_type = CHIP_8233; in auvia_attach() 591 devc->chip_type = CHIP_8233A; in auvia_attach()
|
H A D | audiovia823x.h | 156 int chip_type; member
|
/illumos-gate/usr/src/uts/sun4u/sys/pci/ |
H A D | pcisch.h | 539 #define PCI_CMN_ID(chip_type, id) \ argument 540 ((chip_type) == PCI_CHIP_TOMATILLO ? ((id) >> 1) << 1 : (id))
|
/illumos-gate/usr/src/uts/sun4u/io/px/ |
H A D | px_lib4u.h | 78 #define PX_CHIP_TYPE(pxu_p) ((pxu_p)->chip_type) 90 px_chip_type_t chip_type; member
|
H A D | px_lib4u.c | 187 px_chip_type_t chip_type = px_identity_init(px_p); in px_lib_dev_init() local 191 if (chip_type == PX_CHIP_UNIDENTIFIED) { in px_lib_dev_init() 197 chip_mask = BITMASK(chip_type); in px_lib_dev_init() 198 px_paddr_mask = (chip_type == PX_CHIP_FIRE) ? MMU_FIRE_PADDR_MASK : in px_lib_dev_init() 206 pxu_p->chip_type = chip_type; in px_lib_dev_init() 2198 (pxu_p->chip_type == PX_CHIP_FIRE) ? in px_cb_add_intr() 2320 (pxu_p->chip_type == PX_CHIP_FIRE) ? PX_ERR_JBC : PX_ERR_UBC, in px_cb_rem_intr() 2679 px_chip_type_t chip_type = px_identity_init(px_p); in px_lib_set_root_complex_mps() local 2718 if (chip_type == PX_CHIP_OBERON) in px_lib_set_root_complex_mps()
|
/illumos-gate/usr/src/uts/sun4u/tazmo/io/ |
H A D | envctrl.c | 1523 envctrl_xmit(struct envctrlunit *unitp, caddr_t *data, int chip_type) in envctrl_xmit() argument 1535 switch (chip_type) { in envctrl_xmit() 1643 envctrl_recv(struct envctrlunit *unitp, caddr_t *data, int chip_type) in envctrl_recv() argument 1655 switch (chip_type) { in envctrl_recv()
|
/illumos-gate/usr/src/uts/sun4u/io/pci/ |
H A D | pcisch.c | 394 uint32_t locked, chip_type = CHIP_TYPE(pci_p); in pci_pbm_dma_sync() local 397 if (chip_type == PCI_CHIP_SCHIZO) { in pci_pbm_dma_sync() 405 if (((chip_type == PCI_CHIP_XMITS) && (ino == pbm_p->pbm_sync_ino)) || in pci_pbm_dma_sync()
|