Searched refs:sg_list_sz (Results 1 – 2 of 2) sorted by relevance
750 size_t sg_list_sz; in ipath_create_qp() local795 sg_list_sz = 0; in ipath_create_qp()800 sg_list_sz = sizeof(*qp->r_sg_list) * in ipath_create_qp()803 sg_list_sz = sizeof(*qp->r_sg_list) * in ipath_create_qp()805 qp = kmalloc(sz + sg_list_sz, GFP_KERNEL); in ipath_create_qp()810 if (sg_list_sz && (init_attr->qp_type == IB_QPT_UD || in ipath_create_qp()813 qp->r_ud_sg_list = kmalloc(sg_list_sz, GFP_KERNEL); in ipath_create_qp()
956 size_t sg_list_sz; in qib_create_qp() local1001 sg_list_sz = 0; in qib_create_qp()1006 sg_list_sz = sizeof(*qp->r_sg_list) * in qib_create_qp()1009 sg_list_sz = sizeof(*qp->r_sg_list) * in qib_create_qp()1011 qp = kzalloc(sz + sg_list_sz, GFP_KERNEL); in qib_create_qp()