sys/dev/pci/nhi.c
156
int nhi_conf_read(struct nhi_softc *, uint32_t, uint32_t, uint32_t,
sys/dev/pci/nhi.c
158
int nhi_conf_write(struct nhi_softc *, uint32_t, uint32_t, uint32_t,
sys/dev/pci/nhi.c
161
void nhi_init(struct nhi_softc *);
sys/dev/pci/nhi.c
173
sizeof(struct nhi_softc), nhi_match, nhi_attach,
sys/dev/pci/nhi.c
201
struct nhi_softc *sc = (struct nhi_softc *)self;
sys/dev/pci/nhi.c
301
struct nhi_softc *sc = (struct nhi_softc *)self;
sys/dev/pci/nhi.c
353
nhi_init(struct nhi_softc *sc)
sys/dev/pci/nhi.c
408
nhi_tx_enqueue(struct nhi_softc *sc, uint32_t pdf, void *buf, size_t len)
sys/dev/pci/nhi.c
441
nhi_rx_dequeue(struct nhi_softc *sc)
sys/dev/pci/nhi.c
459
nhi_conf_read(struct nhi_softc *sc, uint32_t addr, uint32_t adapter,
sys/dev/pci/nhi.c
504
nhi_conf_write(struct nhi_softc *sc, uint32_t addr, uint32_t adapter,
sys/dev/pci/nhi.c
551
struct nhi_softc *sc = arg;