Searched refs:fwProfileInfo (Results 1 – 3 of 3) sorted by relevance
141 agsaFwProfile_t fwProfileInfo = {0}; in tdipFWProfileIoctl() local150 fwProfileInfo.processor = fwProfile->processor; in tdipFWProfileIoctl()151 fwProfileInfo.cmd = fwProfile->cmd; in tdipFWProfileIoctl()152 fwProfileInfo.len = fwProfile->len; in tdipFWProfileIoctl()153 fwProfileInfo.tcid = fwProfile->tcid; in tdipFWProfileIoctl()156 fwProfileInfo.codeStartAdd = fwProfile->codeStartAdd; in tdipFWProfileIoctl()157 fwProfileInfo.codeEndAdd = fwProfile->codeEndAdd; in tdipFWProfileIoctl()176 fwProfileInfo.agSgl.sgLower = bufAddrLower; in tdipFWProfileIoctl()177 fwProfileInfo.agSgl.sgUpper = bufAddrUpper; in tdipFWProfileIoctl()178 fwProfileInfo.agSgl.len = fwProfile->len; in tdipFWProfileIoctl()[all …]
73 agsaFwProfile_t *fwProfileInfo in saFwProfile() argument164 …tcid_processor_cmd = (((fwProfileInfo->tcid)<< 16) | ((fwProfileInfo->processor)<< 8) | fwProfileI… in saFwProfile()168 …(agRoot, pPayload, OSSA_OFFSET_OF(agsaFwProfileIOMB_t, codeStartAdd), fwProfileInfo->codeStartAdd); in saFwProfile()169 …E_32(agRoot, pPayload, OSSA_OFFSET_OF(agsaFwProfileIOMB_t, codeEndAdd), fwProfileInfo->codeEndAdd); in saFwProfile()171 pPayload->SGLAL = fwProfileInfo->agSgl.sgLower; in saFwProfile()172 pPayload->SGLAH = fwProfileInfo->agSgl.sgUpper; in saFwProfile()173 pPayload->Len = fwProfileInfo->agSgl.len; in saFwProfile()174 pPayload->extReserved = fwProfileInfo->agSgl.extReserved; in saFwProfile()
406 agsaFwProfile_t *fwProfileInfo