Searched refs:efa_com_eq (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/infiniband/hw/efa/ |
| H A D | efa_com.h | 92 struct efa_com_eq; 93 typedef void (*efa_eqe_handler)(struct efa_com_eq *eeq, 130 struct efa_com_eq { struct 170 int efa_com_eq_init(struct efa_com_dev *edev, struct efa_com_eq *eeq, 172 void efa_com_arm_eq(struct efa_com_dev *edev, struct efa_com_eq *eeq); 173 void efa_com_eq_destroy(struct efa_com_dev *edev, struct efa_com_eq *eeq); 190 struct efa_com_eq *eeq);
|
| H A D | efa_com.c | 1255 void efa_com_arm_eq(struct efa_com_dev *edev, struct efa_com_eq *eeq) in efa_com_arm_eq() 1266 struct efa_com_eq *eeq) in efa_com_eq_comp_intr_handler() 1304 void efa_com_eq_destroy(struct efa_com_dev *edev, struct efa_com_eq *eeq) in efa_com_eq_destroy() 1315 int efa_com_eq_init(struct efa_com_dev *edev, struct efa_com_eq *eeq, in efa_com_eq_init()
|
| H A D | efa_main.c | 96 static void efa_process_eqe(struct efa_com_eq *eeq, struct efa_admin_eqe *eqe) in efa_process_eqe()
|