Lines Matching defs: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)
575 static void epf_ntb_mw_bar_clear(struct epf_ntb *ntb, int num_mws);
582 static void epf_ntb_db_bar_clear(struct epf_ntb *ntb)
600 static int epf_ntb_mw_bar_init(struct epf_ntb *ntb)
657 static void epf_ntb_mw_bar_clear(struct epf_ntb *ntb, int num_mws)
682 static void epf_ntb_epc_destroy(struct epf_ntb *ntb)
695 static int epf_ntb_init_epc_bar(struct epf_ntb *ntb)
742 static int epf_ntb_epc_init(struct epf_ntb *ntb)
811 static void epf_ntb_epc_cleanup(struct epf_ntb *ntb)
822 struct epf_ntb *ntb = to_epf_ntb(group); \
832 struct epf_ntb *ntb = to_epf_ntb(group); \
850 struct epf_ntb *ntb = to_epf_ntb(group); \
870 struct epf_ntb *ntb = to_epf_ntb(group); \
897 struct epf_ntb *ntb = to_epf_ntb(group);
977 struct epf_ntb *ntb = epf_get_drvdata(epf);
1029 struct epf_ntb *ndev = sysdata;
1044 struct epf_ntb *ndev = ntb_ndev(ntb);
1072 struct epf_ntb *ntb = ntb_ndev(ndev);
1102 struct epf_ntb *ntb = ntb_ndev(ndev);
1122 struct epf_ntb *ntb = ntb_ndev(ndev);
1133 struct epf_ntb *ntb = ntb_ndev(ndev);
1144 struct epf_ntb *ntb = ntb_ndev(ndev);
1156 struct epf_ntb *ntb = ntb_ndev(ndev);
1168 struct epf_ntb *ntb = ntb_ndev(ndev);
1188 struct epf_ntb *ntb = ntb_ndev(ndev);
1198 struct epf_ntb *ntb = ntb_ndev(ndev);
1216 struct epf_ntb *ntb = ntb_ndev(ndev);
1228 struct epf_ntb *ntb = ntb_ndev(ndev);
1265 struct epf_ntb *ndev = (struct epf_ntb *)pdev->sysdata;
1316 struct epf_ntb *ntb = epf_get_drvdata(epf);
1376 struct epf_ntb *ntb = epf_get_drvdata(epf);
1405 struct epf_ntb *ntb;