Lines Matching defs:dev
43 struct efa_dev *dev = (struct efa_dev *)data; in unimplemented_aenq_handler() local
51 struct efa_dev *dev = (struct efa_dev *)data; in efa_keep_alive() local
63 static void efa_release_bars(struct efa_dev *dev, int bars_mask) in efa_release_bars()
72 static void efa_process_comp_eqe(struct efa_dev *dev, struct efa_admin_eqe *eqe) in efa_process_comp_eqe()
91 struct efa_dev *dev = container_of(eeq->edev, struct efa_dev, edev); in efa_process_eqe() local
115 struct efa_dev *dev = data; in efa_intr_msix_mgmnt() local
123 static int efa_request_irq(struct efa_dev *dev, struct efa_irq *irq) in efa_request_irq()
139 static void efa_setup_comp_irq(struct efa_dev *dev, struct efa_eq *eq, in efa_setup_comp_irq()
154 static void efa_free_irq(struct efa_dev *dev, struct efa_irq *irq) in efa_free_irq()
160 static void efa_setup_mgmnt_irq(struct efa_dev *dev) in efa_setup_mgmnt_irq()
179 static int efa_set_mgmnt_irq(struct efa_dev *dev) in efa_set_mgmnt_irq()
186 static int efa_request_doorbell_bar(struct efa_dev *dev) in efa_request_doorbell_bar()
211 static void efa_release_doorbell_bar(struct efa_dev *dev) in efa_release_doorbell_bar()
217 static void efa_update_hw_hints(struct efa_dev *dev, in efa_update_hw_hints()
234 static void efa_stats_init(struct efa_dev *dev) in efa_stats_init()
243 static void efa_set_host_info(struct efa_dev *dev) in efa_set_host_info()
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()
316 static int efa_create_eqs(struct efa_dev *dev) in efa_create_eqs()
345 static void efa_destroy_eqs(struct efa_dev *dev) in efa_destroy_eqs()
394 static int efa_ib_device_add(struct efa_dev *dev) in efa_ib_device_add()
450 static void efa_ib_device_remove(struct efa_dev *dev) in efa_ib_device_remove()
459 static void efa_disable_msix(struct efa_dev *dev) in efa_disable_msix()
464 static int efa_enable_msix(struct efa_dev *dev) in efa_enable_msix()
530 struct efa_dev *dev; in efa_probe_device() local
628 struct efa_dev *dev = pci_get_drvdata(pdev); in efa_remove_device() local
645 struct efa_dev *dev; in efa_probe() local
665 struct efa_dev *dev = pci_get_drvdata(pdev); in efa_remove() local