Lines Matching refs:efa_dev
41 struct efa_dev *dev = (struct efa_dev *)data; in unimplemented_aenq_handler()
49 struct efa_dev *dev = (struct efa_dev *)data; in efa_keep_alive()
61 static void efa_release_bars(struct efa_dev *dev, int bars_mask) in efa_release_bars()
70 static void efa_process_comp_eqe(struct efa_dev *dev, struct efa_admin_eqe *eqe) in efa_process_comp_eqe()
89 struct efa_dev *dev = container_of(eeq->edev, struct efa_dev, edev); in efa_process_eqe()
113 struct efa_dev *dev = data; in efa_intr_msix_mgmnt()
121 static int efa_request_irq(struct efa_dev *dev, struct efa_irq *irq) in efa_request_irq()
137 static void efa_setup_comp_irq(struct efa_dev *dev, struct efa_eq *eq, in efa_setup_comp_irq()
152 static void efa_free_irq(struct efa_dev *dev, struct efa_irq *irq) in efa_free_irq()
158 static void efa_setup_mgmnt_irq(struct efa_dev *dev) in efa_setup_mgmnt_irq()
177 static int efa_set_mgmnt_irq(struct efa_dev *dev) in efa_set_mgmnt_irq()
184 static int efa_request_doorbell_bar(struct efa_dev *dev) in efa_request_doorbell_bar()
209 static void efa_release_doorbell_bar(struct efa_dev *dev) in efa_release_doorbell_bar()
215 static void efa_update_hw_hints(struct efa_dev *dev, in efa_update_hw_hints()
232 static void efa_stats_init(struct efa_dev *dev) in efa_stats_init()
241 static void efa_set_host_info(struct efa_dev *dev) in efa_set_host_info()
287 static void efa_destroy_eq(struct efa_dev *dev, struct efa_eq *eq) in efa_destroy_eq()
293 static int efa_create_eq(struct efa_dev *dev, struct efa_eq *eq, u8 msix_vec) in efa_create_eq()
314 static int efa_create_eqs(struct efa_dev *dev) in efa_create_eqs()
343 static void efa_destroy_eqs(struct efa_dev *dev) in efa_destroy_eqs()
392 static int efa_ib_device_add(struct efa_dev *dev) in efa_ib_device_add()
448 static void efa_ib_device_remove(struct efa_dev *dev) in efa_ib_device_remove()
457 static void efa_disable_msix(struct efa_dev *dev) in efa_disable_msix()
462 static int efa_enable_msix(struct efa_dev *dev) in efa_enable_msix()
525 static struct efa_dev *efa_probe_device(struct pci_dev *pdev) in efa_probe_device()
528 struct efa_dev *dev; in efa_probe_device()
540 dev = ib_alloc_device(efa_dev, ibdev); in efa_probe_device()
549 edev->efa_dev = dev; in efa_probe_device()
626 struct efa_dev *dev = pci_get_drvdata(pdev); in efa_remove_device()
643 struct efa_dev *dev; in efa_probe()
663 struct efa_dev *dev = pci_get_drvdata(pdev); in efa_remove()