Searched refs:amd_ntb_dev (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/ntb/hw/amd/ |
H A D | ntb_hw_amd.c | 76 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_ntb_get_link_status(struct amd_ntb_dev *ndev) in amd_ntb_get_link_status() 246 static int amd_link_is_up(struct amd_ntb_dev *ndev) in amd_link_is_up() 317 struct amd_ntb_dev *ndev = ntb_ndev(ntb); in amd_ntb_link_is_up() 345 struct amd_ntb_dev *ndev = ntb_ndev(ntb); in amd_ntb_link_enable() 361 struct amd_ntb_dev *ndev = ntb_ndev(ntb); in amd_ntb_link_disable() 384 struct amd_ntb_dev *ndev = ntb_ndev(ntb); in amd_ntb_peer_mw_get_addr() 412 struct amd_ntb_dev *nde in amd_ntb_db_vector_mask() [all...] |
H A D | ntb_hw_amd.h | 173 struct amd_ntb_dev; 176 struct amd_ntb_dev *ndev; 180 struct amd_ntb_dev { struct 216 #define ntb_ndev(__ntb) container_of(__ntb, struct amd_ntb_dev, ntb) 217 #define hb_ndev(__work) container_of(__work, struct amd_ntb_dev, hb_timer.work) 219 static void amd_set_side_info_reg(struct amd_ntb_dev *ndev, bool peer); 220 static void amd_clear_side_info_reg(struct amd_ntb_dev *ndev, bool peer); 221 static int amd_poll_link(struct amd_ntb_dev *ndev);
|
/kernel/linux/linux-6.6/drivers/ntb/hw/amd/ |
H A D | ntb_hw_amd.c | 76 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_ntb_get_link_status(struct amd_ntb_dev *ndev) in amd_ntb_get_link_status() 246 static int amd_link_is_up(struct amd_ntb_dev *ndev) in amd_link_is_up() 317 struct amd_ntb_dev *ndev = ntb_ndev(ntb); in amd_ntb_link_is_up() 345 struct amd_ntb_dev *ndev = ntb_ndev(ntb); in amd_ntb_link_enable() 361 struct amd_ntb_dev *ndev = ntb_ndev(ntb); in amd_ntb_link_disable() 384 struct amd_ntb_dev *ndev = ntb_ndev(ntb); in amd_ntb_peer_mw_get_addr() 412 struct amd_ntb_dev *nde in amd_ntb_db_vector_mask() [all...] |
H A D | ntb_hw_amd.h | 173 struct amd_ntb_dev; 176 struct amd_ntb_dev *ndev; 180 struct amd_ntb_dev { struct 216 #define ntb_ndev(__ntb) container_of(__ntb, struct amd_ntb_dev, ntb) 217 #define hb_ndev(__work) container_of(__work, struct amd_ntb_dev, hb_timer.work) 219 static void amd_set_side_info_reg(struct amd_ntb_dev *ndev, bool peer); 220 static void amd_clear_side_info_reg(struct amd_ntb_dev *ndev, bool peer); 221 static int amd_poll_link(struct amd_ntb_dev *ndev);
|
Completed in 4 milliseconds