Searched refs:pmsc (Results 1 – 4 of 4) sorted by relevance
62 struct agtiapi_softc *pmsc = thisCardInst->pCard; in agtiapi_typhAlloc() local65 if( bus_dma_tag_create( bus_get_dma_tag(pmsc->my_dev), // parent in agtiapi_typhAlloc()72 pmsc->typhn, // maxsize (size) in agtiapi_typhAlloc()74 pmsc->typhn, // maxsegsize in agtiapi_typhAlloc()78 &pmsc->typh_dmat ) ) { in agtiapi_typhAlloc()83 if( bus_dmamem_alloc( pmsc->typh_dmat, in agtiapi_typhAlloc()84 &pmsc->typh_mem, in agtiapi_typhAlloc()86 &pmsc->typh_mapp ) ) { in agtiapi_typhAlloc()88 pmsc->typhn ); in agtiapi_typhAlloc()92 if ( bus_dmamap_load( pmsc->typh_dmat, in agtiapi_typhAlloc()[all …]
606 #define Is_ADP7H(pmsc) ((0x90058088 == (pmsc->VidDid))?1:\ argument607 (0x90058089 == (pmsc->VidDid))?1:0)608 #define Is_ADP8H(pmsc) ((0x90058074 == (pmsc->VidDid))?1:\ argument609 (0x90058076 == (pmsc->VidDid))?1:0)
480 struct agtiapi_softc *pmsc; in agtiapi_async() local483 pmsc = (struct agtiapi_softc*)callback_arg; in agtiapi_async()494 if (pmsc != NULL){ in agtiapi_async()495 TID = INDEX(pmsc, TID); in agtiapi_async()496 targ = &pmsc->pDevList[TID]; in agtiapi_async()720 struct agtiapi_softc *pmsc; in agtiapi_attach() local746 pmsc = device_get_softc( devx ); in agtiapi_attach()747 pmsc->my_dev = devx; in agtiapi_attach()751 &pmsc->tiRoot, in agtiapi_attach()781 pmsc->flags |= AGTIAPI_INIT_TIME | AGTIAPI_SCSI_REGISTERED | in agtiapi_attach()[all …]
127 STATIC agBOOLEAN agtiapi_InitCardSW( struct agtiapi_softc *pmsc );128 STATIC agBOOLEAN agtiapi_InitCardHW( struct agtiapi_softc *pmsc );