Home
last modified time | relevance | path

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

/freebsd/sys/dev/irdma/
H A Dirdma_kcompat.c41 u32 fl_high = fl & 0xFC000; in kc_rdma_flow_label_to_udp_sport() local
43 fl_low ^= fl_high >> 14; in kc_rdma_flow_label_to_udp_sport()
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h4198 u32 fl_low = fl & 0x03fff, fl_high = fl & 0xFC000; in rdma_flow_label_to_udp_sport() local
4200 fl_low ^= fl_high >> 14; in rdma_flow_label_to_udp_sport()