Home
last modified time | relevance | path

Searched refs:porttype (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/sun_sas/common/
H A DSun_sasGetPortType.c37 Sun_sasGetPortType(HBA_HANDLE handle, HBA_UINT32 port, HBA_PORTTYPE *porttype) in Sun_sasGetPortType() argument
45 if (porttype == NULL) { in Sun_sasGetPortType()
94 *porttype = HBA_PORTTYPE_SASDEVICE; in Sun_sasGetPortType()
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_kstats.c1453 if (nxgep->mac.porttype == PORT_TYPE_XMAC) in nxge_setup_kstats()
1633 if (nxgep->mac.porttype == PORT_TYPE_XMAC) { in nxge_mac_init_kstats()
1749 if (nxgep->mac.porttype == PORT_TYPE_XMAC) { in nxge_port_kstat_update()
1890 if (nxgep->mac.porttype == PORT_TYPE_XMAC) { in nxge_port_kstat_update()
1925 if (nxgep->mac.porttype == PORT_TYPE_XMAC) { in nxge_save_cntrs()
2355 if (nxgep->mac.porttype == PORT_TYPE_XMAC) in nxge_m_stat()
2357 else if (nxgep->mac.porttype == PORT_TYPE_BMAC) in nxge_m_stat()
2364 if (nxgep->mac.porttype == PORT_TYPE_XMAC) in nxge_m_stat()
2393 if (nxgep->mac.porttype == PORT_TYPE_XMAC) { in nxge_m_stat()
2405 if (nxgep->mac.porttype == PORT_TYPE_XMAC) { in nxge_m_stat()
[all …]
H A Dnxge_mac.c906 nxgep->mac.porttype = PORT_TYPE_XMAC; in nxge_mac_init()
909 nxgep->mac.porttype = PORT_TYPE_BMAC; in nxge_mac_init()
1047 portt = nxgep->mac.porttype; in nxge_xif_init()
1324 portt = nxgep->mac.porttype; in nxge_mac_ctrl_init()
4179 portt = nxgep->mac.porttype; in nxge_tx_mac_init()
4327 portt = nxgep->mac.porttype; in nxge_rx_mac_init()
4442 if (nxgep->mac.porttype == PORT_TYPE_XMAC) { in nxge_tx_mac_enable()
4482 if (nxgep->mac.porttype == PORT_TYPE_XMAC) { in nxge_tx_mac_disable()
4525 if (nxgep->mac.porttype == PORT_TYPE_XMAC) { in nxge_rx_mac_enable()
4568 if (nxgep->mac.porttype == PORT_TYPE_XMAC) { in nxge_rx_mac_disable()
[all …]
H A Dnxge_main.c662 nxgep->mac.porttype = PORT_TYPE_LOGICAL; in nxge_attach()
672 nxgep->mac.porttype = PORT_TYPE_XMAC; in nxge_attach()
674 nxgep->mac.porttype = PORT_TYPE_BMAC; in nxge_attach()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_mac.h223 nxge_port_t porttype; member
/illumos-gate/usr/src/lib/smhba/common/
H A Dsmhbaapi.h401 HBA_PORTTYPE *porttype
H A DSMHBAAPILIB.c3651 HBA_PORTTYPE *porttype) in SMHBA_GetPortType() argument
3665 status = ((GetPortTypeFunc)(vendorHandle, portindex, porttype)); in SMHBA_GetPortType()
/illumos-gate/usr/src/cmd/sasinfo/
H A Dsasinfo-list.c516 HBA_PORTTYPE porttype; in processHBA() local
668 portIndex, &porttype)) != HBA_STATUS_OK) { in processHBA()
677 if (porttype != HBA_PORTTYPE_SASDEVICE) { in processHBA()