Lines Matching defs:ptable
174 struct qcsmem_ptable *ptable;
199 ptable = (void *)(smem_va + sc->sc_aux_size - PAGE_SIZE);
200 if (ptable->magic != QCSMEM_PTABLE_MAGIC ||
201 ptable->version != QCSMEM_PTABLE_VERSION) {
202 aprint_error(": unsupported ptable 0x%x/0x%x\n",
203 ptable->magic, ptable->version);
214 for (i = 0; i < ptable->num_entries; i++) {
215 pte = &ptable->entry[i];
264 info = (struct qcsmem_info *)&ptable->entry[ptable->num_entries];