Searched refs:pcmdbuf (Results 1 – 1 of 1) sorted by relevance
308 unsigned int cmdsz, wr_sz, *pcmdbuf, *prspbuf; in r8712_cmd_thread() local329 pcmdbuf = (unsigned int *)pcmdpriv->cmd_buf; in r8712_cmd_thread()331 pdesc = (struct tx_desc *)pcmdbuf; in r8712_cmd_thread()363 pcmdbuf += (TXDESC_SIZE >> 2); in r8712_cmd_thread()364 *pcmdbuf = cpu_to_le32((cmdsz & 0x0000ffff) | in r8712_cmd_thread()367 pcmdbuf += 2 ; /* 8 bytes aligment */ in r8712_cmd_thread()368 memcpy((u8 *)pcmdbuf, pcmd->parmbuf, pcmd->cmdsz); in r8712_cmd_thread()