Home
last modified time | relevance | path

Searched refs:int_vector (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/net/ethernet/realtek/rtase/
H A Drtase_main.c344 ring->ivec = &tp->int_vector[idx]; in rtase_tx_desc_init()
346 &tp->int_vector[idx].ring_list); in rtase_tx_desc_init()
348 ring->ivec = &tp->int_vector[0]; in rtase_tx_desc_init()
349 list_add_tail(&ring->ring_entry, &tp->int_vector[0].ring_list); in rtase_tx_desc_init()
606 ring->ivec = &tp->int_vector[idx]; in rtase_rx_desc_init()
609 list_add_tail(&ring->ring_entry, &tp->int_vector[idx].ring_list); in rtase_rx_desc_init()
810 const struct rtase_int_vector *ivec = &tp->int_vector[0]; in rtase_irq_dis_and_clear()
820 ivec = &tp->int_vector[i]; in rtase_irq_dis_and_clear()
1008 const struct rtase_int_vector *ivec = &tp->int_vector[0]; in rtase_enable_hw_interrupt()
1014 ivec = &tp->int_vector[i]; in rtase_enable_hw_interrupt()
[all …]
H A Drtase.h340 struct rtase_int_vector int_vector[RTASE_NUM_MSIX]; member
/linux/tools/testing/selftests/kvm/x86/
H A Dsvm_int_ctl_test.c75 vmcb->control.int_vector = VINTR_IRQ_NUMBER; in l1_guest_code()
/linux/arch/x86/kvm/svm/
H A Dnested.c512 to->int_vector = from->int_vector & SVM_INT_VECTOR_MASK; in __nested_copy_vmcb_control_to_cache()
924 vmcb02->control.int_vector = vmcb12_ctrl->int_vector; in nested_vmcb02_prepare_control()
1802 dst->int_vector = from->int_vector; in nested_copy_vmcb_cache_to_control()
H A Dsvm.h186 u32 int_vector; member
H A Dsvm.c1570 control->int_vector = 0x0; in svm_set_vintr()
1592 svm->vmcb->control.int_vector = svm->nested.ctl.int_vector; in svm_clear_vintr()
3404 pr_err("%-20s%08x\n", "int_vector:", control->int_vector); in dump_vmcb()
/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc.c2794 struct enetc_int_vector *v = priv->int_vector[i]; in enetc_setup_irqs()
2826 free_irq(irq, priv->int_vector[i]); in enetc_setup_irqs()
2841 free_irq(irq, priv->int_vector[i]); in enetc_free_irqs()
2953 napi_enable(&priv->int_vector[i]->napi); in enetc_start()
3042 napi_synchronize(&priv->int_vector[i]->napi); in enetc_stop()
3043 napi_disable(&priv->int_vector[i]->napi); in enetc_stop()
3471 priv->int_vector[i] = v; in enetc_int_vector_init()
3520 priv->int_vector[i] = NULL; in enetc_int_vector_init()
3528 struct enetc_int_vector *v = priv->int_vector[i]; in enetc_int_vector_destroy()
3543 priv->int_vector[i] = NULL; in enetc_int_vector_destroy()
H A Denetc.h447 struct enetc_int_vector *int_vector[ENETC_MAX_BDR_INT]; member
H A Denetc_ethtool.c1063 struct enetc_int_vector *v = priv->int_vector[0]; in enetc_get_coalesce()
1114 struct enetc_int_vector *v = priv->int_vector[i]; in enetc_set_coalesce()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_dmc.c1695 u32 tmp = 0, int_vector; in intel_pipedmc_irq_handler() local
1729 int_vector = intel_de_read(display, PIPEDMC_STATUS(pipe)) & PIPEDMC_INT_VECTOR_MASK; in intel_pipedmc_irq_handler()
1730 if (tmp == 0 && int_vector != 0) in intel_pipedmc_irq_handler()
1732 crtc->base.base.id, crtc->base.name, int_vector); in intel_pipedmc_irq_handler()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dmsgbuf.c190 __le16 int_vector; member