Lines Matching refs:efa_dev

33 static void efa_update_network_attr(struct efa_dev *dev,  in efa_update_network_attr()
46 struct efa_dev *dev = (struct efa_dev *)data; in unimplemented_aenq_handler()
54 struct efa_dev *dev = (struct efa_dev *)data; in efa_keep_alive()
66 static void efa_release_bars(struct efa_dev *dev, int bars_mask) in efa_release_bars()
77 struct efa_dev *dev = data; in efa_intr_msix_mgmnt()
85 static int efa_request_mgmnt_irq(struct efa_dev *dev) in efa_request_mgmnt_irq()
106 static void efa_setup_mgmnt_irq(struct efa_dev *dev) in efa_setup_mgmnt_irq()
126 static void efa_free_mgmnt_irq(struct efa_dev *dev) in efa_free_mgmnt_irq()
135 static int efa_set_mgmnt_irq(struct efa_dev *dev) in efa_set_mgmnt_irq()
142 static int efa_request_doorbell_bar(struct efa_dev *dev) in efa_request_doorbell_bar()
167 static void efa_release_doorbell_bar(struct efa_dev *dev) in efa_release_doorbell_bar()
173 static void efa_update_hw_hints(struct efa_dev *dev, in efa_update_hw_hints()
190 static void efa_stats_init(struct efa_dev *dev) in efa_stats_init()
234 static int efa_ib_device_add(struct efa_dev *dev) in efa_ib_device_add()
310 static void efa_ib_device_remove(struct efa_dev *dev) in efa_ib_device_remove()
318 static void efa_disable_msix(struct efa_dev *dev) in efa_disable_msix()
323 static int efa_enable_msix(struct efa_dev *dev) in efa_enable_msix()
388 static struct efa_dev *efa_probe_device(struct pci_dev *pdev) in efa_probe_device()
391 struct efa_dev *dev; in efa_probe_device()
403 dev = ib_alloc_device(efa_dev, ibdev); in efa_probe_device()
412 edev->efa_dev = dev; in efa_probe_device()
488 struct efa_dev *dev = pci_get_drvdata(pdev); in efa_remove_device()
504 struct efa_dev *dev; in efa_probe()
524 struct efa_dev *dev = pci_get_drvdata(pdev); in efa_remove()