Searched refs:cqp (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/nes/
H A Dnes_hw.c1012 pci_free_consistent(nesdev->pcidev, nesdev->cqp_mem_size, nesdev->cqp.sq_vbase,
1013 nesdev->cqp.sq_pbase);
1020 spin_lock_init(&nesdev->cqp.lock);
1021 init_waitqueue_head(&nesdev->cqp.waitq);
1029 nesdev->cqp.sq_vbase = vmem;
1030 nesdev->cqp.sq_pbase = pmem;
1031 nesdev->cqp.sq_size = NES_CQP_SQ_SIZE;
1032 nesdev->cqp.sq_head = 0;
1033 nesdev->cqp.sq_tail = 0;
1034 nesdev->cqp
2896 struct nes_hw_cqp *cqp = NULL; local
[all...]
H A Dnes_utils.c541 spin_lock_irqsave(&nesdev->cqp.lock, flags);
547 spin_unlock_irqrestore(&nesdev->cqp.lock, flags);
563 nes_debug(NES_DBG_CQP, "Got cqp request %p from the available list \n",
584 spin_lock_irqsave(&nesdev->cqp.lock, flags);
586 spin_unlock_irqrestore(&nesdev->cqp.lock, flags);
608 spin_lock_irqsave(&nesdev->cqp.lock, flags);
610 if (((((nesdev->cqp.sq_tail+(nesdev->cqp.sq_size*2))-nesdev->cqp.sq_head) &
611 (nesdev->cqp
[all...]
H A Dnes.h247 struct nes_hw_cqp cqp; member in struct:nes_device
306 (u64)((unsigned long) &nesdev->cqp));
H A Dnes_verbs.c1309 spin_lock_irqsave(&nesdev->cqp.lock, flags);
1318 spin_unlock_irqrestore(&nesdev->cqp.lock, flags);
1372 " nesdev->cqp_head = %u, nesdev->cqp.sq_tail = %u,"
1374 nesqp->hwqp.qp_id, ret, nesdev->cqp.sq_head, nesdev->cqp.sq_tail,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlibxavs.c48 int cqp; member in struct:XavsContext
210 } else if (avctx->cqp > -1) {
212 x4->params.rc.i_qp_constant = avctx->cqp;
219 } else if (x4->cqp >= 0) {
221 x4->params.rc.i_qp_constant = x4->cqp;
382 { "qp", "Constant quantization parameter rate control method",OFFSET(cqp), AV_OPT_TYPE_INT, {-1 }, -1, INT_MAX, VE },
H A Dlibx264.c47 int cqp; member in struct:X264Context
255 } else if (avctx->cqp > -1) {
257 x4->params.rc.i_qp_constant = avctx->cqp;
264 } else if (x4->cqp >= 0) {
266 x4->params.rc.i_qp_constant = x4->cqp;
522 { "qp", "Constant quantization parameter rate control method",OFFSET(cqp), AV_OPT_TYPE_INT, {-1 }, -1, INT_MAX, VE },
H A Davcodec.h2650 * @deprecated use 'cqp' libx264 private option
2652 attribute_deprecated int cqp; member in struct:AVCodecContext
H A Doptions.c416 {"cqp", "constant quantization parameter rate control method", OFFSET(cqp), AV_OPT_TYPE_INT, {.dbl = -1 }, INT_MIN, INT_MAX, V|E},
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibx264.c58 int cqp; member in struct:X264Context
218 x4->cqp >= 0 &&
219 x4->params.rc.i_qp_constant != x4->cqp) {
220 x4->params.rc.i_qp_constant = x4->cqp;
414 } else if (x4->cqp >= 0) {
416 x4->params.rc.i_qp_constant = x4->cqp;
763 { "qp", "Constant quantization parameter rate control method",OFFSET(cqp), AV_OPT_TYPE_INT, { .i64 = -1 }, -1, INT_MAX, VE },
H A Dlibxavs.c50 int cqp; member in struct:XavsContext
238 } else if (x4->cqp >= 0) {
240 x4->params.rc.i_qp_constant = x4->cqp;
396 { "qp", "Constant quantization parameter rate control method",OFFSET(cqp), AV_OPT_TYPE_INT, {.i64 = -1 }, -1, INT_MAX, VE },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavcodec/
H A Davcodec.h2092 int cqp; member in struct:AVCodecContext

Completed in 126 milliseconds