Searched refs:ID2 (Results 1 - 22 of 22) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/rio/
H A Dmap.h54 unsigned short ID2; /* ID of 2nd block of 8 for 16 port */ member in struct:Map
H A Dport.h46 unsigned char ID2; /* Second ID of RTA for port */ member in struct:Port
H A Driotable.c215 && (MapP->ID2 != p->RIOConnectTable[SubEnt].ID)) {
674 HostMapP->ID2 = MapP->ID2 = p->RIOHosts[host].Mapping[unit].ID;
675 p->RIOHosts[host].Mapping[unit].ID2 = MapP->ID;
716 rio_dprintk(RIO_DEBUG_TABLE, "Second map of RTA %s added to configuration\n", p->RIOHosts[host].Mapping[MapP->ID2 - 1].Name);
795 PortP->ID2 = HostMapP->ID2 - 1;
798 PortP->ID2 = 0;
H A Drioboot.c808 entry2 = HostP->Mapping[entry].ID2 - 1;
854 entry2 = HostP->Mapping[entry].ID2 - 1;
898 MapP2 = &p->RIOHosts[host].Mapping[MapP->ID2 - 1];
899 rio_dprintk(RIO_DEBUG_BOOT, "This RTA is units %d+%d from host %s\n", rta + 1, MapP->ID2, p->RIOHosts[host].Name);
1086 host->Mapping[entry].ID2 = 0;
1094 host->Mapping[entry2].ID2 = entry + 1;
1095 host->Mapping[entry].ID2 = entry2 + 1;
H A Drioroute.c322 ThisUnit2 = HostP->Mapping[ThisUnit].ID2 - 1;
504 unsigned short dest_unit = HostP->Mapping[unit].ID2;
867 if (HostP->Mapping[unit].ID2 != 0) {
868 int nOther = (HostP->Mapping[unit].ID2) - 1;
H A Drioctrl.c262 rio_dprintk(RIO_DEBUG_CTRL, "Map entry %d.ID2 = 0x%x\n", entry, p->RIOConnectTable[entry].ID2);
306 rio_dprint(RIO_DEBUG_CTRL, ("Map entry %d.ID2 = 0x%x\n", entry, p->RIOConnectTable[entry].ID2 ) );
1417 rup = PortP->ID2;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/rio/
H A Dmap.h54 unsigned short ID2; /* ID of 2nd block of 8 for 16 port */ member in struct:Map
H A Dport.h46 unsigned char ID2; /* Second ID of RTA for port */ member in struct:Port
H A Driotable.c215 && (MapP->ID2 != p->RIOConnectTable[SubEnt].ID)) {
674 HostMapP->ID2 = MapP->ID2 = p->RIOHosts[host].Mapping[unit].ID;
675 p->RIOHosts[host].Mapping[unit].ID2 = MapP->ID;
716 rio_dprintk(RIO_DEBUG_TABLE, "Second map of RTA %s added to configuration\n", p->RIOHosts[host].Mapping[MapP->ID2 - 1].Name);
795 PortP->ID2 = HostMapP->ID2 - 1;
798 PortP->ID2 = 0;
H A Drioboot.c808 entry2 = HostP->Mapping[entry].ID2 - 1;
854 entry2 = HostP->Mapping[entry].ID2 - 1;
898 MapP2 = &p->RIOHosts[host].Mapping[MapP->ID2 - 1];
899 rio_dprintk(RIO_DEBUG_BOOT, "This RTA is units %d+%d from host %s\n", rta + 1, MapP->ID2, p->RIOHosts[host].Name);
1086 host->Mapping[entry].ID2 = 0;
1094 host->Mapping[entry2].ID2 = entry + 1;
1095 host->Mapping[entry].ID2 = entry2 + 1;
H A Drioroute.c322 ThisUnit2 = HostP->Mapping[ThisUnit].ID2 - 1;
504 unsigned short dest_unit = HostP->Mapping[unit].ID2;
867 if (HostP->Mapping[unit].ID2 != 0) {
868 int nOther = (HostP->Mapping[unit].ID2) - 1;
H A Drioctrl.c262 rio_dprintk(RIO_DEBUG_CTRL, "Map entry %d.ID2 = 0x%x\n", entry, p->RIOConnectTable[entry].ID2);
306 rio_dprint(RIO_DEBUG_CTRL, ("Map entry %d.ID2 = 0x%x\n", entry, p->RIOConnectTable[entry].ID2 ) );
1417 rup = PortP->ID2;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/neon/test/
H A Dsession.c133 #define ID2 "bar" macro
141 ne_set_session_private(sess, ID2, v2);
147 PRIV("private #2 wrong", ID2, v2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/neon/test/
H A Dsession.c133 #define ID2 "bar" macro
141 ne_set_session_private(sess, ID2, v2);
147 PRIV("private #2 wrong", ID2, v2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/neon/test/
H A Dsession.c133 #define ID2 "bar" macro
141 ne_set_session_private(sess, ID2, v2);
147 PRIV("private #2 wrong", ID2, v2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/neon/src/
H A Dne_compress.c87 #define ID2 0x8b macro
109 NE_DEBUG(NE_DBG_HTTP, "ID1: %d ID2: %d, cmeth %d, flags %d\n",
112 if (HDR_ID1(ctx) != ID1 || HDR_ID2(ctx) != ID2 || HDR_CMETH(ctx) != 8) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/neon/src/
H A Dne_compress.c87 #define ID2 0x8b macro
109 NE_DEBUG(NE_DBG_HTTP, "ID1: %d ID2: %d, cmeth %d, flags %d\n",
112 if (HDR_ID1(ctx) != ID1 || HDR_ID2(ctx) != ID2 || HDR_CMETH(ctx) != 8) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/neon/src/
H A Dne_compress.c87 #define ID2 0x8b macro
109 NE_DEBUG(NE_DBG_HTTP, "ID1: %d ID2: %d, cmeth %d, flags %d\n",
112 if (HDR_ID1(ctx) != ID1 || HDR_ID2(ctx) != ID2 || HDR_CMETH(ctx) != 8) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/pci/ctxfi/
H A Dct20k1reg.h620 #define ID2 0x1C6088 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/pci/ctxfi/
H A Dct20k1reg.h620 #define ID2 0x1C6088 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A DFlashPoint.c288 enum scam_id_st { ID0, ID1, ID2, ID3, ID4, ID5, ID6, ID7, ID8, ID9, ID10, ID11, enumerator in enum:scam_id_st
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A DFlashPoint.c288 enum scam_id_st { ID0, ID1, ID2, ID3, ID4, ID5, ID6, ID7, ID8, ID9, ID10, ID11, enumerator in enum:scam_id_st

Completed in 167 milliseconds