Lines Matching refs:epf_ntb

76 struct epf_ntb {
86 #define to_epf_ntb(epf_group) container_of((epf_group), struct epf_ntb, group)
96 struct epf_ntb *epf_ntb;
140 static int epf_ntb_link_up(struct epf_ntb *ntb, bool link_up)
235 static int epf_ntb_configure_mw(struct epf_ntb *ntb,
294 static void epf_ntb_teardown_mw(struct epf_ntb *ntb,
383 static int epf_ntb_configure_msi(struct epf_ntb *ntb,
487 static int epf_ntb_configure_msix(struct epf_ntb *ntb,
554 static int epf_ntb_configure_db(struct epf_ntb *ntb,
589 epf_ntb_teardown_db(struct epf_ntb *ntb, enum pci_epc_interface_type type)
626 struct epf_ntb *ntb;
644 ntb = ntb_epc->epf_ntb;
779 static int epf_ntb_peer_spad_bar_set(struct epf_ntb *ntb,
900 struct epf_ntb *ntb;
905 ntb = ntb_epc->epf_ntb;
948 static void epf_ntb_config_spad_bar_free(struct epf_ntb *ntb)
993 static int epf_ntb_config_spad_bar_alloc(struct epf_ntb *ntb,
1097 static int epf_ntb_config_spad_bar_alloc_interface(struct epf_ntb *ntb)
1252 static void epf_ntb_db_mw_bar_cleanup(struct epf_ntb *ntb,
1272 static int epf_ntb_configure_interrupt(struct epf_ntb *ntb,
1429 static int epf_ntb_db_mw_bar_init(struct epf_ntb *ntb,
1505 static void epf_ntb_epc_destroy_interface(struct epf_ntb *ntb,
1530 static void epf_ntb_epc_destroy(struct epf_ntb *ntb)
1546 static int epf_ntb_epc_create_interface(struct epf_ntb *ntb,
1579 ntb_epc->epf_ntb = ntb;
1600 static int epf_ntb_epc_create(struct epf_ntb *ntb)
1639 static int epf_ntb_init_epc_bar_interface(struct epf_ntb *ntb,
1689 static int epf_ntb_init_epc_bar(struct epf_ntb *ntb)
1717 static int epf_ntb_epc_init_interface(struct epf_ntb *ntb,
1795 static void epf_ntb_epc_cleanup_interface(struct epf_ntb *ntb,
1816 static void epf_ntb_epc_cleanup(struct epf_ntb *ntb)
1831 static int epf_ntb_epc_init(struct epf_ntb *ntb)
1867 struct epf_ntb *ntb = epf_get_drvdata(epf);
1926 struct epf_ntb *ntb = epf_get_drvdata(epf);
1938 struct epf_ntb *ntb = to_epf_ntb(group); \
1948 struct epf_ntb *ntb = to_epf_ntb(group); \
1964 struct epf_ntb *ntb = to_epf_ntb(group); \
1977 struct epf_ntb *ntb = to_epf_ntb(group); \
2002 struct epf_ntb *ntb = to_epf_ntb(group);
2066 struct epf_ntb *ntb = epf_get_drvdata(epf);
2086 struct epf_ntb *ntb;