Lines Matching refs:GFP_KERNEL
71 in_mad = kzalloc(sizeof *in_mad, GFP_KERNEL); in mthca_query_device()
72 out_mad = kmalloc(sizeof *out_mad, GFP_KERNEL); in mthca_query_device()
144 in_mad = kzalloc(sizeof *in_mad, GFP_KERNEL); in mthca_query_port()
145 out_mad = kmalloc(sizeof *out_mad, GFP_KERNEL); in mthca_query_port()
239 in_mad = kzalloc(sizeof *in_mad, GFP_KERNEL); in mthca_query_pkey()
240 out_mad = kmalloc(sizeof *out_mad, GFP_KERNEL); in mthca_query_pkey()
268 in_mad = kzalloc(sizeof *in_mad, GFP_KERNEL); in mthca_query_gid()
269 out_mad = kmalloc(sizeof *out_mad, GFP_KERNEL); in mthca_query_gid()
319 context = kmalloc(sizeof *context, GFP_KERNEL); in mthca_alloc_ucontext()
382 pd = kmalloc(sizeof *pd, GFP_KERNEL); in mthca_alloc_pd()
450 srq = kmalloc(sizeof *srq, GFP_KERNEL); in mthca_create_srq()
532 qp = kmalloc(sizeof *qp, GFP_KERNEL); in mthca_create_qp()
598 qp = kmalloc(sizeof (struct mthca_sqp), GFP_KERNEL); in mthca_create_qp()
682 cq = kmalloc(sizeof *cq, GFP_KERNEL); in mthca_create_cq()
883 mr = kmalloc(sizeof *mr, GFP_KERNEL); in mthca_get_dma_mr()
935 mr = kmalloc(sizeof *mr, GFP_KERNEL); in mthca_reg_phys_mr()
946 page_list = kmalloc(npages * sizeof *page_list, GFP_KERNEL); in mthca_reg_phys_mr()
1008 mr = kmalloc(sizeof *mr, GFP_KERNEL); in mthca_reg_user_mr()
1029 pages = (u64 *) __get_free_page(GFP_KERNEL); in mthca_reg_user_mr()
1102 fmr = kmalloc(sizeof *fmr, GFP_KERNEL); in mthca_alloc_fmr()
1223 in_mad = kzalloc(sizeof *in_mad, GFP_KERNEL); in mthca_init_node_data()
1224 out_mad = kmalloc(sizeof *out_mad, GFP_KERNEL); in mthca_init_node_data()