Home
last modified time | relevance | path

Searched refs:devMCN (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtddmcmnapi.c811 bit32 devMCN = 1; in tddmReportDevice() local
980 devMCN = DEVINFO_GET_EXT_MCN(dmDeviceInfo); in tddmReportDevice()
981 TI_DBG2(("tddmReportDevice: devMCN 0x%08x localMCN 0x%08x\n", devMCN, localMCN)); in tddmReportDevice()
993 oneDeviceData->devMCN = devMCN; in tddmReportDevice()
1002 finalMCN = MIN(devMCN, localMCN); in tddmReportDevice()
1069 bit32 devMCN = 1; in tdsaUpdateMCN() local
1123 devMCN = oneDeviceData->devMCN; in tdsaUpdateMCN()
1130 TI_DBG3(("tdsaUpdateMCN: devMCN 0x%08x localMCN 0x%08x\n", devMCN, localMCN)); in tdsaUpdateMCN()
1146 finalMCN = MIN(localMCN, devMCN); in tdsaUpdateMCN()
1147 TI_DBG3(("tdsaUpdateMCN: devMCN 0x%08x localMCN 0x%08x\n", devMCN, localMCN)); in tdsaUpdateMCN()
H A Dtdinit.c2997 tdsaDeviceData[i].devMCN = 1; in tdsaDeviceDataInit()
3116 oneDeviceData->devMCN = 1; in tdsaDeviceDataReInit()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/common/
H A Dtdtypes.h377 bit32 devMCN; /* MCN reported by DM */ member