Lines Matching refs:portIndex

49     int portIndex, HBA_PORTATTRIBUTES port, HBA_FCPTARGETMAPPINGV2 *map,
60 HBA_ADAPTERATTRIBUTES *attrs, HBA_PORTATTRIBUTES *port, int *portIndex);
85 HBA_ADAPTERATTRIBUTES *attrs, HBA_PORTATTRIBUTES *port, int *portIndex) in retrieveAttrs() argument
92 if (attrs == NULL || port == NULL || portIndex == NULL) { in retrieveAttrs()
144 *portIndex = 0; in retrieveAttrs()
147 *portIndex = portCtr; in retrieveAttrs()
371 processHBA(HBA_HANDLE handle, HBA_ADAPTERATTRIBUTES attrs, int portIndex, in processHBA() argument
397 portIndex, discPortCount, &discPort); in processHBA()
732 int portIndex = 0, err_cnt = 0; in fc_util_list_hbaport() local
840 &portIndex) != 0) { in fc_util_list_hbaport()
844 processHBA(handle, attrs, portIndex, port, NULL, in fc_util_list_hbaport()
848 printHBANPIVPortInfo(handle, portIndex) != 0) { in fc_util_list_hbaport()
907 for (portIndex = 0; in fc_util_list_hbaport()
908 portIndex < attrs.NumberOfPorts; in fc_util_list_hbaport()
909 portIndex++) { in fc_util_list_hbaport()
912 handle, portIndex, &port)) in fc_util_list_hbaport()
922 portIndex); in fc_util_list_hbaport()
927 processHBA(handle, attrs, portIndex, port, in fc_util_list_hbaport()
934 portIndex) != 0) { in fc_util_list_hbaport()
981 for (portIndex = 0; in fc_util_list_hbaport()
982 portIndex < attrs.NumberOfPorts; in fc_util_list_hbaport()
983 portIndex++) { in fc_util_list_hbaport()
986 handle, portIndex, &port)) in fc_util_list_hbaport()
996 portIndex); in fc_util_list_hbaport()
1001 processHBA(handle, attrs, portIndex, port, in fc_util_list_hbaport()
1266 int portIndex = 0; in fc_util_list_logicalunit() local
1338 for (portIndex = 0; portIndex < attrs.NumberOfPorts; in fc_util_list_logicalunit()
1339 portIndex++) { in fc_util_list_logicalunit()
1342 portIndex, &port)) != HBA_STATUS_OK) { in fc_util_list_logicalunit()
1350 portIndex); in fc_util_list_logicalunit()