Searched refs:ib_lrh_hdr_t (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/
H A Dib_pkt_hdrs.h44 } ib_lrh_hdr_t; typedef in typeref:struct:_ib_lrh_hdr_t
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_wr.c1685 ib_lrh_hdr_t *lrh;
1729 desc_sz = sizeof (ib_lrh_hdr_t) + sizeof (ib_bth_hdr_t) +
1765 lrh = (ib_lrh_hdr_t *)((uintptr_t)&ds[0] + 4);
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;
1496 desc_sz = sizeof (ib_lrh_hdr_t) + sizeof (ib_bth_hdr_t) +
1532 lrh = (ib_lrh_hdr_t *)((uintptr_t)&ds[0] + 4);
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));
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_hw.h2575 grh_tmp = (((pktlen) << 2) - (sizeof (ib_lrh_hdr_t) + \
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_hw.h5000 grh_tmp = (((pktlen) << 2) - (sizeof (ib_lrh_hdr_t) + \

Completed in 109 milliseconds