Home
last modified time | relevance | path

Searched refs:msix_vector_status (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/vdpa/ifcvf/
H A Difcvf_main.c98 if (vf->msix_vector_status == MSIX_VECTOR_PER_VQ_AND_CONFIG) in ifcvf_free_vq_irq()
113 * need to free config irq when msix_vector_status != MSIX_VECTOR_DEV_SHARED in ifcvf_free_config_irq()
115 if (vf->msix_vector_status != MSIX_VECTOR_DEV_SHARED) { in ifcvf_free_config_irq()
270 if (vf->msix_vector_status == MSIX_VECTOR_PER_VQ_AND_CONFIG) in ifcvf_request_vq_irq()
283 if (vf->msix_vector_status == MSIX_VECTOR_PER_VQ_AND_CONFIG) in ifcvf_request_config_irq()
285 else if (vf->msix_vector_status == MSIX_VECTOR_SHARED_VQ_AND_CONFIG) in ifcvf_request_config_irq()
288 else if (vf->msix_vector_status == MSIX_VECTOR_DEV_SHARED) in ifcvf_request_config_irq()
326 vf->msix_vector_status = MSIX_VECTOR_PER_VQ_AND_CONFIG; in ifcvf_request_irq()
329 vf->msix_vector_status = MSIX_VECTOR_SHARED_VQ_AND_CONFIG; in ifcvf_request_irq()
332 vf->msix_vector_status in ifcvf_request_irq()
[all...]
H A Difcvf_base.h66 u8 msix_vector_status; member

Completed in 2 milliseconds