Searched refs:ntb_query_pdev (Results 1 – 2 of 2) sorted by relevance
341 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 …]
213 static inline struct pci_dev *ntb_query_pdev(struct ntb_device *ndev) in ntb_query_pdev() function