Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_rsrc.c2051 uint32_t rindx, span_offset; in hermon_rsrc_hw_entry_icm_confirm() local
2075 hermon_index(index1, index2, rindx, icm_table, span_offset); in hermon_rsrc_hw_entry_icm_confirm()
2122 span_avail = icm_table->span - span_offset; in hermon_rsrc_hw_entry_icm_confirm()
2149 hermon_index(index1, index2, rindx, icm_table, span_offset); in hermon_rsrc_hw_entry_icm_confirm()
2206 uint32_t span_offset; in hermon_rsrc_hw_entry_icm_free() local
2227 hermon_index(index1, index2, rindx, icm_table, span_offset); in hermon_rsrc_hw_entry_icm_free()
2249 span_remain = icm_table->span - span_offset; in hermon_rsrc_hw_entry_icm_free()
2289 hermon_index(index1, index2, rindx, icm_table, span_offset); in hermon_rsrc_hw_entry_icm_free()
H A Dhermon.c1182 uint32_t span_offset; in hermon_icm_num_to_hdl() local
1187 hermon_index(index1, index2, idx, icm, span_offset); in hermon_icm_num_to_hdl()
1200 return (p2[span_offset]); in hermon_icm_num_to_hdl()
1219 uint32_t span_offset; in hermon_icm_set_num_to_hdl() local
1223 hermon_index(index1, index2, idx, icm, span_offset); in hermon_icm_set_num_to_hdl()
1225 (icm->num_to_hdl[index1][index2][span_offset] == NULL)); in hermon_icm_set_num_to_hdl()
1226 icm->num_to_hdl[index1][index2][span_offset] = hdl; in hermon_icm_set_num_to_hdl()