Home
last modified time | relevance | path

Searched refs:chip_type (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_chip_type.h63 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 Dcommon.c79 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 Dcommon.h404 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 Dt4_hw.c7664 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 Dcudbg_view.c98 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()
1564 struct cudbg_buffer *cudbg_poutbuf, enum chip_type chip) in view_rdma_stats()
1638 struct cudbg_buffer *cudbg_poutbuf, enum chip_type chip) in view_cim_pif_la()
1674 struct cudbg_buffer *cudbg_poutbuf, enum chip_type chip) in view_fcoe_stats()
1722 enum chip_type chip) in view_tp_err_stats_show()
1971 struct cudbg_buffer *cudbg_poutbuf, enum chip_type chip) in view_rss_config()
2285 struct cudbg_buffer *cudbg_poutbuf, enum chip_type chip) in view_rss()
[all …]
H A Dcudbg_view.h28 struct cudbg_buffer *, enum chip_type);
88 struct cudbg_buffer *, enum chip_type) = {
/illumos-gate/usr/src/uts/common/io/upf/
H A Dupf_usbgem.c106 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 Dsfe.c134 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()
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()
2131 if (p->chip_type == CHIPTYPE_DP83815) { in sfeattach()
2155 if (p->chip_type == CHIPTYPE_DP83815) { in sfeattach()
2166 if (p->chip_type == CHIPTYPE_DP83815) { in sfeattach()
[all …]
/illumos-gate/usr/src/uts/common/io/audio/drv/audiovia823x/
H A Daudiovia823x.c308 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 Daudiovia823x.h156 int chip_type; member
/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpcisch.h539 #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 Dpx_lib4u.h78 #define PX_CHIP_TYPE(pxu_p) ((pxu_p)->chip_type)
90 px_chip_type_t chip_type; member
H A Dpx_lib4u.c187 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 Denvctrl.c1523 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 Dpcisch.c394 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()