Home
last modified time | relevance | path

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

/linux/drivers/pci/endpoint/functions/
H A Dpci-epf-vntb.c122 struct epf_ntb { struct
152 #define to_epf_ntb(epf_group) container_of((epf_group), struct epf_ntb, group) argument
153 #define ntb_ndev(__ntb) container_of(__ntb, struct epf_ntb, ntb)
172 static int epf_ntb_link_up(struct epf_ntb *ntb, bool link_up) in epf_ntb_link_up()
207 static int epf_ntb_configure_mw(struct epf_ntb *ntb, u32 mw) in epf_ntb_configure_mw()
236 static void epf_ntb_teardown_mw(struct epf_ntb *ntb, u32 mw) in epf_ntb_teardown_mw()
257 struct epf_ntb *ntb; in epf_ntb_cmd_handler()
262 ntb = container_of(work, struct epf_ntb, cmd_handler.work); in epf_ntb_cmd_handler()
330 struct epf_ntb *ntb = data; in epf_ntb_doorbell_handler()
359 static void epf_ntb_config_sspad_bar_clear(struct epf_ntb *ntb) in epf_ntb_config_sspad_bar_clear()
[all …]
H A 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 …]