Home
last modified time | relevance | path

Searched refs:map_service_to_pipe (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/sys/dev/ic/
Dqwxvar.h461 int (*map_service_to_pipe)(struct qwx_softc *, uint16_t, member
Dqwzvar.h463 int (*map_service_to_pipe)(struct qwz_softc *, uint16_t, member
Dqwz.c12182 status = sc->ops.map_service_to_pipe(htc->sc, ep->service_id, in qwz_htc_connect_service()
Dqwx.c14045 status = sc->ops.map_service_to_pipe(htc->sc, ep->service_id, in qwx_htc_connect_service()
/openbsd/src/sys/dev/pci/
Dif_qwx_pci.c781 sc->ops.map_service_to_pipe = qwx_pcic_map_service_to_pipe; in qwx_pci_attach()
Dif_qwz_pci.c719 sc->ops.map_service_to_pipe = qwz_pcic_map_service_to_pipe; in qwz_pci_attach()