Symbol: amd_ntb_dev
drivers/ntb/hw/amd/ntb_hw_amd.c
1003
static int amd_init_isr(struct amd_ntb_dev *ndev)
drivers/ntb/hw/amd/ntb_hw_amd.c
1008
static void amd_set_side_info_reg(struct amd_ntb_dev *ndev, bool peer)
drivers/ntb/hw/amd/ntb_hw_amd.c
1025
static void amd_clear_side_info_reg(struct amd_ntb_dev *ndev, bool peer)
drivers/ntb/hw/amd/ntb_hw_amd.c
1043
static void amd_init_side_info(struct amd_ntb_dev *ndev)
drivers/ntb/hw/amd/ntb_hw_amd.c
1055
static void amd_deinit_side_info(struct amd_ntb_dev *ndev)
drivers/ntb/hw/amd/ntb_hw_amd.c
1067
static int amd_init_ntb(struct amd_ntb_dev *ndev)
drivers/ntb/hw/amd/ntb_hw_amd.c
1103
static enum ntb_topo amd_get_topo(struct amd_ntb_dev *ndev)
drivers/ntb/hw/amd/ntb_hw_amd.c
1115
static int amd_init_dev(struct amd_ntb_dev *ndev)
drivers/ntb/hw/amd/ntb_hw_amd.c
1161
static void amd_deinit_dev(struct amd_ntb_dev *ndev)
drivers/ntb/hw/amd/ntb_hw_amd.c
1168
static int amd_ntb_init_pci(struct amd_ntb_dev *ndev,
drivers/ntb/hw/amd/ntb_hw_amd.c
1211
static void amd_ntb_deinit_pci(struct amd_ntb_dev *ndev)
drivers/ntb/hw/amd/ntb_hw_amd.c
122
struct amd_ntb_dev *ndev = ntb_ndev(ntb);
drivers/ntb/hw/amd/ntb_hw_amd.c
1225
struct amd_ntb_dev *ndev;
drivers/ntb/hw/amd/ntb_hw_amd.c
1276
struct amd_ntb_dev *ndev = pci_get_drvdata(pdev);
drivers/ntb/hw/amd/ntb_hw_amd.c
1294
struct amd_ntb_dev *ndev = pci_get_drvdata(pdev);
drivers/ntb/hw/amd/ntb_hw_amd.c
198
static int amd_ntb_get_link_status(struct amd_ntb_dev *ndev)
drivers/ntb/hw/amd/ntb_hw_amd.c
255
static int amd_link_is_up(struct amd_ntb_dev *ndev)
drivers/ntb/hw/amd/ntb_hw_amd.c
326
struct amd_ntb_dev *ndev = ntb_ndev(ntb);
drivers/ntb/hw/amd/ntb_hw_amd.c
354
struct amd_ntb_dev *ndev = ntb_ndev(ntb);
drivers/ntb/hw/amd/ntb_hw_amd.c
370
struct amd_ntb_dev *ndev = ntb_ndev(ntb);
drivers/ntb/hw/amd/ntb_hw_amd.c
393
struct amd_ntb_dev *ndev = ntb_ndev(ntb);
drivers/ntb/hw/amd/ntb_hw_amd.c
421
struct amd_ntb_dev *ndev = ntb_ndev(ntb);
drivers/ntb/hw/amd/ntb_hw_amd.c
431
struct amd_ntb_dev *ndev = ntb_ndev(ntb);
drivers/ntb/hw/amd/ntb_hw_amd.c
439
struct amd_ntb_dev *ndev = ntb_ndev(ntb);
drivers/ntb/hw/amd/ntb_hw_amd.c
449
struct amd_ntb_dev *ndev = ntb_ndev(ntb);
drivers/ntb/hw/amd/ntb_hw_amd.c
466
struct amd_ntb_dev *ndev = ntb_ndev(ntb);
drivers/ntb/hw/amd/ntb_hw_amd.c
483
struct amd_ntb_dev *ndev = ntb_ndev(ntb);
drivers/ntb/hw/amd/ntb_hw_amd.c
498
struct amd_ntb_dev *ndev = ntb_ndev(ntb);
drivers/ntb/hw/amd/ntb_hw_amd.c
512
struct amd_ntb_dev *ndev = ntb_ndev(ntb);
drivers/ntb/hw/amd/ntb_hw_amd.c
527
struct amd_ntb_dev *ndev = ntb_ndev(ntb);
drivers/ntb/hw/amd/ntb_hw_amd.c
541
struct amd_ntb_dev *ndev = ntb_ndev(ntb);
drivers/ntb/hw/amd/ntb_hw_amd.c
578
static void amd_ack_smu(struct amd_ntb_dev *ndev, u32 bit)
drivers/ntb/hw/amd/ntb_hw_amd.c
588
static void amd_handle_event(struct amd_ntb_dev *ndev, int vec)
drivers/ntb/hw/amd/ntb_hw_amd.c
659
static void amd_handle_db_event(struct amd_ntb_dev *ndev, int vec)
drivers/ntb/hw/amd/ntb_hw_amd.c
689
static irqreturn_t ndev_interrupt(struct amd_ntb_dev *ndev, int vec)
drivers/ntb/hw/amd/ntb_hw_amd.c
713
struct amd_ntb_dev *ndev = dev;
drivers/ntb/hw/amd/ntb_hw_amd.c
718
static int ndev_init_isr(struct amd_ntb_dev *ndev,
drivers/ntb/hw/amd/ntb_hw_amd.c
76
static int ndev_mw_to_bar(struct amd_ntb_dev *ndev, int idx)
drivers/ntb/hw/amd/ntb_hw_amd.c
819
static void ndev_deinit_isr(struct amd_ntb_dev *ndev)
drivers/ntb/hw/amd/ntb_hw_amd.c
850
struct amd_ntb_dev *ndev;
drivers/ntb/hw/amd/ntb_hw_amd.c
944
static void ndev_init_debugfs(struct amd_ntb_dev *ndev)
drivers/ntb/hw/amd/ntb_hw_amd.c
960
static void ndev_deinit_debugfs(struct amd_ntb_dev *ndev)
drivers/ntb/hw/amd/ntb_hw_amd.c
965
static inline void ndev_init_struct(struct amd_ntb_dev *ndev,
drivers/ntb/hw/amd/ntb_hw_amd.c
97
struct amd_ntb_dev *ndev = ntb_ndev(ntb);
drivers/ntb/hw/amd/ntb_hw_amd.c
975
static int amd_poll_link(struct amd_ntb_dev *ndev)
drivers/ntb/hw/amd/ntb_hw_amd.c
994
struct amd_ntb_dev *ndev = hb_ndev(work);
drivers/ntb/hw/amd/ntb_hw_amd.h
174
struct amd_ntb_dev;
drivers/ntb/hw/amd/ntb_hw_amd.h
177
struct amd_ntb_dev *ndev;
drivers/ntb/hw/amd/ntb_hw_amd.h
217
#define ntb_ndev(__ntb) container_of(__ntb, struct amd_ntb_dev, ntb)
drivers/ntb/hw/amd/ntb_hw_amd.h
218
#define hb_ndev(__work) container_of(__work, struct amd_ntb_dev, hb_timer.work)
drivers/ntb/hw/amd/ntb_hw_amd.h
220
static void amd_set_side_info_reg(struct amd_ntb_dev *ndev, bool peer);
drivers/ntb/hw/amd/ntb_hw_amd.h
221
static void amd_clear_side_info_reg(struct amd_ntb_dev *ndev, bool peer);
drivers/ntb/hw/amd/ntb_hw_amd.h
222
static int amd_poll_link(struct amd_ntb_dev *ndev);