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()
72 struct efa_dev *dev = data; in efa_intr_msix_mgmnt()
80 static int efa_request_mgmnt_irq(struct efa_dev *dev) in efa_request_mgmnt_irq()
100 static void efa_setup_mgmnt_irq(struct efa_dev *dev) in efa_setup_mgmnt_irq()
118 static void efa_free_mgmnt_irq(struct efa_dev *dev) in efa_free_mgmnt_irq()
127 static int efa_set_mgmnt_irq(struct efa_dev *dev) in efa_set_mgmnt_irq()
134 static int efa_request_doorbell_bar(struct efa_dev *dev) in efa_request_doorbell_bar()
159 static void efa_release_doorbell_bar(struct efa_dev *dev) in efa_release_doorbell_bar()
165 static void efa_update_hw_hints(struct efa_dev *dev, in efa_update_hw_hints()
182 static void efa_stats_init(struct efa_dev *dev) in efa_stats_init()
191 static void efa_set_host_info(struct efa_dev *dev) in efa_set_host_info()
275 static int efa_ib_device_add(struct efa_dev *dev) in efa_ib_device_add()
325 static void efa_ib_device_remove(struct efa_dev *dev) in efa_ib_device_remove()
333 static void efa_disable_msix(struct efa_dev *dev) in efa_disable_msix()
338 static int efa_enable_msix(struct efa_dev *dev) in efa_enable_msix()
397 static struct efa_dev *efa_probe_device(struct pci_dev *pdev) in efa_probe_device()
400 struct efa_dev *dev; in efa_probe_device()
412 dev = ib_alloc_device(efa_dev, ibdev); in efa_probe_device()
421 edev->efa_dev = dev; in efa_probe_device()
497 struct efa_dev *dev = pci_get_drvdata(pdev); in efa_remove_device()
513 struct efa_dev *dev; in efa_probe()
533 struct efa_dev *dev = pci_get_drvdata(pdev); in efa_remove()