Home
last modified time | relevance | path

Searched refs:IFCVF_MAX_QUEUE_PAIRS (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/vdpa/ifcvf/
Difcvf_base.h36 #define IFCVF_MAX_QUEUE_PAIRS 1 macro
55 #define IFCVF_MAX_INTR (IFCVF_MAX_QUEUE_PAIRS * 2 + 1)
83 struct vring_info vring[IFCVF_MAX_QUEUE_PAIRS * 2];
103 struct ifcvf_vring_lm_cfg vring_lm_cfg[IFCVF_MAX_QUEUE_PAIRS];
Difcvf_main.c87 for (i = 0; i < IFCVF_MAX_QUEUE_PAIRS * 2; i++) { in ifcvf_request_irq()
116 vf->nr_vring = IFCVF_MAX_QUEUE_PAIRS * 2; in ifcvf_start_datapath()
132 for (i = 0; i < IFCVF_MAX_QUEUE_PAIRS * 2; i++) in ifcvf_stop_datapath()
145 for (i = 0; i < IFCVF_MAX_QUEUE_PAIRS * 2; i++) { in ifcvf_reset_vring()
213 ifcvf_free_irq(adapter, IFCVF_MAX_QUEUE_PAIRS * 2); in ifcvf_vdpa_set_status()
442 IFCVF_MAX_QUEUE_PAIRS * 2); in ifcvf_probe()
463 for (i = 0; i < IFCVF_MAX_QUEUE_PAIRS * 2; i++) in ifcvf_probe()
Difcvf_base.c159 for (i = 0; i < IFCVF_MAX_QUEUE_PAIRS * 2; i++) { in ifcvf_init_hw()
283 q_pair_id = qid / (IFCVF_MAX_QUEUE_PAIRS * 2); in ifcvf_get_vq_state()
297 q_pair_id = qid / (IFCVF_MAX_QUEUE_PAIRS * 2); in ifcvf_set_vq_state()