Searched refs:Rc (Results 1 - 10 of 10) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/eicon/
H A Didi.c289 e->Rc = OUT_OF_RESOURCES;
521 byte Rc; local
527 DPRINTF(("IDI: #Rc=%x",Count));
535 if((Rc=a->ram_in(a, &RcIn->Rc))) {
539 /* for all return codes we process, we clear the Rc field */
541 Rc,
546 a->ram_out(a, &RcIn->Rc, 0);
631 byte Rc,
642 DPRINTF(("IDI: <A%d Id=0x%x Rc
630 isdn_rc(ADAPTER * a, byte Rc, byte Id, byte Ch, word Ref) argument
[all...]
H A Deicon_io.c181 ack->Rc = de->Rc;
182 if (de->Rc == ASSIGN_OK) {
192 eicon_log(ccard, 128, "idi_cbk: Ch%d: Rc=%x Id=%x RLen=%x compl=%x\n",
193 de->user[0], de->Rc, ack->RcId, de->RLength, de->complete);
225 de->Rc = 0;
445 ep->Rc = 0;
465 if (ep->Rc)
514 int Rc = 0; local
567 writeb(0, &com->Rc);
[all...]
H A Dpr_pc.h17 word NextRc; /* pointer to next Rc Buffer */
24 byte RcOutput; /* number of Rc buffers received */
32 byte B[1]; /* buffer space for Req,Ind and Rc */
48 byte Rc; member in struct:__anon1505
H A Deicon_isa.h35 __u8 Rc; /* return code register */ member in struct:__anon1494
H A Didi.h64 byte Rc; /* return code received */ member in struct:entity_s
67 byte RcCh; /* channel of current Rc */
H A Deicon_idi.h72 __u8 Rc __attribute__ ((packed)); member in struct:__anon1490
H A Dpc.h36 byte Rc; /* return code register */ member in struct:dual
H A Deicon.h155 __u16 NextRc __attribute__ ((packed)); /* pointer to next Rc Buffer */
162 __u8 RcOutput __attribute__ ((packed)); /* number of Rc buffers received */
170 __u8 B[1]; /* buffer space for Req,Ind and Rc */
181 __u8 Rc; /* return code received */ member in struct:__anon1480
184 __u8 RcCh; /* channel of current Rc */
H A Deicon_idi.c2739 eicon_log(ccard, 16, "idi_ack: Ch%d: Rc-Ref %d not equal to stored %d\n", chan->No,
2836 switch (ack->Rc) {
2841 dCh, ack->Rc);
2899 eicon_log(ccard, 2, "eicon_err: Ch%d: Alert Not OK : Rc=%d Id=%x Ch=%d\n",
2900 dCh, ack->Rc, ack->RcId, ack->RcCh);
2904 eicon_log(ccard, 1, "eicon_err: Ch%d: Ack Not OK !!: Rc=%d Id=%x Ch=%d Req=%d\n",
2905 dCh, ack->Rc, ack->RcId, ack->RcCh, chan->e.Req);
2909 eicon_log(ccard, 8, "eicon_err: Ch%d: Ack Not OK !!: Rc=%d Id=%x Ch=%d Req=%d\n",
2910 dCh, ack->Rc, ack->RcId, ack->RcCh, chan->e.Req);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/sk98lin/
H A Dskge.c1663 int Rc; /* return code of XmitFrame */ local
1669 Rc = XmitFrame(pAC, &pAC->TxPort[pNet->PortNr][TX_PRIO_LOW], skb);
1671 Rc = XmitFrame(pAC, &pAC->TxPort[pAC->ActivePort][TX_PRIO_LOW], skb);
1674 if (Rc <= 0)
1680 if (Rc < 0)

Completed in 63 milliseconds