Searched refs:pTempCmd (Results 1 – 1 of 1) sorted by relevance
412 tSmeCmd *pRetCmd = NULL, *pTempCmd = NULL; in sme_get_command_buffer() local432 pTempCmd = GET_BASE_ADDR(pEntry, tSmeCmd, Link); in sme_get_command_buffer()435 (pTempCmd) ? pTempCmd->command : eSmeNoCommand); in sme_get_command_buffer()436 if (pTempCmd) { in sme_get_command_buffer()437 if (eSmeCsrCommandMask & pTempCmd->command) in sme_get_command_buffer()441 dump_csr_command_info(mac, pTempCmd); in sme_get_command_buffer()449 pTempCmd = GET_BASE_ADDR(pEntry, tSmeCmd, Link); in sme_get_command_buffer()453 idx, pTempCmd->command); in sme_get_command_buffer()455 if (eSmeCsrCommandMask & pTempCmd->command) in sme_get_command_buffer()459 dump_csr_command_info(mac, pTempCmd); in sme_get_command_buffer()[all …]