Searched refs:satIntIO (Results 1 – 2 of 2) sorted by relevance
319 smSatInternalIo_t *satIntIO; in smDeviceDataReInit() local358 satIntIO = (smSatInternalIo_t *)&(oneDeviceData->satIntIo[0]); in smDeviceDataReInit()361 SM_DBG2(("tdsaDeviceDataReInit: in loop of internal io free, id %d\n", satIntIO->id)); in smDeviceDataReInit()362 smsatFreeIntIoResource(smRoot, oneDeviceData, satIntIO); in smDeviceDataReInit()363 satIntIO = satIntIO + 1; in smDeviceDataReInit()378 smSatInternalIo_t *satIntIO; in smDeviceDataInit() local425 satIntIO = &smDeviceData[i].satIntIo[0]; in smDeviceDataInit()428 SMLIST_INIT_ELEMENT (&satIntIO->satIntIoLink); in smDeviceDataInit()429 SMLIST_ENQUEUE_AT_TAIL (&satIntIO->satIntIoLink, in smDeviceDataInit()431 satIntIO->satOrgSmIORequest = agNULL; in smDeviceDataInit()[all …]
2941 satInternalIo_t *satIntIO; in tdsaDeviceDataInit() local3030 satIntIO = &tdsaDeviceData[i].satDevData.satIntIo[0]; in tdsaDeviceDataInit()3033 TDLIST_INIT_ELEMENT (&satIntIO->satIntIoLink); in tdsaDeviceDataInit()3034 TDLIST_ENQUEUE_AT_TAIL (&satIntIO->satIntIoLink, in tdsaDeviceDataInit()3036 satIntIO->satOrgTiIORequest = agNULL; in tdsaDeviceDataInit()3037 satIntIO->id = j; in tdsaDeviceDataInit()3038 satIntIO = satIntIO + 1; in tdsaDeviceDataInit()3079 satInternalIo_t *satIntIO; in tdsaDeviceDataReInit() local3151 satIntIO = (satInternalIo_t *)&(oneDeviceData->satDevData.satIntIo[0]); in tdsaDeviceDataReInit()3154 TI_DBG3(("tdsaDeviceDataReInit: in loop of internal io free, id %d\n", satIntIO->id)); in tdsaDeviceDataReInit()[all …]