Lines Matching refs:epf_ntb

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