Searched refs:pcisel (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/sys/ |
H A D | pciio.h | 58 struct pcisel { struct 66 struct pcisel pc_sel; /* domain+bus+slot+function */ argument 83 struct pcisel pc_sel; /* domain+bus+slot+function */ 105 struct pcisel pi_sel; /* device to operate on */ 112 struct pcisel pbi_sel; /* device to operate on */ 134 struct pcisel plvi_sel; /* device to operate on */ 146 struct pcisel pbm_sel; /* device to operate on */ 153 struct pcisel pbi_sel; /* device to operate on */
|
/freebsd/usr.sbin/bhyve/ |
H A D | pci_passthru.h | 39 uint32_t pci_host_read_config(const struct pcisel *sel, long reg, int width); 40 void pci_host_write_config(const struct pcisel *sel, long reg, int width, 49 struct pcisel *passthru_get_sel(struct passthru_softc *sc);
|
H A D | pci_passthru.c | 93 struct pcisel psc_sel; 158 host_read_config(int fd, const struct pcisel *sel, long reg, int width) in host_read_config() 174 passthru_read_config(const struct pcisel *sel, long reg, int width) in passthru_read_config() 180 pci_host_read_config(const struct pcisel *sel, long reg, int width) in pci_host_read_config() 194 host_write_config(int fd, const struct pcisel *sel, long reg, int width, in host_write_config() 209 passthru_write_config(const struct pcisel *sel, long reg, int width, in passthru_write_config() 216 pci_host_write_config(const struct pcisel *sel, long reg, int width, in pci_host_write_config() 258 struct pcisel sel; in cfginitmsi() 661 bzero(&sc->psc_sel, sizeof(struct pcisel)); in cfginit() 718 struct pcisel *
|
H A D | pci_emul.c | 355 pci_config_read_reg(const struct pcisel *const host_sel, nvlist_t *nvl, in pci_config_read_reg()
|
/freebsd/usr.sbin/pciconf/ |
H A D | pciconf.c | 70 static struct pcisel getsel(const char *str); 894 read_config(int fd, struct pcisel *sel, long reg, int width) in read_config() 908 static struct pcisel 963 static struct pcisel 968 struct pcisel sel; in parsesel() 998 static struct pcisel 1013 readone(int fd, struct pcisel *sel, long reg, int width) in readone() 1028 struct pcisel sel; in readit()
|
H A D | pciconf.h | 41 uint32_t read_config(int fd, struct pcisel *sel, long reg, int width);
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_ioctl.h | 50 struct pcisel pbm_sel;
|
/freebsd/usr.sbin/bhyve/amd64/ |
H A D | pci_lpc.c | 463 pci_lpc_get_sel(struct pcisel *const sel) in pci_lpc_get_sel() 498 struct pcisel sel = { 0 }; in pci_lpc_init() 499 struct pcisel *selp = NULL; in pci_lpc_init()
|
/freebsd/sys/dev/pci/ |
H A D | pci_user.c | 68 struct pcisel pc_sel; /* domain+bus+slot+function */ 85 struct pcisel pc_sel; /* domain+bus+slot+function */
|