Searched refs:bth (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_wr.c1687 ib_bth_hdr_t *bth; local
1787 bth = (ib_bth_hdr_t *)((uintptr_t)grh + sizeof (ib_grh_t));
1789 bth = (ib_bth_hdr_t *)((uintptr_t)lrh + sizeof (ib_lrh_hdr_t));
1800 HERMON_WQE_BUILD_MLX_BTH(state, bth, qp, wr);
1805 deth = (ib_deth_hdr_t *)((uintptr_t)bth + sizeof (ib_bth_hdr_t));
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_wr.c1440 ib_bth_hdr_t *bth; local
1556 bth = (ib_bth_hdr_t *)((uintptr_t)grh + sizeof (ib_grh_t));
1558 bth = (ib_bth_hdr_t *)((uintptr_t)lrh + sizeof (ib_lrh_hdr_t));
1568 TAVOR_WQE_BUILD_MLX_BTH(state, bth, qp, wr);
1573 deth = (ib_deth_hdr_t *)((uintptr_t)bth + sizeof (ib_bth_hdr_t));
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_hw.h2587 #define TAVOR_WQE_BUILD_MLX_BTH(state, bth, qp, wr) \
2592 tmp = (uint32_t *)(bth); \
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_hw.h5013 #define HERMON_WQE_BUILD_MLX_BTH(state, bth, qp, wr) \
5018 tmp = (uint32_t *)(bth); \

Completed in 86 milliseconds