Searched refs:cq (Results 1 - 25 of 79) sorted by path

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bzip2/
H A DMakefile58 $(AR) cq libbz2.a $(OBJS)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A DMakefile.netware150 ARFLAGS = -cq
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dnuv.c37 uint32_t lq[64], cq[64]; member in struct:__anon545
91 c->cq[i] = AV_RL32(buf);
103 c->cq[i] = (fallback_cquant[i] << 7) / quality;
124 rtjpeg_decode_init(&c->rtj, &c->dsp, c->width, c->height, c->lq, c->cq);
126 rtjpeg_decode_init(&c->rtj, &c->dsp, c->width, c->height, c->lq, c->cq);
155 rtjpeg_decode_init(&c->rtj, &c->dsp, c->width, c->height, c->lq, c->cq);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Dmathematics.c120 int64_t av_rescale_q(int64_t a, AVRational bq, AVRational cq){ argument
121 int64_t b= bq.num * (int64_t)cq.den;
122 int64_t c= cq.num * (int64_t)bq.den;
H A Dmathematics.h70 int64_t av_rescale_q(int64_t a, AVRational bq, AVRational cq) av_const;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/include/libavutil/
H A Dmathematics.h70 int64_t av_rescale_q(int64_t a, AVRational bq, AVRational cq) av_const;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/atp/
H A Datp_close.c27 struct atpbuf *cq; local
37 cq = ah->atph_queue;
38 ah->atph_queue = cq->atpbuf_next;
39 atp_free_buf( cq );
43 cq = ah->atph_sent;
45 if ( cq->atpbuf_info.atpbuf_xo.atpxo_packet[ i ] != NULL ) {
46 atp_free_buf( cq->atpbuf_info.atpbuf_xo.atpxo_packet[ i ] );
49 ah->atph_sent = cq->atpbuf_next;
50 atp_free_buf( cq );
H A Datp_packet.c164 struct atpbuf *pq, *cq; local
182 for ( pq = NULL, cq = ah->atph_queue; cq != NULL;
183 pq = cq, cq = cq->atpbuf_next ) {
184 memcpy(&ahdr, cq->atpbuf_info.atpbuf_data + 1,
191 atp_print_addr( " from", &cq->atpbuf_addr );
196 && at_addr_eq( fromaddr, &cq->atpbuf_addr )) {
200 if ( cq !
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/sys/solaris/
H A Dioc.c73 struct copyreq *cq; local
90 cq = (struct copyreq *)m->b_rptr;
91 cq->cq_addr = addr;
92 cq->cq_size = size;
93 cq->cq_flag = 0;
94 cq->cq_private = private;
103 struct copyreq *cq; local
129 cq = (struct copyreq *)m->b_rptr;
130 cq->cq_addr = addr;
131 cq
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/atp/
H A Datp_close.c27 struct atpbuf *cq; local
37 cq = ah->atph_queue;
38 ah->atph_queue = cq->atpbuf_next;
39 atp_free_buf( cq );
43 cq = ah->atph_sent;
45 if ( cq->atpbuf_info.atpbuf_xo.atpxo_packet[ i ] != NULL ) {
46 atp_free_buf( cq->atpbuf_info.atpbuf_xo.atpxo_packet[ i ] );
49 ah->atph_sent = cq->atpbuf_next;
50 atp_free_buf( cq );
H A Datp_packet.c164 struct atpbuf *pq, *cq; local
182 for ( pq = NULL, cq = ah->atph_queue; cq != NULL;
183 pq = cq, cq = cq->atpbuf_next ) {
184 memcpy(&ahdr, cq->atpbuf_info.atpbuf_data + 1,
191 atp_print_addr( " from", &cq->atpbuf_addr );
196 && at_addr_eq( fromaddr, &cq->atpbuf_addr )) {
200 if ( cq !
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/sys/solaris/
H A Dioc.c73 struct copyreq *cq; local
90 cq = (struct copyreq *)m->b_rptr;
91 cq->cq_addr = addr;
92 cq->cq_size = size;
93 cq->cq_flag = 0;
94 cq->cq_private = private;
103 struct copyreq *cq; local
129 cq = (struct copyreq *)m->b_rptr;
130 cq->cq_addr = addr;
131 cq
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Dambassador.c335 amb_cq * cq = &dev->cq; local
336 volatile amb_cq_ptrs * ptrs = &cq->ptrs;
344 spin_lock (&cq->lock);
347 if (cq->pending < cq->maximum) {
356 cq->pending++;
362 if (cq->pending > cq->high)
363 cq
1277 amb_cq * cq = &dev->cq; local
[all...]
H A Dambassador.h630 amb_cq cq; member in struct:amb_dev
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/fc4/
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...]
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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Dmad.c2212 ib_req_notify_cq(port_priv->cq, IB_CQ_NEXT_COMP);
2214 while (ib_poll_cq(port_priv->cq, 1, &wc) == 1) {
2492 static void ib_mad_thread_completion_handler(struct ib_cq *cq, void *arg) argument
2494 struct ib_mad_port_private *port_priv = cq->cq_context;
2655 ret = ib_req_notify_cq(port_priv->cq, IB_CQ_NEXT_COMP);
2712 qp_init_attr.send_cq = qp_info->port_priv->cq;
2713 qp_init_attr.recv_cq = qp_info->port_priv->cq;
2772 port_priv->cq = ib_create_cq(port_priv->device,
2775 if (IS_ERR(port_priv->cq)) {
2777 ret = PTR_ERR(port_priv->cq);
[all...]
H A Dmad_priv.h202 struct ib_cq *cq; member in struct:ib_mad_port_private
H A Duverbs.h160 void ib_uverbs_comp_handler(struct ib_cq *cq, void *cq_context);
H A Duverbs_cmd.c220 static void put_cq_read(struct ib_cq *cq) argument
222 put_uobj_read(cq->uobject);
747 struct ib_cq *cq; local
784 cq = file->device->ib_dev->create_cq(file->device->ib_dev, cmd.cqe,
787 if (IS_ERR(cq)) {
788 ret = PTR_ERR(cq);
792 cq->device = file->device->ib_dev;
793 cq->uobject = &obj->uobject;
794 cq->comp_handler = ib_uverbs_comp_handler;
795 cq
846 struct ib_cq *cq; local
882 struct ib_cq *cq; local
945 struct ib_cq *cq; local
969 struct ib_cq *cq; local
[all...]
H A Duverbs_main.c209 struct ib_cq *cq = uobj->object; local
210 struct ib_uverbs_event_file *ev_file = cq->cq_context;
215 ib_destroy_cq(cq);
381 void ib_uverbs_comp_handler(struct ib_cq *cq, void *cq_context) argument
403 uobj = container_of(cq->uobject, struct ib_ucq_object, uobject);
405 entry->desc.comp.cq_handle = cq->uobject->user_handle;
451 struct ib_ucq_object *uobj = container_of(event->element.cq->uobject,
H A Dverbs.c614 struct ib_cq *cq; local
616 cq = device->create_cq(device, cqe, comp_vector, NULL, NULL);
618 if (!IS_ERR(cq)) {
619 cq->device = device;
620 cq->uobject = NULL;
621 cq->comp_handler = comp_handler;
622 cq->event_handler = event_handler;
623 cq->cq_context = cq_context;
624 atomic_set(&cq->usecnt, 0);
627 return cq;
631 ib_destroy_cq(struct ib_cq *cq) argument
640 ib_resize_cq(struct ib_cq *cq, int cqe) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/amso1100/
H A Dc2.h517 struct c2_ucontext *ctx, struct c2_cq *cq);
518 extern void c2_free_cq(struct c2_dev *c2dev, struct c2_cq *cq);
H A Dc2_ae.c298 struct c2_cq *cq = local
303 ib_event.element.cq = &cq->ibcq;
306 if (cq->ibcq.event_handler)
307 cq->ibcq.event_handler(&ib_event,
308 cq->ibcq.cq_context);
H A Dc2_cq.c46 struct c2_cq *cq; local
50 cq = c2dev->qptr_array[cqn];
51 if (!cq) {
55 atomic_inc(&cq->refcount);
57 return cq;
60 static void c2_cq_put(struct c2_cq *cq) argument
62 if (atomic_dec_and_test(&cq->refcount))
63 wake_up(&cq->wait);
68 struct c2_cq *cq; local
70 cq
82 struct c2_cq *cq; local
129 c2_poll_one(struct c2_dev *c2dev, struct c2_cq *cq, struct ib_wc *entry) argument
202 struct c2_cq *cq = to_c2cq(ibcq); local
223 struct c2_cq *cq; local
284 c2_init_cq(struct c2_dev *c2dev, int entries, struct c2_ucontext *ctx, struct c2_cq *cq) argument
384 c2_free_cq(struct c2_dev *c2dev, struct c2_cq *cq) argument
[all...]

Completed in 373 milliseconds

1234