uha.c | 163 "unable to create mscp DMA map, error = %d\n", error); 169 "unable to load mscp DMA map, error = %d\n", error); 197 uha_reset_mscp(struct uha_softc *sc, struct uha_mscp *mscp) 200 mscp->flags = 0; 204 * A mscp (and hence a mbx-out) is put onto the free list. 207 uha_free_mscp(struct uha_softc *sc, struct uha_mscp *mscp) 212 uha_reset_mscp(sc, mscp); 213 TAILQ_INSERT_HEAD(&sc->sc_free_mscp, mscp, chain); 218 uha_init_mscp(struct uha_softc *sc, struct uha_mscp *mscp) 224 * Create the DMA map for this MSCP 254 struct uha_mscp *mscp; local in function:uha_create_mscps 280 struct uha_mscp *mscp; local in function:uha_get_mscp 300 struct uha_mscp *mscp = sc->sc_mscphash[hashnum]; local in function:uha_mscp_phys_kv 404 struct uha_mscp *mscp; local in function:uha_scsipi_request 576 struct uha_mscp *mscp = arg; local in function:uha_timeout [all...] |