Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/hw/mlx5/
Dah.c43 (ah_attr->grh.flow_label & IB_GRH_FLOWLABEL_MASK)) in mlx5_ah_get_udp_sport()
/linux-6.1.9/include/rdma/
Dib_verbs.h4730 #define IB_GRH_FLOWLABEL_MASK (0x000FFFFF) macro
4770 return (u32)(v & IB_GRH_FLOWLABEL_MASK); in rdma_calc_flow_label()
/linux-6.1.9/drivers/infiniband/core/
Dcma.c3228 fl = be32_to_cpu(addr6->sin6_flowinfo) & IB_GRH_FLOWLABEL_MASK; in cma_get_roce_udp_flow_label()
3233 fl = hash & IB_GRH_FLOWLABEL_MASK; in cma_get_roce_udp_flow_label()