Home
last modified time | relevance | path

Searched refs:bi_type (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_mr.c104 bind.bi_type = TAVOR_BINDHDL_VADDR; in tavor_mr_register()
139 bind.bi_type = TAVOR_BINDHDL_BUF; in tavor_mr_register_buf()
679 bind.bi_type = TAVOR_BINDHDL_VADDR; in tavor_mr_reregister()
714 bind.bi_type = TAVOR_BINDHDL_BUF; in tavor_mr_reregister_buf()
1172 bind->bi_type = TAVOR_BINDHDL_UBUF; in tavor_mr_common_reg()
1200 bind->bi_type = bh->bi_type; in tavor_mr_common_reg()
1303 bind->bi_type = bh->bi_type; in tavor_mr_common_reg()
1317 bind->bi_type = TAVOR_BINDHDL_NONE; in tavor_mr_common_reg()
2312 bind->bi_type == TAVOR_BINDHDL_BUF || in tavor_mr_mem_bind()
2313 bind->bi_type == TAVOR_BINDHDL_UBUF); in tavor_mr_mem_bind()
[all …]
H A Dtavor_srq.c700 bind.bi_type = TAVOR_BINDHDL_VADDR; in tavor_srq_modify()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_mr.c118 bind.bi_type = HERMON_BINDHDL_VADDR; in hermon_mr_register()
153 bind.bi_type = HERMON_BINDHDL_BUF; in hermon_mr_register_buf()
1091 bind.bi_type = HERMON_BINDHDL_VADDR; in hermon_mr_reregister()
1125 bind.bi_type = HERMON_BINDHDL_BUF; in hermon_mr_reregister_buf()
1628 bind->bi_type = HERMON_BINDHDL_UBUF; in hermon_mr_common_reg()
1657 bind->bi_type = bh->bi_type; in hermon_mr_common_reg()
1795 bind->bi_type = bh->bi_type; in hermon_mr_common_reg()
1809 bind->bi_type = HERMON_BINDHDL_NONE; in hermon_mr_common_reg()
3105 bind->bi_type == HERMON_BINDHDL_BUF || in hermon_mr_mem_bind()
3197 if (bind->bi_type == HERMON_BINDHDL_LKEY) in hermon_mr_mem_unbind()
[all …]
H A Dhermon_srq.c690 bind.bi_type = HERMON_BINDHDL_VADDR; in hermon_srq_modify()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_mr.h215 uint_t bi_type; member
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_mr.h165 uint_t bi_type; member
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_inode.h592 enum bi_type { BI_NORMAL, BI_ALLOC_ONLY, BI_FALLOCATE }; enum
886 extern int bmap_write(struct inode *, u_offset_t, int, enum bi_type,
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_bmap.c309 enum bi_type alloc_type, daddr_t *allocblk, struct cred *cr) in bmap_write()