Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon.h890 #define hermon_bitmap(bitmap, dma_info, icm_table, split_index, num_to_hdl) \ argument
902 if (num_to_hdl) { \
903 ASSERT((icm_table)->num_to_hdl[split_index] == NULL); \
904 (icm_table)->num_to_hdl[split_index] = \
944 void ***num_to_hdl[HERMON_ICM_SPLIT]; /* qp/cq/srq */ member
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_rsrc.c120 uint_t num, hermon_rsrc_t *hdl, int num_to_hdl);
122 hermon_rsrc_t *hdl, int num_to_hdl);
1933 int num_to_hdl; in hermon_rsrc_hw_entry_alloc() local
1936 num_to_hdl = (rsrc_type == HERMON_QPC || in hermon_rsrc_hw_entry_alloc()
1941 num_to_hdl); in hermon_rsrc_hw_entry_alloc()
2023 int num_to_hdl; in hermon_rsrc_hw_entry_free() local
2026 num_to_hdl = (rsrc_type == HERMON_QPC || in hermon_rsrc_hw_entry_free()
2031 num_to_hdl); in hermon_rsrc_hw_entry_free()
2044 hermon_rsrc_t *hdl, int num_to_hdl) in hermon_rsrc_hw_entry_icm_confirm() argument
2084 hermon_bitmap(bitmap, dma_info, icm_table, index1, num_to_hdl); in hermon_rsrc_hw_entry_icm_confirm()
[all …]
H A Dhermon.c991 int num_to_hdl = 0; in hermon_icm_alloc() local
1024 num_to_hdl = 1; in hermon_icm_alloc()
1031 num_to_hdl = 1; in hermon_icm_alloc()
1038 num_to_hdl = 1; in hermon_icm_alloc()
1049 hermon_bitmap(bitmap, dma_info, icm, index1, num_to_hdl); in hermon_icm_alloc()
1060 if (num_to_hdl) in hermon_icm_alloc()
1061 icm->num_to_hdl[index1][index2] = in hermon_icm_alloc()
1188 p1 = icm->num_to_hdl[index1]; in hermon_icm_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()