Searched refs:IdTable (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Ddi.h43 byte IdTable[256]; member in struct:adapter_s
H A Ddi.c228 e_no = a->IdTable[Id];
235 a->IdTable[Id] = 0;
385 e_no = a->IdTable[Id];
412 a->IdTable[Id] = 0;
537 a->IdTable[Id] = e_no;
547 a->IdTable[Id] = 0;
578 if(a->IdTable[Id]) {
579 this = entity_ptr(a,a->IdTable[Id]);
642 this = entity_ptr(a,a->IdTable[Id]);
H A Ddivasfunc.c106 memset(&(a->IdTable), 0x00, 256);
H A Dos_4bri.c887 memset(&Slave->a.IdTable[0], 0x00,
888 sizeof(Slave->a.IdTable));
H A Dos_bri.c583 memset(&IoAdapter->a.IdTable[0], 0x00,
584 sizeof(IoAdapter->a.IdTable));
H A Dos_pri.c387 memset(&IoAdapter->a.IdTable[0], 0x00,
388 sizeof(IoAdapter->a.IdTable));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/sk98lin/
H A Dskgepnmi.c693 * 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[TableInde
[all...]
H A Dskgemib.c85 #define ID_TABLE_SIZE (sizeof(IdTable)/sizeof(IdTable[0]))
94 PNMI_STATIC const SK_PNMI_TAB_ENTRY IdTable[] = { variable

Completed in 214 milliseconds