Searched refs:mm5 (Results 1 – 1 of 1) sorted by relevance
1633 struct c4iw_mm_entry *mm1, *mm2, *mm3, *mm4, *mm5 = NULL; in c4iw_create_qp() local1739 mm5 = kmalloc(sizeof *mm5, GFP_KERNEL); in c4iw_create_qp()1740 if (!mm5) { in c4iw_create_qp()1755 if (mm5) { in c4iw_create_qp()1789 if (mm5) { in c4iw_create_qp()1790 mm5->key = uresp.ma_sync_key; in c4iw_create_qp()1791 mm5->addr = (pci_resource_start(rhp->rdev.lldi.pdev, 0) in c4iw_create_qp()1793 mm5->len = PAGE_SIZE; in c4iw_create_qp()1794 insert_mmap(ucontext, mm5); in c4iw_create_qp()1807 kfree(mm5); in c4iw_create_qp()