• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/sk98lin/

Lines Matching refs:IdTable

693  *	Runs through the IdTable, queries the single OIDs and stores the
696 * is stored in the IdTable. The return value of the function will also
798 InstanceNo = IdTable[TableIndex].InstanceNo;
802 DstOffset = IdTable[TableIndex].Offset +
804 IdTable[TableIndex].StructSize;
811 if (IdTable[TableIndex].Id == OID_SKGE_VPD_KEY ||
812 IdTable[TableIndex].Id == OID_SKGE_VPD_VALUE ||
813 IdTable[TableIndex].Id == OID_SKGE_VPD_ACCESS ||
814 IdTable[TableIndex].Id == OID_SKGE_VPD_ACTION) {
823 Ret = IdTable[TableIndex].Func(pAC, IoC, SK_PNMI_GET,
824 IdTable[TableIndex].Id, (char *)pBuf +
870 * The sub-function runs through the IdTable, checks which OIDs are able
908 * The sub-function runs through the IdTable, checks which OIDs are able
1723 Ret = IdTable[TableIndex].Func(pAC, IoC, Action, Id, pBuf, pLen,
1738 * SK_PNMI_MIN_STRUCT_SIZE. The sub-function runs through the IdTable,
1812 if ((IdTable[TableIndex].Access != SK_PNMI_RW) &&
1813 (IdTable[TableIndex].Access != SK_PNMI_WO)) {
1818 InstanceNo = IdTable[TableIndex].InstanceNo;
1819 Id = IdTable[TableIndex].Id;
1824 DstOffset = IdTable[TableIndex].Offset +
1826 IdTable[TableIndex].StructSize;
1840 Ret = IdTable[TableIndex].Func(pAC, IoC,
1841 SK_PNMI_GET, IdTable[TableIndex].Id,
1878 Ret = IdTable[TableIndex].Func(pAC, IoC, Action,
1879 IdTable[TableIndex].Id, pBuf + DstOffset,
1906 * LookupId - Lookup an OID in the IdTable
1909 * Scans the IdTable to find the table entry of an OID.
1921 if (IdTable[i].Id == Id) {
2248 StatVal = GetStatVal(pAC, IoC, 0, IdTable[TableIndex].Param, NetIndex);
2380 IdTable[TableIndex].Param, NetIndex);
2396 IdTable[TableIndex].Param, NetIndex);
2402 IdTable[TableIndex].Param, NetIndex);
3691 Val32 = (SK_U32)IdTable[Index].Id;