Searched refs:pcmdbuf (Results 1 – 1 of 1) sorted by relevance
313 unsigned int cmdsz, wr_sz, *pcmdbuf; in r8712_cmd_thread() local334 pcmdbuf = (unsigned int *)pcmdpriv->cmd_buf; in r8712_cmd_thread()335 pdesc = (struct tx_desc *)pcmdbuf; in r8712_cmd_thread()368 pcmdbuf += (TXDESC_SIZE >> 2); in r8712_cmd_thread()369 *pcmdbuf = cpu_to_le32((cmdsz & 0x0000ffff) | in r8712_cmd_thread()372 pcmdbuf += 2; /* 8 bytes alignment */ in r8712_cmd_thread()373 memcpy((u8 *)pcmdbuf, pcmd->parmbuf, pcmd->cmdsz); in r8712_cmd_thread()