Searched refs:pcisel (Results 1 – 7 of 7) sorted by relevance
| /src/sys/sys/ |
| H A D | pciio.h | 58 struct pcisel { struct 66 struct pcisel pc_sel; /* domain+bus+slot+function */ argument 88 struct pcisel pc_sel; /* domain+bus+slot+function */ 110 struct pcisel pi_sel; /* device to operate on */ 117 struct pcisel pbi_sel; /* device to operate on */ 139 struct pcisel plvi_sel; /* device to operate on */ 151 struct pcisel pbm_sel; /* device to operate on */ 158 struct pcisel pbi_sel; /* device to operate on */
|
| /src/usr.sbin/bhyve/ |
| H A D | pci_passthru.h | 43 uint32_t pci_host_read_config(const struct pcisel *sel, long reg, int width); 44 void pci_host_write_config(const struct pcisel *sel, long reg, int width, 53 struct pcisel *passthru_get_sel(struct passthru_softc *sc);
|
| H A D | pci_passthru.c | 102 struct pcisel psc_sel; 170 host_read_config(int fd, const struct pcisel *sel, long reg, int width) in host_read_config() 186 passthru_read_config(const struct pcisel *sel, long reg, int width) in passthru_read_config() 192 pci_host_read_config(const struct pcisel *sel, long reg, int width) in pci_host_read_config() 206 host_write_config(int fd, const struct pcisel *sel, long reg, int width, in host_write_config() 221 passthru_write_config(const struct pcisel *sel, long reg, int width, in passthru_write_config() 228 pci_host_write_config(const struct pcisel *sel, long reg, int width, in pci_host_write_config() 270 struct pcisel sel; in cfginitmsi() 673 bzero(&sc->psc_sel, sizeof(struct pcisel)); in cfginit() 730 struct pcisel *
|
| /src/sys/compat/freebsd32/ |
| H A D | freebsd32_ioctl.h | 50 struct pcisel pbm_sel;
|
| /src/usr.sbin/pciconf/ |
| H A D | pciconf.h | 41 uint32_t read_config(int fd, struct pcisel *sel, long reg, int width);
|
| H A D | pciconf.c | 78 static struct pcisel getsel(const char *str); 1174 read_config(int fd, struct pcisel *sel, long reg, int width) in read_config() 1188 static struct pcisel 1243 static struct pcisel 1248 struct pcisel sel; in parsesel() 1278 static struct pcisel 1293 readone(int fd, struct pcisel *sel, long reg, int width) in readone() 1308 struct pcisel sel; in readit()
|
| /src/sys/dev/pci/ |
| H A D | pci_user.c | 68 struct pcisel pc_sel; /* domain+bus+slot+function */ 90 struct pcisel pc_sel; /* domain+bus+slot+function */ 512 struct pcisel pc_sel; /* domain+bus+slot+function */ 531 struct pcisel pc_sel; /* domain+bus+slot+function */
|