Home
last modified time | relevance | path

Searched refs:pmsc (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/pms/freebsd/driver/common/
H A Dlxutil.c62 struct agtiapi_softc *pmsc = thisCardInst->pCard; in agtiapi_typhAlloc() local
65 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 …]
H A Dlxcommon.h606 #define Is_ADP7H(pmsc) ((0x90058088 == (pmsc->VidDid))?1:\ argument
607 (0x90058089 == (pmsc->VidDid))?1:0)
608 #define Is_ADP8H(pmsc) ((0x90058074 == (pmsc->VidDid))?1:\ argument
609 (0x90058076 == (pmsc->VidDid))?1:0)
/freebsd/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c480 struct agtiapi_softc *pmsc; in agtiapi_async() local
483 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() local
746 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 …]
H A Dagtiproto.h127 STATIC agBOOLEAN agtiapi_InitCardSW( struct agtiapi_softc *pmsc );
128 STATIC agBOOLEAN agtiapi_InitCardHW( struct agtiapi_softc *pmsc );