Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_mr.c106 bind.bi_type = TAVOR_BINDHDL_VADDR; in tavor_mr_register()
150 bind.bi_type = TAVOR_BINDHDL_BUF; in tavor_mr_register_buf()
743 bind.bi_type = TAVOR_BINDHDL_VADDR; in tavor_mr_reregister()
787 bind.bi_type = TAVOR_BINDHDL_BUF; in tavor_mr_reregister_buf()
1314 bind->bi_type = TAVOR_BINDHDL_UBUF; in tavor_mr_common_reg()
1346 bind->bi_type = bh->bi_type; in tavor_mr_common_reg()
1457 bind->bi_type = bh->bi_type; in tavor_mr_common_reg()
1468 if (bind->bi_type == TAVOR_BINDHDL_UBUF) { in tavor_mr_common_reg()
1471 bind->bi_type = TAVOR_BINDHDL_NONE; in tavor_mr_common_reg()
2534 ASSERT(bind->bi_type == TAVOR_BINDHDL_VADDR || in tavor_mr_mem_bind()
[all …]
H A Dtavor_srq.c757 bind.bi_type = TAVOR_BINDHDL_VADDR; in tavor_srq_modify()
/titanic_41/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()
1806 if (bind->bi_type == HERMON_BINDHDL_UBUF) { in hermon_mr_common_reg()
1809 bind->bi_type = HERMON_BINDHDL_NONE; in hermon_mr_common_reg()
2064 mr->mr_bindinfo.bi_type = HERMON_BINDHDL_LKEY; in hermon_mr_alloc_lkey()
[all …]
H A Dhermon_srq.c690 bind.bi_type = HERMON_BINDHDL_VADDR; in hermon_srq_modify()
/titanic_41/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_mr.h215 uint_t bi_type; member
/titanic_41/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_mr.h165 uint_t bi_type; member
/titanic_41/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,
/titanic_41/usr/src/lib/efcode/engine/
H A Ddebug.c47 int bi_type; member
1169 bip->bi_type != BI_COLON) { in paren_see()
1226 if (bip->bi_type == BI_SEMI) { in paren_see()
1234 switch (bip->bi_type) { in paren_see()
/titanic_41/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()