Home
last modified time | relevance | path

Searched refs:flow_class (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/infiniband/core/
Dverbs.c189 u32 flow_class; in ib_init_ah_from_wc() local
209 flow_class = be32_to_cpu(grh->version_tclass_flow); in ib_init_ah_from_wc()
210 ah_attr->grh.flow_label = flow_class & 0xFFFFF; in ib_init_ah_from_wc()
212 ah_attr->grh.traffic_class = (flow_class >> 20) & 0xFF; in ib_init_ah_from_wc()