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

/illumos-gate/usr/src/lib/sun_sas/common/
H A DSun_sasGetPortType.c35 HBA_PORTTYPE *porttype)
43 if (porttype == NULL) {
92 *porttype = HBA_PORTTYPE_SASDEVICE;
34 Sun_sasGetPortType(HBA_HANDLE handle, HBA_UINT32 port, HBA_PORTTYPE *porttype) argument
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_mac.h225 nxge_port_t porttype; member in struct:_nxge_mac
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_kstats.c1453 if (nxgep->mac.porttype == PORT_TYPE_XMAC)
1633 if (nxgep->mac.porttype == PORT_TYPE_XMAC) {
1749 if (nxgep->mac.porttype == PORT_TYPE_XMAC) {
1890 if (nxgep->mac.porttype == PORT_TYPE_XMAC) {
1925 if (nxgep->mac.porttype == PORT_TYPE_XMAC) {
2033 } else if (nxgep->mac.porttype == PORT_TYPE_BMAC) {
2355 if (nxgep->mac.porttype == PORT_TYPE_XMAC)
2357 else if (nxgep->mac.porttype == PORT_TYPE_BMAC)
2364 if (nxgep->mac.porttype == PORT_TYPE_XMAC)
2366 else if (nxgep->mac.porttype
[all...]
H A Dnxge_mac.c906 nxgep->mac.porttype = PORT_TYPE_XMAC;
909 nxgep->mac.porttype = PORT_TYPE_BMAC;
1047 portt = nxgep->mac.porttype;
1324 portt = nxgep->mac.porttype;
4179 portt = nxgep->mac.porttype;
4327 portt = nxgep->mac.porttype;
4442 if (nxgep->mac.porttype == PORT_TYPE_XMAC) {
4482 if (nxgep->mac.porttype == PORT_TYPE_XMAC) {
4525 if (nxgep->mac.porttype == PORT_TYPE_XMAC) {
4568 if (nxgep->mac.porttype
[all...]
H A Dnxge_main.c669 nxgep->mac.porttype = PORT_TYPE_LOGICAL;
679 nxgep->mac.porttype = PORT_TYPE_XMAC;
681 nxgep->mac.porttype = PORT_TYPE_BMAC;
/illumos-gate/usr/src/lib/smhba/common/
H A Dsmhbaapi.h400 HBA_PORTTYPE *porttype
H A DSMHBAAPILIB.c3649 HBA_PORTTYPE *porttype)
3663 status = ((GetPortTypeFunc)(vendorHandle, portindex, porttype));
3646 SMHBA_GetPortType( HBA_HANDLE handle, HBA_UINT32 portindex, HBA_PORTTYPE *porttype) argument
/illumos-gate/usr/src/cmd/sasinfo/
H A Dsasinfo-list.c516 HBA_PORTTYPE porttype; local
668 portIndex, &porttype)) != HBA_STATUS_OK) {
677 if (porttype != HBA_PORTTYPE_SASDEVICE) {

Completed in 119 milliseconds