• Home
  • Raw
  • Download

Lines Matching defs:ndev

106 int ntb_register_event_callback(struct ntb_device *ndev,  in ntb_register_event_callback()
123 void ntb_unregister_event_callback(struct ntb_device *ndev) in ntb_unregister_event_callback()
140 int ntb_register_db_callback(struct ntb_device *ndev, unsigned int idx, in ntb_register_db_callback()
169 void ntb_unregister_db_callback(struct ntb_device *ndev, unsigned int idx) in ntb_unregister_db_callback()
194 struct ntb_device *ndev = pci_get_drvdata(pdev); in ntb_find_transport() local
209 struct ntb_device *ndev = pci_get_drvdata(pdev); in ntb_register_transport() local
225 void ntb_unregister_transport(struct ntb_device *ndev) in ntb_unregister_transport()
251 int ntb_write_local_spad(struct ntb_device *ndev, unsigned int idx, u32 val) in ntb_write_local_spad()
275 int ntb_read_local_spad(struct ntb_device *ndev, unsigned int idx, u32 *val) in ntb_read_local_spad()
300 int ntb_write_remote_spad(struct ntb_device *ndev, unsigned int idx, u32 val) in ntb_write_remote_spad()
324 int ntb_read_remote_spad(struct ntb_device *ndev, unsigned int idx, u32 *val) in ntb_read_remote_spad()
346 void __iomem *ntb_get_mw_vbase(struct ntb_device *ndev, unsigned int mw) in ntb_get_mw_vbase()
363 resource_size_t ntb_get_mw_size(struct ntb_device *ndev, unsigned int mw) in ntb_get_mw_size()
381 void ntb_set_mw_addr(struct ntb_device *ndev, unsigned int mw, u64 addr) in ntb_set_mw_addr()
411 void ntb_ring_sdb(struct ntb_device *ndev, unsigned int db) in ntb_ring_sdb()
422 static void ntb_link_event(struct ntb_device *ndev, int link_state) in ntb_link_event()
459 static int ntb_link_status(struct ntb_device *ndev) in ntb_link_status()
494 struct ntb_device *ndev = container_of(work, struct ntb_device, in bwd_link_poll() local
511 static int ntb_xeon_setup(struct ntb_device *ndev) in ntb_xeon_setup()
564 static int ntb_bwd_setup(struct ntb_device *ndev) in ntb_bwd_setup()
626 static int ntb_device_setup(struct ntb_device *ndev) in ntb_device_setup()
653 static void ntb_device_free(struct ntb_device *ndev) in ntb_device_free()
662 struct ntb_device *ndev = db_cb->ndev; in bwd_callback_msix_irq() local
683 struct ntb_device *ndev = db_cb->ndev; in xeon_callback_msix_irq() local
705 struct ntb_device *ndev = dev; in xeon_event_msix_irq() local
722 struct ntb_device *ndev = dev; in ntb_interrupt() local
756 static int ntb_setup_msix(struct ntb_device *ndev) in ntb_setup_msix()
861 static int ntb_setup_msi(struct ntb_device *ndev) in ntb_setup_msi()
880 static int ntb_setup_intx(struct ntb_device *ndev) in ntb_setup_intx()
898 static int ntb_setup_interrupts(struct ntb_device *ndev) in ntb_setup_interrupts()
932 static void ntb_free_interrupts(struct ntb_device *ndev) in ntb_free_interrupts()
962 static int ntb_create_callbacks(struct ntb_device *ndev) in ntb_create_callbacks()
985 static void ntb_free_callbacks(struct ntb_device *ndev) in ntb_free_callbacks()
997 struct ntb_device *ndev; in ntb_pci_probe() local
1111 struct ntb_device *ndev = pci_get_drvdata(pdev); in ntb_pci_remove() local