Searched refs:hermon_dma_info_t (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_typedef.h53 typedef struct hermon_dma_info_s hermon_dma_info_t; typedef in typeref:struct:hermon_dma_info_s
H A Dhermon.h292 * The hermon_dma_info_t structure is used to store information related to
370 hermon_dma_info_t hs_icma_dma;
371 hermon_dma_info_t hs_fw_dma;
901 kmem_zalloc(num_spans * sizeof (hermon_dma_info_t), \
914 * holds an array of hermon_dma_info_t's related to its backing memory. Each
918 * has memory backing it or not, and an array of hermon_dma_info_t's to house
944 hermon_dma_info_t *icm_dma[HERMON_ICM_SPLIT];
960 int hermon_dma_alloc(hermon_state_t *state, hermon_dma_info_t *dma_info,
963 void hermon_dma_free(hermon_dma_info_t *info);
H A Dhermon_cmd.h695 int hermon_map_cmd_post(hermon_state_t *state, hermon_dma_info_t *dinfo,
704 hermon_dma_info_t *dma_info);
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon.c872 hermon_dma_alloc(hermon_state_t *state, hermon_dma_info_t *dma_info,
959 hermon_dma_free(hermon_dma_info_t *info)
988 hermon_dma_info_t *dma_info;
1121 hermon_dma_info_t *dma_info;
3335 nspans * sizeof (hermon_dma_info_t));
3426 hermon_dma_info_t *dma_info;
H A Dhermon_mr.c456 hermon_dma_info_t *dma_info;
3244 hermon_dma_info_t *dma_info;
3366 hermon_dma_info_t *dma_info;
H A Dhermon_rsrc.c2049 hermon_dma_info_t *dma_info;
2204 hermon_dma_info_t *dma_info;
H A Dhermon_cmd.c1593 hermon_map_cmd_post(hermon_state_t *state, hermon_dma_info_t *dma,
1884 hermon_unmap_icm_cmd_post(hermon_state_t *state, hermon_dma_info_t *dma_info)
1893 * hermon_dma_info_t was passed, we want to unmap a set

Completed in 323 milliseconds