Home
last modified time | relevance | path

Searched refs:bind_flags (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_hw.h496 ibt_bind_flags_t bind_flags; \
499 bind_flags = (wr_bind)->bind_flags; \
500 bn0_tmp = (bind_flags & IBT_WR_BIND_ATOMIC) ? \
502 bn0_tmp |= (bind_flags & IBT_WR_BIND_WRITE) ? \
504 bn0_tmp |= (bind_flags & IBT_WR_BIND_READ) ? \
H A Ddapl_tavor_ibtf_util.c1147 wrbind.bind_flags = (ibt_bind_flags_t) in dapls_ib_mw_bind()
1151 wrbind.bind_flags = (ibt_bind_flags_t)NULL; in dapls_ib_mw_bind()
1180 rmr, wre.wr_flags, wrbind.bind_rkey, wrbind.bind_flags, in dapls_ib_mw_bind()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_hw.h2441 ibt_bind_flags_t bind_flags; \
2444 bind_flags = (wr_bind)->bind_flags; \
2445 bn0_tmp = (bind_flags & IBT_WR_BIND_ATOMIC) ? \
2447 bn0_tmp |= (bind_flags & IBT_WR_BIND_WRITE) ? \
2449 bn0_tmp |= (bind_flags & IBT_WR_BIND_READ) ? \
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_wr.c2111 ibt_bind_flags_t bind_flags; in hermon_wr_bind_check() local
2187 bind_flags = wr->wr.rc.rcwr.bind->bind_flags; in hermon_wr_bind_check()
2188 if (((bind_flags & IBT_WR_BIND_WRITE) || in hermon_wr_bind_check()
2189 (bind_flags & IBT_WR_BIND_ATOMIC)) && in hermon_wr_bind_check()
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_wr.c2071 ibt_bind_flags_t bind_flags; in tavor_wr_bind_check() local
2147 bind_flags = wr->wr.rc.rcwr.bind->bind_flags; in tavor_wr_bind_check()
2148 if (((bind_flags & IBT_WR_BIND_WRITE) || in tavor_wr_bind_check()
2149 (bind_flags & IBT_WR_BIND_ATOMIC)) && in tavor_wr_bind_check()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_hw.h4816 ibt_bind_flags_t bind_flags; \
4819 bind_flags = (wr_bind)->bind_flags; \
4820 bn0_tmp = (bind_flags & IBT_WR_BIND_ATOMIC) ? \
4822 bn0_tmp |= (bind_flags & IBT_WR_BIND_WRITE) ? \
4824 bn0_tmp |= (bind_flags & IBT_WR_BIND_READ) ? \
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge_var.h496 uint_t alloc_flags, int bind_flags, struct myri10ge_dma_stuff *dma,
H A Dmyri10ge.c210 uint_t alloc_flags, int bind_flags, struct myri10ge_dma_stuff *dma, in myri10ge_dma_alloc() argument
239 bind_flags, wait, NULL, &cookie, &count); in myri10ge_dma_alloc()
275 bind_flags, (void*) dma); in myri10ge_dma_alloc()
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibtl_types.h1342 ibt_bind_flags_t bind_flags; member
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_main.c326 uint_t bind_flags, dma_area_t *dma_p) in ath_alloc_dma_mem() argument
351 dma_p->mem_va, dma_p->alength, bind_flags, in ath_alloc_dma_mem()
/illumos-gate/usr/src/uts/common/io/ral/
H A Drt2560.c518 size_t size, uint_t alloc_flags, uint_t bind_flags) in ral_dma_region_alloc() argument
536 bind_flags, DDI_DMA_SLEEP, NULL, &dr->dr_cookie, &dr->dr_ccnt); in ral_dma_region_alloc()
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_main.c288 uint_t bind_flags, dma_area_t *dma_p) in arn_alloc_dma_mem() argument
313 dma_p->mem_va, dma_p->alength, bind_flags, in arn_alloc_dma_mem()
/illumos-gate/usr/src/uts/common/io/rwd/
H A Drt2661.c534 uint_t bind_flags, struct dma_area *dma_p) in rt2661_alloc_dma_mem() argument
565 dma_p->mem_va, dma_p->alength, bind_flags, in rt2661_alloc_dma_mem()
/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtw.c1101 uint_t bind_flags, dma_area_t *dma_p) in rtw_alloc_dma_mem() argument
1126 dma_p->mem_va, dma_p->alength, bind_flags, in rtw_alloc_dma_mem()
/illumos-gate/usr/src/uts/common/io/rwn/
H A Drt2860.c677 uint_t bind_flags, struct dma_area *dma_p) in rt2860_alloc_dma_mem() argument
708 dma_p->mem_va, dma_p->alength, bind_flags, in rt2860_alloc_dma_mem()
/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl.c353 uint_t bind_flags, struct dma_area *dma_p) in mwl_alloc_dma_mem() argument
384 dma_p->mem_va, dma_p->alength, bind_flags, in mwl_alloc_dma_mem()