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

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_mr.c106 bind.bi_type = TAVOR_BINDHDL_VADDR;
150 bind.bi_type = TAVOR_BINDHDL_BUF;
743 bind.bi_type = TAVOR_BINDHDL_VADDR;
787 bind.bi_type = TAVOR_BINDHDL_BUF;
1314 bind->bi_type = TAVOR_BINDHDL_UBUF;
1346 bind->bi_type = bh->bi_type;
1457 bind->bi_type = bh->bi_type;
1468 if (bind->bi_type
[all...]
H A Dtavor_srq.c757 bind.bi_type = TAVOR_BINDHDL_VADDR;
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_mr.c118 bind.bi_type = HERMON_BINDHDL_VADDR;
153 bind.bi_type = HERMON_BINDHDL_BUF;
1091 bind.bi_type = HERMON_BINDHDL_VADDR;
1125 bind.bi_type = HERMON_BINDHDL_BUF;
1628 bind->bi_type = HERMON_BINDHDL_UBUF;
1657 bind->bi_type = bh->bi_type;
1795 bind->bi_type = bh->bi_type;
1806 if (bind->bi_type
[all...]
H A Dhermon_srq.c690 bind.bi_type = HERMON_BINDHDL_VADDR;
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_mr.h140 * different and that it indicated by the value in the "bi_type" field. The
141 * "bi_type" field may be set to either of the following defined values:
165 uint_t bi_type; member in struct:hermon_bind_info_s
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_mr.h190 * different and that it indicated by the value in the "bi_type" field. The
191 * "bi_type" field may be set to either of the following defined values:
215 uint_t bi_type; member in struct:tavor_bind_info_s
/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/lib/efcode/engine/
H A Ddebug.c47 int bi_type; member in struct:bitab
1169 bip->bi_type != BI_COLON) {
1226 if (bip->bi_type == BI_SEMI) {
1234 switch (bip->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)

Completed in 68 milliseconds