Searched refs:bth (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_wr.c | 1687 ib_bth_hdr_t *bth; in hermon_wqe_mlx_build() local 1787 bth = (ib_bth_hdr_t *)((uintptr_t)grh + sizeof (ib_grh_t)); in hermon_wqe_mlx_build() 1789 bth = (ib_bth_hdr_t *)((uintptr_t)lrh + sizeof (ib_lrh_hdr_t)); in hermon_wqe_mlx_build() 1800 HERMON_WQE_BUILD_MLX_BTH(state, bth, qp, wr); in hermon_wqe_mlx_build() 1805 deth = (ib_deth_hdr_t *)((uintptr_t)bth + sizeof (ib_bth_hdr_t)); in hermon_wqe_mlx_build()
|
/titanic_50/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_wr.c | 1440 ib_bth_hdr_t *bth; in tavor_wqe_mlx_build() local 1556 bth = (ib_bth_hdr_t *)((uintptr_t)grh + sizeof (ib_grh_t)); in tavor_wqe_mlx_build() 1558 bth = (ib_bth_hdr_t *)((uintptr_t)lrh + sizeof (ib_lrh_hdr_t)); in tavor_wqe_mlx_build() 1568 TAVOR_WQE_BUILD_MLX_BTH(state, bth, qp, wr); in tavor_wqe_mlx_build() 1573 deth = (ib_deth_hdr_t *)((uintptr_t)bth + sizeof (ib_bth_hdr_t)); in tavor_wqe_mlx_build()
|
/titanic_50/usr/src/uts/common/sys/ib/adapters/tavor/ |
H A D | tavor_hw.h | 2587 #define TAVOR_WQE_BUILD_MLX_BTH(state, bth, qp, wr) \ argument 2592 tmp = (uint32_t *)(bth); \
|
/titanic_50/usr/src/uts/common/sys/ib/adapters/hermon/ |
H A D | hermon_hw.h | 5013 #define HERMON_WQE_BUILD_MLX_BTH(state, bth, qp, wr) \ argument 5018 tmp = (uint32_t *)(bth); \
|