Home
last modified time | relevance | path

Searched refs:ntb_device (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/ntb/
Dntb_hw.h110 struct ntb_device *ndev;
116 struct ntb_device { struct
174 static inline unsigned char ntb_max_cbs(struct ntb_device *ndev) in ntb_max_cbs()
187 static inline unsigned char ntb_max_mw(struct ntb_device *ndev) in ntb_max_mw()
200 static inline bool ntb_hw_link_status(struct ntb_device *ndev) in ntb_hw_link_status()
213 static inline struct pci_dev *ntb_query_pdev(struct ntb_device *ndev) in ntb_query_pdev()
227 static inline struct dentry *ntb_query_debugfs(struct ntb_device *ndev) in ntb_query_debugfs()
232 struct ntb_device *ntb_register_transport(struct pci_dev *pdev,
234 void ntb_unregister_transport(struct ntb_device *ndev);
235 void ntb_set_mw_addr(struct ntb_device *ndev, unsigned int mw, u64 addr);
[all …]
Dntb_hw.c108 static int is_ntb_xeon(struct ntb_device *ndev) in is_ntb_xeon()
131 static int is_ntb_atom(struct ntb_device *ndev) in is_ntb_atom()
143 static void ntb_set_errata_flags(struct ntb_device *ndev) in ntb_set_errata_flags()
177 int ntb_register_event_callback(struct ntb_device *ndev, in ntb_register_event_callback()
195 void ntb_unregister_event_callback(struct ntb_device *ndev) in ntb_unregister_event_callback()
209 struct ntb_device *ndev = db_cb->ndev; in ntb_irq_work()
231 int ntb_register_db_callback(struct ntb_device *ndev, unsigned int idx, in ntb_register_db_callback()
264 void ntb_unregister_db_callback(struct ntb_device *ndev, unsigned int idx) in ntb_unregister_db_callback()
291 struct ntb_device *ndev = pci_get_drvdata(pdev); in ntb_find_transport()
304 struct ntb_device *ntb_register_transport(struct pci_dev *pdev, void *transport) in ntb_register_transport()
[all …]
Dntb_transport.c98 struct ntb_device *ndev;
170 struct ntb_device *ndev;
684 struct ntb_device *ndev = nt->ndev; in ntb_transport_link_work()
996 struct ntb_device *ndev = nt->ndev; in ntb_transport_free()