Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/efa/
H A Defa.h66 struct efa_eq *eqs;
98 struct efa_eq *eq;
129 struct efa_eq { struct
H A Defa_main.c105 struct efa_eq *eq = data; in efa_intr_msix_comp()
139 static void efa_setup_comp_irq(struct efa_dev *dev, struct efa_eq *eq, in efa_setup_comp_irq()
289 static void efa_destroy_eq(struct efa_dev *dev, struct efa_eq *eq) in efa_destroy_eq()
295 static int efa_create_eq(struct efa_dev *dev, struct efa_eq *eq, u8 msix_vec) in efa_create_eq()
H A Defa_verbs.c1031 static struct efa_eq *efa_vec2eq(struct efa_dev *dev, int vec) in efa_vec2eq()