Searched refs:qindex (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/arch/powerpc/include/asm/ |
| D | xive.h | 135 u32 *qindex); 137 u32 qindex);
|
| D | opal.h | 285 uint32_t qindex);
|
| /Linux-v5.4/arch/powerpc/sysdev/xive/ |
| D | native.c | 791 int xive_native_get_queue_state(u32 vp_id, u32 prio, u32 *qtoggle, u32 *qindex) in xive_native_get_queue_state() argument 807 if (qindex) in xive_native_get_queue_state() 808 *qindex = be32_to_cpu(opal_qindex); in xive_native_get_queue_state() 814 int xive_native_set_queue_state(u32 vp_id, u32 prio, u32 qtoggle, u32 qindex) in xive_native_set_queue_state() argument 818 rc = opal_xive_set_queue_state(vp_id, prio, qtoggle, qindex); in xive_native_set_queue_state()
|
| /Linux-v5.4/arch/powerpc/kvm/ |
| D | book3s_xive_native.c | 578 kvm_eq.qshift, kvm_eq.qaddr, kvm_eq.qtoggle, kvm_eq.qindex); in kvmppc_xive_native_set_queue_config() 669 if (kvm_eq.qtoggle != 1 || kvm_eq.qindex != 0) { in kvmppc_xive_native_set_queue_config() 672 kvm_eq.qindex); in kvmppc_xive_native_set_queue_config() 743 &kvm_eq.qindex); in kvmppc_xive_native_get_queue_config() 749 kvm_eq.qshift, kvm_eq.qaddr, kvm_eq.qtoggle, kvm_eq.qindex); in kvmppc_xive_native_get_queue_config()
|
| /Linux-v5.4/Documentation/virt/kvm/devices/ |
| D | xive.txt | 130 __u32 qindex; 140 - qindex: current queue index
|
| /Linux-v5.4/drivers/net/ethernet/freescale/ |
| D | gianfar.c | 410 priv->tx_queue[i]->qindex = i; in gfar_alloc_tx_queues() 427 priv->rx_queue[i]->qindex = i; in gfar_alloc_rx_queues() 1159 txq = netdev_get_tx_queue(tx_queue->dev, tx_queue->qindex); in free_skb_resources() 2017 gfar_write(®s->tstat, TSTAT_CLEAR_THALT >> tx_queue->qindex); in gfar_start_xmit() 2197 int tqi = tx_queue->qindex; in gfar_clean_tx_ring() 2591 skb_record_rx_queue(skb, rx_queue->qindex); in gfar_clean_rx_ring() 3528 u8 qindex = (u8)priv->gfargrp[0].rx_queue->qindex; in gfar_filer_config_wol() local 3533 rqfcr = (qindex << 10) | RQFCR_AND | in gfar_filer_config_wol() 3541 rqfcr = (qindex << 10) | RQFCR_GPI | in gfar_filer_config_wol()
|
| D | gianfar.h | 972 unsigned short qindex; member 1013 u16 qindex; member
|
| /Linux-v5.4/arch/powerpc/include/uapi/asm/ |
| D | kvm.h | 717 __u32 qindex; member
|
| /Linux-v5.4/tools/arch/powerpc/include/uapi/asm/ |
| D | kvm.h | 717 __u32 qindex; member
|
| /Linux-v5.4/drivers/net/wireless/intel/ipw2x00/ |
| D | ipw2200.c | 199 struct clx2_tx_queue *txq, int qindex); 5006 struct clx2_tx_queue *txq, int qindex) in ipw_queue_tx_reclaim() argument 5026 (qindex >= 0)) in ipw_queue_tx_reclaim()
|