Searched refs:satIntIO (Results 1 – 2 of 2) sorted by relevance
320 smSatInternalIo_t *satIntIO; in smDeviceDataReInit() local359 satIntIO = (smSatInternalIo_t *)&(oneDeviceData->satIntIo[0]); in smDeviceDataReInit()362 SM_DBG2(("tdsaDeviceDataReInit: in loop of internal io free, id %d\n", satIntIO->id)); in smDeviceDataReInit()363 smsatFreeIntIoResource(smRoot, oneDeviceData, satIntIO); in smDeviceDataReInit()364 satIntIO = satIntIO + 1; in smDeviceDataReInit()379 smSatInternalIo_t *satIntIO; in smDeviceDataInit() local426 satIntIO = &smDeviceData[i].satIntIo[0]; in smDeviceDataInit()429 SMLIST_INIT_ELEMENT (&satIntIO->satIntIoLink); in smDeviceDataInit()430 SMLIST_ENQUEUE_AT_TAIL (&satIntIO->satIntIoLink, in smDeviceDataInit()432 satIntIO->satOrgSmIORequest = agNULL; in smDeviceDataInit()[all …]
2942 satInternalIo_t *satIntIO; in tdsaDeviceDataInit() local3031 satIntIO = &tdsaDeviceData[i].satDevData.satIntIo[0]; in tdsaDeviceDataInit()3034 TDLIST_INIT_ELEMENT (&satIntIO->satIntIoLink); in tdsaDeviceDataInit()3035 TDLIST_ENQUEUE_AT_TAIL (&satIntIO->satIntIoLink, in tdsaDeviceDataInit()3037 satIntIO->satOrgTiIORequest = agNULL; in tdsaDeviceDataInit()3038 satIntIO->id = j; in tdsaDeviceDataInit()3039 satIntIO = satIntIO + 1; in tdsaDeviceDataInit()3080 satInternalIo_t *satIntIO; in tdsaDeviceDataReInit() local3152 satIntIO = (satInternalIo_t *)&(oneDeviceData->satDevData.satIntIo[0]); in tdsaDeviceDataReInit()3155 TI_DBG3(("tdsaDeviceDataReInit: in loop of internal io free, id %d\n", satIntIO->id)); in tdsaDeviceDataReInit()[all …]