Searched refs:uha_mscp (Results 1 – 5 of 5) sorted by relevance
/openbsd/sys/dev/ic/ |
H A D | uhavar.h | 47 void (*start_mbox)(struct uha_softc *, struct uha_mscp *); 51 struct uha_mscp *sc_mscphash[MSCP_HASH_SIZE]; 52 SLIST_HEAD(, uha_mscp) sc_free_mscp; 63 struct uha_mscp *uha_mscp_phys_kv(struct uha_softc *, u_long); 64 void uha_done(struct uha_softc *, struct uha_mscp *);
|
H A D | uha.c | 75 void uha_reset_mscp(struct uha_softc *, struct uha_mscp *); 126 uha_reset_mscp(struct uha_softc *sc, struct uha_mscp *mscp) in uha_reset_mscp() 139 struct uha_mscp *mscp = xmscp; in uha_mscp_free() 155 struct uha_mscp *mscp; in uha_mscp_alloc() 171 struct uha_mscp * 175 struct uha_mscp *mscp = sc->sc_mscphash[hashnum]; in uha_mscp_phys_kv() 190 uha_done(struct uha_softc *sc, struct uha_mscp *mscp) in uha_done() 250 struct uha_mscp *mscp; in uha_scsi_cmd() 405 struct uha_mscp *mscp = arg; in uha_timeout()
|
H A D | uhareg.h | 188 struct uha_mscp { struct 221 SLIST_ENTRY(uha_mscp) chain; argument 222 struct uha_mscp *nexthash; argument
|
/openbsd/sys/dev/isa/ |
H A D | uha_isa.c | 63 void u14_start_mbox(struct uha_softc *, struct uha_mscp *); 233 u14_start_mbox(struct uha_softc *sc, struct uha_mscp *mscp) in u14_start_mbox() 293 struct uha_mscp *mscp; in u14_intr()
|
/openbsd/sys/dev/eisa/ |
H A D | uha_eisa.c | 64 void u24_start_mbox(struct uha_softc *, struct uha_mscp *); 210 u24_start_mbox(struct uha_softc *sc, struct uha_mscp *mscp) in u24_start_mbox() 267 struct uha_mscp *mscp; in u24_intr()
|