Home
last modified time | relevance | path

Searched refs:ntb_query_pdev (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/ntb/
Dntb_transport.c341 dev->parent = &ntb_query_pdev(nt->ndev)->dev; in ntb_register_client_dev()
546 struct pci_dev *pdev = ntb_query_pdev(nt->ndev); in ntb_free_mw()
558 struct pci_dev *pdev = ntb_query_pdev(nt->ndev); in ntb_set_mw()
601 struct pci_dev *pdev = ntb_query_pdev(nt->ndev); in ntb_qp_link_cleanup()
685 struct pci_dev *pdev = ntb_query_pdev(ndev); in ntb_transport_link_work()
817 struct pci_dev *pdev = ntb_query_pdev(qp->ndev); in ntb_qp_link_work()
1147 dev_dbg(&ntb_query_pdev(qp->ndev)->dev, in ntb_process_rxc()
1162 dev_dbg(&ntb_query_pdev(qp->ndev)->dev, in ntb_process_rxc()
1177 dev_dbg(&ntb_query_pdev(qp->ndev)->dev, in ntb_process_rxc()
1186 dev_dbg(&ntb_query_pdev(qp->ndev)->dev, in ntb_process_rxc()
[all …]
Dntb_hw.h213 static inline struct pci_dev *ntb_query_pdev(struct ntb_device *ndev) in ntb_query_pdev() function