Home
last modified time | relevance | path

Searched refs:epf_ntb (Results 1 – 2 of 2) sorted by relevance

/drivers/pci/endpoint/functions/
Dpci-epf-vntb.c118 struct epf_ntb { struct
147 #define to_epf_ntb(epf_group) container_of((epf_group), struct epf_ntb, group) argument
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) in epf_ntb_link_up()
202 static int epf_ntb_configure_mw(struct epf_ntb *ntb, u32 mw) in epf_ntb_configure_mw()
231 static void epf_ntb_teardown_mw(struct epf_ntb *ntb, u32 mw) in epf_ntb_teardown_mw()
252 struct epf_ntb *ntb; in epf_ntb_cmd_handler()
257 ntb = container_of(work, struct epf_ntb, cmd_handler.work); in epf_ntb_cmd_handler()
340 static void epf_ntb_config_sspad_bar_clear(struct epf_ntb *ntb) in epf_ntb_config_sspad_bar_clear()
363 static int epf_ntb_config_sspad_bar_set(struct epf_ntb *ntb) in epf_ntb_config_sspad_bar_set()
[all …]
Dpci-epf-ntb.c76 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()
[all …]