Searched defs:lrh (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_wr.c1685 ib_lrh_hdr_t *lrh; local
1765 lrh = (ib_lrh_hdr_t *)((uintptr_t)&ds[0] + 4);
1767 HERMON_WQE_BUILD_MLX_LRH(lrh, qp, udav, pktlen);
1784 grh = (ib_grh_t *)((uintptr_t)lrh + sizeof (ib_lrh_hdr_t));
1789 bth = (ib_bth_hdr_t *)((uintptr_t)lrh + sizeof (ib_lrh_hdr_t));
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_wr.c1438 ib_lrh_hdr_t *lrh; local
1532 lrh = (ib_lrh_hdr_t *)((uintptr_t)&ds[0] + 4);
1534 TAVOR_WQE_BUILD_MLX_LRH(lrh, qp, udav, pktlen);
1553 grh = (ib_grh_t *)((uintptr_t)lrh + sizeof (ib_lrh_hdr_t));
1558 bth = (ib_bth_hdr_t *)((uintptr_t)lrh + sizeof (ib_lrh_hdr_t));

Completed in 53 milliseconds