Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/ntb/hw/amd/
Dntb_hw_amd.c76 static int ndev_mw_to_bar(struct amd_ntb_dev *ndev, int idx) in ndev_mw_to_bar()
97 struct amd_ntb_dev *ndev = ntb_ndev(ntb); in amd_ntb_mw_get_align()
122 struct amd_ntb_dev *ndev = ntb_ndev(ntb); in amd_ntb_mw_set_trans()
198 static int amd_link_is_up(struct amd_ntb_dev *ndev) in amd_link_is_up()
226 struct amd_ntb_dev *ndev = ntb_ndev(ntb); in amd_ntb_link_is_up()
254 struct amd_ntb_dev *ndev = ntb_ndev(ntb); in amd_ntb_link_enable()
275 struct amd_ntb_dev *ndev = ntb_ndev(ntb); in amd_ntb_link_disable()
303 struct amd_ntb_dev *ndev = ntb_ndev(ntb); in amd_ntb_peer_mw_get_addr()
331 struct amd_ntb_dev *ndev = ntb_ndev(ntb); in amd_ntb_db_vector_mask()
341 struct amd_ntb_dev *ndev = ntb_ndev(ntb); in amd_ntb_db_read()
[all …]
Dntb_hw_amd.h173 struct amd_ntb_dev;
176 struct amd_ntb_dev *ndev;
180 struct amd_ntb_dev { struct
214 #define ntb_ndev(__ntb) container_of(__ntb, struct amd_ntb_dev, ntb) argument
215 #define hb_ndev(__work) container_of(__work, struct amd_ntb_dev, hb_timer.work)