Lines Matching refs:portIndex

98     HBA_UINT32 portIndex, SMHBA_PORTATTRIBUTES *port,
102 sas_rp_tree_print_desc(HBA_HANDLE handle, HBA_UINT32 portIndex,
111 HBA_UINT32 portIndex, SMHBA_PORTATTRIBUTES *port,
127 HBA_UINT32 portIndex, SMHBA_PORTATTRIBUTES *port,
129 static int processHBAPortPhyInfo(HBA_HANDLE handle, HBA_UINT32 portIndex,
131 static int processHBAPortPhyStat(HBA_HANDLE handle, HBA_UINT32 portIndex,
136 HBA_UINT32 portIndex, SMHBA_PORTATTRIBUTES *port,
141 HBA_UINT32 portIndex, SMHBA_PORTATTRIBUTES *port,
146 HBA_UINT32 portIndex, SMHBA_PORTATTRIBUTES *port,
151 searchTargetPortMappingData(HBA_HANDLE handle, HBA_UINT32 portIndex,
156 static int searchTargetPort(HBA_HANDLE handle, HBA_UINT32 portIndex,
515 int portIndex = 0; in processHBA() local
666 for (portIndex = 0; portIndex < numberOfPorts; portIndex++) { in processHBA()
668 portIndex, &porttype)) != HBA_STATUS_OK) { in processHBA()
685 handle, portIndex, &port)) != HBA_STATUS_OK) { in processHBA()
694 gettext("port index"), portIndex, in processHBA()
700 (void) strlcpy(port_array[portIndex].name, in processHBA()
702 sizeof (port_array[portIndex].name)); in processHBA()
703 port_array[portIndex].index = portIndex; in processHBA()
720 for (portIndex = 0; in processHBA()
721 portIndex < numberOfPorts; in processHBA()
722 portIndex++) { in processHBA()
726 if (port_array[portIndex].name[0] == '\0') { in processHBA()
734 port_array[portIndex].index, &port); in processHBA()
809 port_array[portIndex].index, &port, in processHBA()
954 processHBAPortPhyInfo(HBA_HANDLE handle, HBA_UINT32 portIndex, in processHBAPortPhyInfo() argument
978 handle, portIndex, phyIndex, &phyattrs); in processHBAPortPhyInfo()
992 portIndex, phyIndex, &phyattrs, pflag); in processHBAPortPhyInfo()
1011 processHBAPortPhyStat(HBA_HANDLE handle, HBA_UINT32 portIndex, int phyIndex, in processHBAPortPhyStat() argument
1026 status = SMHBA_GetPhyStatistics(handle, portIndex, phyIndex, &phystat); in processHBAPortPhyStat()
1154 HBA_UINT32 portIndex, SMHBA_PORTATTRIBUTES *port, in handleHBAPort() argument
1159 ret = processHBAPortPhyInfo(handle, portIndex, port, input->pflag); in handleHBAPort()
1179 HBA_UINT32 portIndex, SMHBA_PORTATTRIBUTES *port, in handleExpander() argument
1217 portIndex, i, &rpnode->portattr); in handleExpander()
1361 ret += sas_rp_tree_print(handle, adapterName, portIndex, in handleExpander()
1364 ret += sas_rp_tree_print(handle, adapterName, portIndex, in handleExpander()
1389 HBA_UINT32 portIndex, SMHBA_PORTATTRIBUTES *port, in handleTargetPort() argument
1404 portIndex, i, &targetattr); in handleTargetPort()
1410 ret += searchTargetPort(handle, portIndex, port, in handleTargetPort()
1601 HBA_UINT32 portIndex, SMHBA_PORTATTRIBUTES *port, in handleLogicalUnit() argument
1615 status = get_domainPort(handle, portIndex, port, &domainPortWWN); in handleLogicalUnit()
1698 searchTargetPortMappingData(HBA_HANDLE handle, HBA_UINT32 portIndex, in searchTargetPortMappingData() argument
1722 status = get_domainPort(handle, portIndex, port, &domainPortWWN); in searchTargetPortMappingData()
1937 searchTargetPort(HBA_HANDLE handle, HBA_UINT32 portIndex, in searchTargetPort() argument
1953 status = get_domainPort(handle, portIndex, port, &domainPortWWN); in searchTargetPort()
2083 handle, portIndex, port, in searchTargetPort()
2152 handle, portIndex, port, sasattr, newConfig)); in searchTargetPort()
2495 HBA_UINT32 portIndex, SMHBA_PORTATTRIBUTES *port, in sas_rp_tree_print() argument
2523 portIndex, port, rpnode->child, input, in sas_rp_tree_print()
2529 portIndex, port, rpnode->sibling, input, in sas_rp_tree_print()
2569 portIndex, port, rpnode->child, in sas_rp_tree_print()
2582 portIndex, port, rpnode->child, input, in sas_rp_tree_print()
2585 portIndex, port, rpnode->sibling, input, in sas_rp_tree_print()
2638 sas_rp_tree_print_desc(HBA_HANDLE handle, HBA_UINT32 portIndex, in sas_rp_tree_print_desc() argument
2716 int portIndex, PSMHBA_PORTATTRIBUTES port, in get_domainPort() argument
2731 status = SMHBA_GetSASPhyAttributes(handle, portIndex, in get_domainPort()