Searched refs:cq (Results 1 - 12 of 12) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/fc4/
H A Dsocal.c620 socal_hw_cq cq[8]; local
745 memset (cq, 0, sizeof(cq));
752 cq[0].address = s->req_dvma;
764 cq[1].address = cq[0].address + (SOCAL_CQ_REQ0_SIZE * sizeof(socal_req));
765 cq[4].address = cq[1].address + (SOCAL_CQ_REQ1_SIZE * sizeof(socal_req));
766 cq[5].address = cq[
[all...]
H A Dsoc.c552 soc_hw_cq cq[8]; local
662 memset (cq, 0, sizeof(cq));
667 cq[0].address = s->req_dvma;
675 cq[1].address = cq[0].address + (SOC_CQ_REQ0_SIZE * sizeof(soc_req));
676 cq[4].address = 1;
677 cq[5].address = 1;
678 cq[0].last = SOC_CQ_REQ0_SIZE - 1;
679 cq[
[all...]
/asus-wl-520gu-7.0.1.45/src/router/rp-l2tp/libevent/
H A DMakefile.in21 @AR@ -cq libevent.a $(OBJS)
H A DMakefile22 mipsel-linux-ar -cq libevent.a $(OBJS)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/atm/
H A Dambassador.c577 amb_cq * cq = &dev->cq; local
578 volatile amb_cq_ptrs * ptrs = &cq->ptrs;
587 spin_lock (&cq->lock);
590 if (cq->pending < cq->maximum) {
599 cq->pending++;
605 // prepare to wait for cq->pending milliseconds
607 timeout = (cq->pending*HZ+999)/1000;
609 if (cq
949 amb_cq * cq = &dev->cq; local
1772 amb_cq * cq = &dev->cq; local
[all...]
H A Dambassador.h632 amb_cq cq; member in struct:amb_dev
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dipconfig.c1139 char *cp, *cq; local
1141 cp = cq = name;
1145 if (cp == cq || cp - cq > 3)
1151 cq = cp;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Disdnif.h303 __u8 cq __attribute__ ((packed)); member in struct:T30_s
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Disdnif.h303 __u8 cq __attribute__ ((packed)); member in struct:T30_s
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/
H A Disdn_ttyfax.c618 sprintf(rs, "\r\n%d", f->cq);
631 f->cq = par;
H A Disdn_tty.c1973 f->cq = 0;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wireless/
H A Dorinoco.c1538 } __attribute__ ((packed)) cq; local
1541 HERMES_RID_COMMSQUALITY, &cq);
1544 cq.qual, cq.signal, cq.noise);
1546 wstats->qual.qual = (int)le16_to_cpu(cq.qual);
1547 wstats->qual.level = (int)le16_to_cpu(cq.signal) - 0x95;
1548 wstats->qual.noise = (int)le16_to_cpu(cq.noise) - 0x95;

Completed in 180 milliseconds