Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dah.c43 (ah_attr->grh.flow_label & IB_GRH_FLOWLABEL_MASK)) in mlx5_ah_get_udp_sport()
/openbmc/linux/include/rdma/
H A Dib_verbs.h4776 #define IB_GRH_FLOWLABEL_MASK (0x000FFFFF) macro
4816 return (u32)(v & IB_GRH_FLOWLABEL_MASK); in rdma_calc_flow_label()
/openbmc/linux/drivers/infiniband/core/
H A Dcma.c3260 fl = be32_to_cpu(addr6->sin6_flowinfo) & IB_GRH_FLOWLABEL_MASK; in cma_get_roce_udp_flow_label()
3265 fl = hash & IB_GRH_FLOWLABEL_MASK; in cma_get_roce_udp_flow_label()