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

/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_chan.c1220 uint32_t ver_tc_flow; local
1244 ver_tc_flow = b2h32(grh->IPVer_TC_Flow);
1245 adds_vect.av_flow = ver_tc_flow & IB_GRH_FLOW_LABEL_MASK;
1246 adds_vect.av_tclass = (ver_tc_flow & IB_GRH_TCLASS_MASK) >> 20;

Completed in 61 milliseconds