Searched defs:h_ma_list_hdl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ci.c2048 ddi_dma_handle_t h_ma_list_hdl; member in struct:ibc_ma_s
2250 callback, NULL, &ma_hdl->h_ma_list_hdl);
2261 status = ddi_dma_mem_alloc(ma_hdl->h_ma_list_hdl, (list_len + 1 +
2271 status = ddi_dma_addr_bind_handle(ma_hdl->h_ma_list_hdl, NULL,
2307 khdl = ma_hdl->h_ma_list_hdl;
2365 status = ddi_dma_unbind_handle(ma_hdl->h_ma_list_hdl);
2371 ddi_dma_free_handle(&ma_hdl->h_ma_list_hdl);
2396 if (ma_hdl->h_ma_list_hdl != NULL) {
2397 status = ddi_dma_unbind_handle(ma_hdl->h_ma_list_hdl);
2401 ddi_dma_free_handle(&ma_hdl->h_ma_list_hdl);
[all...]

Completed in 75 milliseconds