Searched refs:finalMCN (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/ |
H A D | tddmcmnapi.c | 810 bit32 localMCN = 0, finalMCN = 0; in tddmReportDevice() local 997 finalMCN = localMCN; in tddmReportDevice() 998 TI_DBG2(("tddmReportDevice: directlyAttached, Final MCN 0x%08x\n", finalMCN)); in tddmReportDevice() 1002 finalMCN = MIN(devMCN, localMCN); in tddmReportDevice() 1003 TI_DBG2(("tddmReportDevice: Not directlyAttached, Final MCN 0x%08x\n", finalMCN)); in tddmReportDevice() 1009 param = finalMCN << 24; in tddmReportDevice() 1010 TI_DBG2(("tddmReportDevice: option 0x%x param 0x%x MCN 0x%x\n", option, param, finalMCN)); in tddmReportDevice() 1017 oneDeviceData->finalMCN = finalMCN; in tddmReportDevice() 1068 bit32 localMCN = 0, finalMCN = 0; in tdsaUpdateMCN() local 1129 finalMCN = localMCN; in tdsaUpdateMCN() [all …]
|
H A D | tdinit.c | 2998 tdsaDeviceData[i].finalMCN = 1; in tdsaDeviceDataInit() 3117 oneDeviceData->finalMCN = 1; in tdsaDeviceDataReInit()
|
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/common/ |
H A D | tdtypes.h | 378 bit32 finalMCN; /* final MCN using devMCN and local MCN */ member
|