• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/sk98lin/

Lines Matching defs:Index

1959 unsigned int TableIndex, /* Index to the Id table */
2026 unsigned int TableIndex, /* Index to the Id table */
2157 unsigned int TableIndex, /* Index to the Id table */
2233 * Get value (MAC Index 0 identifies the virtual MAC)
2293 unsigned int TableIndex, /* Index to the Id table */
2447 unsigned int TableIndex, /* Index to the Id table */
2648 unsigned int TableIndex, /* Index to the Id table */
2651 unsigned int Index;
2667 Index = (unsigned int)Instance - 1;
2668 Limit = Index + 1;
2671 Index = 0;
2685 if (*pLen < (Limit - Index) * sizeof(SK_U64)) {
2687 *pLen = (Limit - Index) * sizeof(SK_U64);
2694 for (; Index < Limit; Index ++) {
2699 StatVal = pAC->Csum.ProtoStats[NetIndex][Index].RxOkCts;
2703 StatVal = pAC->Csum.ProtoStats[NetIndex][Index].RxUnableCts;
2707 StatVal = pAC->Csum.ProtoStats[NetIndex][Index].RxErrCts;
2711 StatVal = pAC->Csum.ProtoStats[NetIndex][Index].TxOkCts;
2715 StatVal = pAC->Csum.ProtoStats[NetIndex][Index].TxUnableCts;
2764 unsigned int TableIndex, /* Index to the Id table */
2768 unsigned int Index;
2787 Index = (unsigned int)Instance -1;
2791 Index = 0;
2812 if (*pLen < (Limit - Index) * sizeof(SK_U32)) {
2814 *pLen = (Limit - Index) * sizeof(SK_U32);
2820 for (Offset = 0, i = Index; i < Limit; i ++) {
2844 if (*pLen < Limit - Index) {
2846 *pLen = Limit - Index;
2855 if (*pLen < (Limit - Index) * sizeof(SK_U64)) {
2857 *pLen = (Limit - Index) * sizeof(SK_U64);
2874 for (Offset = 0; Index < Limit; Index ++) {
2879 *(pBuf + Offset) = (char)Index;
2884 Len = SK_STRLEN(pAC->I2c.SenTable[Index].SenDesc);
2886 pAC->I2c.SenTable[Index].SenDesc, Len);
2893 (char)pAC->I2c.SenTable[Index].SenType;
2898 Val32 = (SK_U32)pAC->I2c.SenTable[Index].SenValue;
2904 Val32 = (SK_U32)pAC->I2c.SenTable[Index].
2911 Val32 = (SK_U32)pAC->I2c.SenTable[Index].
2918 Val32 = (SK_U32)pAC->I2c.SenTable[Index].
2925 Val32 = pAC->I2c.SenTable[Index].SenThreErrHigh;
2932 (char)pAC->I2c.SenTable[Index].SenErrFlag;
2937 Val64 = pAC->I2c.SenTable[Index].SenWarnCts;
2943 Val64 = pAC->I2c.SenTable[Index].SenErrCts;
2949 Val64 = SK_PNMI_HUNDREDS_SEC(pAC->I2c.SenTable[Index].
2956 Val64 = SK_PNMI_HUNDREDS_SEC(pAC->I2c.SenTable[Index].
3009 unsigned int TableIndex, /* Index to the Id table */
3019 unsigned int Index;
3052 for (Index = 0; Index < KeyNo; Index ++) {
3054 if (SK_STRCMP(KeyStr, KeyArr[Index]) == 0) {
3055 FirstIndex = Index;
3056 LastIndex = Index+1;
3060 if (Index == KeyNo) {
3113 for (Len = 0, Index = 0; Index < KeyNo; Index ++) {
3115 Len += SK_STRLEN(KeyArr[Index]) + 1;
3125 for (Offset = 1, Index = 0; Index < KeyNo; Index ++) {
3127 Len = SK_STRLEN(KeyArr[Index]);
3128 SK_MEMCPY(pBuf + Offset, KeyArr[Index], Len);
3132 if (Index < KeyNo - 1) {
3156 for (Len = 0, Index = FirstIndex;
3157 Index < LastIndex; Index ++) {
3159 Len += SK_STRLEN(KeyArr[Index]) + 1;
3171 for (Offset = 0, Index = FirstIndex;
3172 Index < LastIndex; Index ++) {
3174 Len = SK_STRLEN(KeyArr[Index]);
3177 SK_MEMCPY(pBuf + Offset + 1, KeyArr[Index],
3186 for (Offset = 0, Index = FirstIndex;
3187 Index < LastIndex; Index ++) {
3190 if (VpdRead(pAC, IoC, KeyArr[Index], Buf,
3212 for (Offset = 0, Index = FirstIndex;
3213 Index < LastIndex; Index ++) {
3216 if (VpdRead(pAC, IoC, KeyArr[Index], Buf,
3242 for (Offset = 0, Index = FirstIndex;
3243 Index < LastIndex; Index ++) {
3245 if (VpdMayWrite(KeyArr[Index])) {
3401 for (Index = 0; Index < KeyNo; Index ++) {
3403 if (SK_STRCMP(KeyStr, KeyArr[Index]) == 0) {
3412 if (Index == KeyNo) {
3483 unsigned int TableIndex, /* Index to the Id table */
3487 unsigned int Index;
3688 for (Offset = 0, Index = 0; Offset < Len;
3689 Offset += sizeof(SK_U32), Index ++) {
3691 Val32 = (SK_U32)IdTable[Index].Id;
4480 unsigned int TableIndex, /* Index to the Id table */
4785 unsigned int TableIndex, /* Index to the Id table */
4987 unsigned int TableIndex, /* Index to the Id table */
5841 unsigned int TableIndex, /* Index to the Id table */
5844 unsigned int Index;
5863 Index = (unsigned int)Instance - 1;
5867 Index = 0;
5876 for (Offset=0; Index < Limit; Index ++) {
5906 if (*pLen < (Limit - Index)) {
5911 if (*pLen != (Limit - Index)) {
5917 for (Offset=0; Index < Limit; Index ++) {
6378 int Index;
6418 for (Index = 0, StartOffset = 0, Offset = 0; Offset < BufKeysLen;
6433 SK_STRNCPY(pKeyArr + Index * SK_PNMI_VPD_KEY_SIZE,
6436 Index ++;
6443 SK_STRNCPY(pKeyArr + Index * SK_PNMI_VPD_KEY_SIZE,
6547 unsigned int FirstMac, /* Index of the first Mac to be updated */
6548 unsigned int LastMac) /* Index of the last Mac to be updated */
6603 unsigned int LogPortIndex, /* Index of the logical Port to be processed */
6604 unsigned int StatIndex, /* Index to statistic value */
6650 unsigned int PhysPortIndex, /* Index of the logical Port to be processed */
6651 unsigned int StatIndex) /* Index to statistic value */
7288 unsigned int SensorIndex) /* Index of sensor which caused the trap */
7342 unsigned int ActiveMac) /* Index (0..n) of the currently active port */
7370 unsigned int PortIndex) /* Index of the port, which changed its state */
7434 unsigned int TableIndex, /* Index to the Id table */
7597 unsigned int TableIndex, /* Index to the Id table */
7796 unsigned int TableIndex, /* Index to the Id table */