Home
last modified time | relevance | path

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

/NextBSD/sys/dev/pms/RefTisa/tisa/sassata/common/
HDtddmcmnapi.c812 bit32 devMCN = 1; in tddmReportDevice() local
981 devMCN = DEVINFO_GET_EXT_MCN(dmDeviceInfo); in tddmReportDevice()
982 TI_DBG2(("tddmReportDevice: devMCN 0x%08x localMCN 0x%08x\n", devMCN, localMCN)); in tddmReportDevice()
994 oneDeviceData->devMCN = devMCN; in tddmReportDevice()
1003 finalMCN = MIN(devMCN, localMCN); in tddmReportDevice()
1070 bit32 devMCN = 1; in tdsaUpdateMCN() local
1124 devMCN = oneDeviceData->devMCN; in tdsaUpdateMCN()
1131 TI_DBG3(("tdsaUpdateMCN: devMCN 0x%08x localMCN 0x%08x\n", devMCN, localMCN)); in tdsaUpdateMCN()
1147 finalMCN = MIN(localMCN, devMCN); in tdsaUpdateMCN()
1148 TI_DBG3(("tdsaUpdateMCN: devMCN 0x%08x localMCN 0x%08x\n", devMCN, localMCN)); in tdsaUpdateMCN()
HDtdinit.c2998 tdsaDeviceData[i].devMCN = 1; in tdsaDeviceDataInit()
3117 oneDeviceData->devMCN = 1; in tdsaDeviceDataReInit()
/NextBSD/sys/dev/pms/RefTisa/tisa/sassata/sas/common/
HDtdtypes.h378 bit32 devMCN; /* MCN reported by DM */ member