Home
last modified time | relevance | path

Searched refs:portCount (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsatypes.h227 bit8 portCount; /**< number of ports */ member
H A Dsainit.c869 saRoot->portCount = saRoot->phyCount; in saInitialize()
872 for ( i = 0; i < saRoot->portCount; i ++ ) in saInitialize()
921 for ( i = 0; i < saRoot->portCount; i ++ ) in saInitialize()
3955 saRoot->portCount = saRoot->phyCount; in siInitResources()
3958 for ( i = 0; i < saRoot->portCount; i ++ ) in siInitResources()
3998 for ( i = 0; i < saRoot->portCount; i ++ ) in siInitResources()
/freebsd/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c319 AGTIAPI_PRINTK("agtiapi_getdevlist: portCount %d\n", pCard->portCount); in agtiapi_getdevlist()
324 for (total = x = 0; x < pCard->portCount; x++, pPortalData++) in agtiapi_getdevlist()
785 pmsc->portCount = ag_portal_count; in agtiapi_attach()
960 if (pmsc->portCount == 0) in agtiapi_attach()
966 pmsc->pPortalData = malloc( sizeof(ag_portal_data_t) * pmsc->portCount, in agtiapi_attach()
971 for( idx = 0; idx < pmsc->portCount; idx++ ) { in agtiapi_attach()
1249 for (count = 0; count < pmsc->portCount; count++) in agtiapi_InitCardHW()
4862 for (count = 0; count < pCard->portCount; count++, pPortalData++) in agtiapi_DiscoverTgt()
4905 for (count = 0; count < pCard->portCount; count++, pPortalData++) in agtiapi_DiscoverTgt()
4937 for (count = 0; count < pCard->portCount; count++, pPortalData++) in agtiapi_DiscoverTgt()
[all …]
H A Dagtiapi.h320 U32 portCount; // portal count member
H A Dosapi.c388 for (x=0; x < pCard->portCount; x++) in ostiGetDevHandleFromSasAddr()