Home
last modified time | relevance | path

Searched refs:qindex (Results 1 – 14 of 14) sorted by relevance

/Linux-v5.15/drivers/staging/media/sunxi/cedrus/
Dcedrus_vp8.c664 int qindex; in cedrus_vp8_setup() local
813 qindex = vb2_find_timestamp(cap_q, slice->last_frame_ts, 0); in cedrus_vp8_setup()
814 if (qindex >= 0) { in cedrus_vp8_setup()
815 luma_addr = cedrus_dst_buf_addr(ctx, qindex, 0); in cedrus_vp8_setup()
816 chroma_addr = cedrus_dst_buf_addr(ctx, qindex, 1); in cedrus_vp8_setup()
824 qindex = vb2_find_timestamp(cap_q, slice->golden_frame_ts, 0); in cedrus_vp8_setup()
825 if (qindex >= 0) { in cedrus_vp8_setup()
826 luma_addr = cedrus_dst_buf_addr(ctx, qindex, 0); in cedrus_vp8_setup()
827 chroma_addr = cedrus_dst_buf_addr(ctx, qindex, 1); in cedrus_vp8_setup()
835 qindex = vb2_find_timestamp(cap_q, slice->alt_frame_ts, 0); in cedrus_vp8_setup()
[all …]
/Linux-v5.15/arch/powerpc/include/asm/
Dxive.h139 u32 *qindex);
141 u32 qindex);
Dopal.h282 uint32_t qindex);
/Linux-v5.15/arch/powerpc/sysdev/xive/
Dnative.c801 int xive_native_get_queue_state(u32 vp_id, u32 prio, u32 *qtoggle, u32 *qindex) in xive_native_get_queue_state() argument
816 if (qindex) in xive_native_get_queue_state()
817 *qindex = be32_to_cpu(opal_qindex); in xive_native_get_queue_state()
823 int xive_native_set_queue_state(u32 vp_id, u32 prio, u32 qtoggle, u32 qindex) in xive_native_set_queue_state() argument
827 rc = opal_xive_set_queue_state(vp_id, prio, qtoggle, qindex); in xive_native_set_queue_state()
/Linux-v5.15/arch/powerpc/kvm/
Dbook3s_xive_native.c605 kvm_eq.qshift, kvm_eq.qaddr, kvm_eq.qtoggle, kvm_eq.qindex); in kvmppc_xive_native_set_queue_config()
692 if (kvm_eq.qtoggle != 1 || kvm_eq.qindex != 0) { in kvmppc_xive_native_set_queue_config()
695 kvm_eq.qindex); in kvmppc_xive_native_set_queue_config()
766 &kvm_eq.qindex); in kvmppc_xive_native_get_queue_config()
772 kvm_eq.qshift, kvm_eq.qaddr, kvm_eq.qtoggle, kvm_eq.qindex); in kvmppc_xive_native_get_queue_config()
/Linux-v5.15/drivers/net/ethernet/intel/ice/
Dice_fdir.c607 qword = ((u64)ctx->qindex << ICE_FXD_FLTR_QW0_QINDEX_S) & in ice_set_fd_desc_val()
679 fdir_fltr_ctx.qindex = 0; in ice_fdir_get_prgm_desc()
683 fdir_fltr_ctx.qindex = 0; in ice_fdir_get_prgm_desc()
689 fdir_fltr_ctx.qindex = input->q_index; in ice_fdir_get_prgm_desc()
Dice_fdir.h68 u16 qindex; member
/Linux-v5.15/Documentation/virt/kvm/devices/
Dxive.rst169 __u32 qindex;
180 - qindex: current queue index
/Linux-v5.15/drivers/net/ethernet/freescale/
Dgianfar.c421 priv->tx_queue[i]->qindex = i; in gfar_alloc_tx_queues()
438 priv->rx_queue[i]->qindex = i; in gfar_alloc_rx_queues()
1135 txq = netdev_get_tx_queue(tx_queue->dev, tx_queue->qindex); in free_skb_resources()
1985 gfar_write(&regs->tstat, TSTAT_CLEAR_THALT >> tx_queue->qindex); in gfar_start_xmit()
2165 int tqi = tx_queue->qindex; in gfar_clean_tx_ring()
2578 skb_record_rx_queue(skb, rx_queue->qindex); in gfar_clean_rx_ring()
3431 u8 qindex = (u8)priv->gfargrp[0].rx_queue->qindex; in gfar_filer_config_wol() local
3436 rqfcr = (qindex << 10) | RQFCR_AND | in gfar_filer_config_wol()
3444 rqfcr = (qindex << 10) | RQFCR_GPI | in gfar_filer_config_wol()
Dgianfar.h1018 unsigned short qindex; member
1059 u16 qindex; member
/Linux-v5.15/tools/arch/powerpc/include/uapi/asm/
Dkvm.h727 __u32 qindex; member
/Linux-v5.15/arch/powerpc/include/uapi/asm/
Dkvm.h727 __u32 qindex; member
/Linux-v5.15/drivers/scsi/elx/libefc_sli/
Dsli4.c1128 u32 qindex; in sli_wq_write() local
1131 qindex = q->index; in sli_wq_write()
1143 return qindex; in sli_wq_write()
1150 u32 qindex; in sli_mq_write() local
1155 qindex = q->index; in sli_mq_write()
1164 return qindex; in sli_mq_write()
1171 u32 qindex; in sli_rq_write() local
1174 qindex = q->index; in sli_rq_write()
1193 return qindex; in sli_rq_write()
/Linux-v5.15/drivers/net/wireless/intel/ipw2x00/
Dipw2200.c199 struct clx2_tx_queue *txq, int qindex);
5007 struct clx2_tx_queue *txq, int qindex) in ipw_queue_tx_reclaim() argument
5027 (qindex >= 0)) in ipw_queue_tx_reclaim()