Searched refs:epf_ntb (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/pci/endpoint/functions/
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)
96 struct epf_ntb *epf_ntb; member in struct:epf_ntb_epc
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 *nt
[all...]
H A Dpci-epf-vntb.c118 struct epf_ntb { struct
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 *nt
[all...]

Completed in 171 milliseconds