Lines Matching refs:portIndex
49 int portIndex, HBA_PORTATTRIBUTES port, HBA_FCPTARGETMAPPINGV2 *map,
60 HBA_ADAPTERATTRIBUTES *attrs, HBA_PORTATTRIBUTES *port, int *portIndex);
66 * portIndex for the given handle and hba port WWN.
76 * portIndex the Index count of the port on the adapter that is
85 HBA_ADAPTERATTRIBUTES *attrs, HBA_PORTATTRIBUTES *port, int *portIndex)
92 if (attrs == NULL || port == NULL || portIndex == NULL) {
144 *portIndex = 0;
147 *portIndex = portCtr;
371 processHBA(HBA_HANDLE handle, HBA_ADAPTERATTRIBUTES attrs, int portIndex,
397 portIndex, discPortCount, &discPort);
732 int portIndex = 0, err_cnt = 0;
840 &portIndex) != 0) {
844 processHBA(handle, attrs, portIndex, port, NULL,
848 printHBANPIVPortInfo(handle, portIndex) != 0) {
907 for (portIndex = 0;
908 portIndex < attrs.NumberOfPorts;
909 portIndex++) {
912 handle, portIndex, &port))
922 portIndex);
927 processHBA(handle, attrs, portIndex, port,
934 portIndex) != 0) {
981 for (portIndex = 0;
982 portIndex < attrs.NumberOfPorts;
983 portIndex++) {
986 handle, portIndex, &port))
996 portIndex);
1001 processHBA(handle, attrs, portIndex, port,
1266 int portIndex = 0;
1338 for (portIndex = 0; portIndex < attrs.NumberOfPorts;
1339 portIndex++) {
1342 portIndex, &port)) != HBA_STATUS_OK) {
1350 portIndex);