Searched refs:icm_dma (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon.h899 ASSERT((icm_table)->icm_dma[split_index] == NULL); \
900 (icm_table)->icm_dma[split_index] = \
910 dma_info = (icm_table)->icm_dma[split_index]
920 * in the icm_dma array, and can later be looked up by using the bitmap index.
935 uint32_t num_spans; /* #dmainfos in icm_dma */
944 hermon_dma_info_t *icm_dma[HERMON_ICM_SPLIT]; member in struct:hermon_icm_table_s
950 * index1 - icm_bitmap[HERMON_ICM_SPLIT], icm_dma[HERMON_ICM_SPLIT]
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_mr.c626 dma_info = icm_table->icm_dma[index1] + index2;
3280 dma_info = icm_table->icm_dma[index1] + index2;
3314 dma_info = icm_table->icm_dma[index1] + index2;
3376 dma_info = icm_table->icm_dma[index1] + index2;
3388 dma_info = icm_table->icm_dma[index1] + index2;
H A Dhermon.c1125 ASSERT(icm->icm_dma[index1][index2].icm_refcnt == 0);
1132 dma_info = icm->icm_dma[index1] + index2;
3332 if (icm[i].icm_dma[j])
3334 kmem_free(icm[i].icm_dma[j],
3434 dma_info = icm->icm_dma[index1];
H A Dhermon_rsrc.c2162 icm_table->icm_dma[index1][index2].icm_refcnt);
2270 icm_table->icm_dma[index1][index2].icm_refcnt, num);

Completed in 116 milliseconds