Searched refs:template_len (Results 1 – 1 of 1) sorted by relevance
1386 int template_len; in ibcm_get_multi_pathrec() local1417 template_len = ((dgid_cnt + sgid_cnt) * sizeof (ib_gid_t)) + in ibcm_get_multi_pathrec()1420 mpr_req = kmem_zalloc(template_len, KM_SLEEP); in ibcm_get_multi_pathrec()1576 kmem_free(mpr_req, template_len); in ibcm_get_multi_pathrec()1826 kmem_free(mpr_req, template_len); in ibcm_get_multi_pathrec()2591 int i, j, template_len, rec_found; in ibt_get_alt_path() local2767 template_len = (2 * sizeof (ib_gid_t)) + sizeof (sa_multipath_record_t); in ibt_get_alt_path()2769 mpr_req = kmem_zalloc(template_len, KM_SLEEP); in ibt_get_alt_path()2928 kmem_free(mpr_req, template_len); in ibt_get_alt_path()3387 int template_len; in ibcm_get_ip_mpr() local[all …]