Lines Matching refs:epf_ntb

118 struct epf_ntb {
147 #define to_epf_ntb(epf_group) container_of((epf_group), struct epf_ntb, group)
148 #define ntb_ndev(__ntb) container_of(__ntb, struct epf_ntb, ntb)
167 static int epf_ntb_link_up(struct epf_ntb *ntb, bool link_up)
202 static int epf_ntb_configure_mw(struct epf_ntb *ntb, u32 mw)
231 static void epf_ntb_teardown_mw(struct epf_ntb *ntb, u32 mw)
252 struct epf_ntb *ntb;
257 ntb = container_of(work, struct epf_ntb, cmd_handler.work);
340 static void epf_ntb_config_sspad_bar_clear(struct epf_ntb *ntb)
363 static int epf_ntb_config_sspad_bar_set(struct epf_ntb *ntb)
390 static void epf_ntb_config_spad_bar_free(struct epf_ntb *ntb)
409 static int epf_ntb_config_spad_bar_alloc(struct epf_ntb *ntb)
483 static int epf_ntb_configure_interrupt(struct epf_ntb *ntb)
527 static int epf_ntb_db_bar_init(struct epf_ntb *ntb)
564 static void epf_ntb_mw_bar_clear(struct epf_ntb *ntb, int num_mws);
571 static void epf_ntb_db_bar_clear(struct epf_ntb *ntb)
589 static int epf_ntb_mw_bar_init(struct epf_ntb *ntb)
646 static void epf_ntb_mw_bar_clear(struct epf_ntb *ntb, int num_mws)
671 static void epf_ntb_epc_destroy(struct epf_ntb *ntb)
684 static int epf_ntb_init_epc_bar(struct epf_ntb *ntb)
731 static int epf_ntb_epc_init(struct epf_ntb *ntb)
800 static void epf_ntb_epc_cleanup(struct epf_ntb *ntb)
811 struct epf_ntb *ntb = to_epf_ntb(group); \
821 struct epf_ntb *ntb = to_epf_ntb(group); \
839 struct epf_ntb *ntb = to_epf_ntb(group); \
859 struct epf_ntb *ntb = to_epf_ntb(group); \
886 struct epf_ntb *ntb = to_epf_ntb(group);
966 struct epf_ntb *ntb = epf_get_drvdata(epf);
1018 struct epf_ntb *ndev = sysdata;
1033 struct epf_ntb *ndev = ntb_ndev(ntb);
1061 struct epf_ntb *ntb = ntb_ndev(ndev);
1091 struct epf_ntb *ntb = ntb_ndev(ndev);
1111 struct epf_ntb *ntb = ntb_ndev(ndev);
1122 struct epf_ntb *ntb = ntb_ndev(ndev);
1133 struct epf_ntb *ntb = ntb_ndev(ndev);
1145 struct epf_ntb *ntb = ntb_ndev(ndev);
1157 struct epf_ntb *ntb = ntb_ndev(ndev);
1174 struct epf_ntb *ntb = ntb_ndev(ndev);
1184 struct epf_ntb *ntb = ntb_ndev(ndev);
1202 struct epf_ntb *ntb = ntb_ndev(ndev);
1214 struct epf_ntb *ntb = ntb_ndev(ndev);
1251 struct epf_ntb *ndev = (struct epf_ntb *)pdev->sysdata;
1302 struct epf_ntb *ntb = epf_get_drvdata(epf);
1362 struct epf_ntb *ntb = epf_get_drvdata(epf);
1391 struct epf_ntb *ntb;