Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/infiniband/hw/efa/
Defa.h67 struct efa_eq *eqs;
109 struct efa_eq *eq;
140 struct efa_eq { struct
Defa_main.c110 struct efa_eq *eq = data; in efa_intr_msix_comp()
144 static void efa_setup_comp_irq(struct efa_dev *dev, struct efa_eq *eq, in efa_setup_comp_irq()
302 static void efa_destroy_eq(struct efa_dev *dev, struct efa_eq *eq) in efa_destroy_eq()
308 static int efa_create_eq(struct efa_dev *dev, struct efa_eq *eq, u8 msix_vec) in efa_create_eq()
Defa_verbs.c1047 static struct efa_eq *efa_vec2eq(struct efa_dev *dev, int vec) in efa_vec2eq()