Home
last modified time | relevance | path

Searched refs:template_len (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_path.c1385 int template_len; in ibcm_get_multi_pathrec() local
1416 template_len = ((dgid_cnt + sgid_cnt) * sizeof (ib_gid_t)) + in ibcm_get_multi_pathrec()
1419 mpr_req = kmem_zalloc(template_len, KM_SLEEP); in ibcm_get_multi_pathrec()
1575 kmem_free(mpr_req, template_len); in ibcm_get_multi_pathrec()
1825 kmem_free(mpr_req, template_len); in ibcm_get_multi_pathrec()
2590 int i, j, template_len, rec_found; in ibt_get_alt_path() local
2766 template_len = (2 * sizeof (ib_gid_t)) + sizeof (sa_multipath_record_t); in ibt_get_alt_path()
2768 mpr_req = kmem_zalloc(template_len, KM_SLEEP); in ibt_get_alt_path()
2927 kmem_free(mpr_req, template_len); in ibt_get_alt_path()
3386 int template_len; in ibcm_get_ip_mpr() local
[all …]