Searched refs:bind_dmahdl (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_mr.c | 1024 ddi_dma_handle_t bind_dmahdl; in tavor_mr_common_reg() local 1042 bind_dmahdl = NULL; in tavor_mr_common_reg() 1046 bind_dmahdl = op->mro_bind_dmahdl; in tavor_mr_common_reg() 1193 status = tavor_mr_mtt_bind(state, bh, bind_dmahdl, &mtt, in tavor_mr_common_reg() 1510 ddi_dma_handle_t bind_dmahdl, tavor_rsrc_t **mtt, uint_t *mtt_pgsize_bits) in tavor_mr_mtt_bind() argument 1538 status = tavor_mr_mem_bind(state, bind, bind_dmahdl, sleep); in tavor_mr_mtt_bind()
|
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/ |
H A D | tavor_mr.h | 317 ddi_dma_handle_t bind_dmahdl, tavor_rsrc_t **mtt, uint_t *mtt_pgsz_bits);
|
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/ |
H A D | hermon_mr.h | 300 ddi_dma_handle_t bind_dmahdl, hermon_rsrc_t **mtt, uint_t *mtt_pgsz_bits,
|
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_mr.c | 1479 ddi_dma_handle_t bind_dmahdl; in hermon_mr_common_reg() local 1497 bind_dmahdl = NULL; in hermon_mr_common_reg() 1501 bind_dmahdl = op->mro_bind_dmahdl; in hermon_mr_common_reg() 1650 status = hermon_mr_mtt_bind(state, bh, bind_dmahdl, &mtt, in hermon_mr_common_reg() 2267 ddi_dma_handle_t bind_dmahdl, hermon_rsrc_t **mtt, uint_t *mtt_pgsize_bits, in hermon_mr_mtt_bind() argument 2298 status = hermon_mr_mem_bind(state, bind, bind_dmahdl, sleep, is_buffer); in hermon_mr_mtt_bind()
|