Searched refs:mm3 (Results 1 – 1 of 1) sorted by relevance
1620 struct c4iw_mm_entry *mm1, *mm2, *mm3, *mm4, *mm5 = NULL; in c4iw_create_qp() local1715 mm3 = kmalloc(sizeof *mm3, GFP_KERNEL); in c4iw_create_qp()1716 if (!mm3) { in c4iw_create_qp()1768 mm3->key = uresp.sq_db_gts_key; in c4iw_create_qp()1769 mm3->addr = (__force unsigned long) qhp->wq.sq.udb; in c4iw_create_qp()1770 mm3->len = PAGE_SIZE; in c4iw_create_qp()1771 insert_mmap(ucontext, mm3); in c4iw_create_qp()1798 kfree(mm3); in c4iw_create_qp()