Searched refs:pcisel (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/sys/sys/ |
| H A D | pciio.h | 60 struct pcisel { struct 68 struct pcisel pc_sel; /* domain+bus+slot+function */ argument 85 struct pcisel pc_sel; /* domain+bus+slot+function */ 107 struct pcisel pi_sel; /* device to operate on */ 114 struct pcisel pbi_sel; /* device to operate on */ 136 struct pcisel plvi_sel; /* device to operate on */ 148 struct pcisel pbm_sel; /* device to operate on */
|
| /freebsd-12.1/usr.sbin/pciconf/ |
| H A D | pciconf.c | 75 static struct pcisel getsel(const char *str); 856 read_config(int fd, struct pcisel *sel, long reg, int width) in read_config() 870 static struct pcisel 925 static struct pcisel 930 struct pcisel sel; in parsesel() 960 static struct pcisel 975 readone(int fd, struct pcisel *sel, long reg, int width) in readone() 990 struct pcisel sel; in readit()
|
| H A D | pciconf.h | 43 uint32_t read_config(int fd, struct pcisel *sel, long reg, int width);
|
| /freebsd-12.1/sys/compat/freebsd32/ |
| H A D | freebsd32_ioctl.h | 57 struct pcisel pbm_sel;
|
| /freebsd-12.1/usr.sbin/bhyve/ |
| H A D | pci_passthru.c | 97 struct pcisel psc_sel; 123 read_config(const struct pcisel *sel, long reg, int width) in read_config() 139 write_config(const struct pcisel *sel, long reg, int width, uint32_t data) in write_config() 182 struct pcisel sel; in cfginitmsi() 625 bzero(&sc->psc_sel, sizeof(struct pcisel)); in cfginit()
|
| /freebsd-12.1/sys/dev/pci/ |
| H A D | pci_user.c | 71 struct pcisel pc_sel; /* domain+bus+slot+function */ 88 struct pcisel pc_sel; /* domain+bus+slot+function */
|