Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_misc.c1875 uint_t gidtbl_sz; in tavor_set_addr_path() local
1930 gidtbl_sz = (1 << state->ts_devlim.log_max_gid); in tavor_set_addr_path()
1931 if ((av->av_send_grh) && (av->av_sgid_ix > gidtbl_sz)) { in tavor_set_addr_path()
1952 path->mgid_index = ((av->av_port_num - 1) * gidtbl_sz) + in tavor_set_addr_path()
1996 uint_t gidtbl_sz; in tavor_get_addr_path() local
2056 gidtbl_sz = (1 << state->ts_devlim.log_max_gid); in tavor_get_addr_path()
2058 gidtbl_sz); in tavor_get_addr_path()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_misc.c2174 uint_t gidtbl_sz; in hermon_set_addr_path() local
2213 gidtbl_sz = (1 << state->hs_queryport.log_max_gid); in hermon_set_addr_path()
2214 if ((av->av_send_grh) && (av->av_sgid_ix > gidtbl_sz)) { in hermon_set_addr_path()
2236 path->mgid_index = ((av->av_port_num - 1) * gidtbl_sz) + in hermon_set_addr_path()
2290 uint_t gidtbl_sz; in hermon_get_addr_path() local
2339 gidtbl_sz = (1 << state->hs_queryport.log_max_gid); in hermon_get_addr_path()
2341 gidtbl_sz); in hermon_get_addr_path()