Home
last modified time | relevance | path

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

/freebsd/sys/dev/irdma/
H A Dirdma_kcompat.c50 static u32 kc_rdma_calc_flow_label(u32 lqpn, u32 rqpn) { in kc_rdma_calc_flow_label() argument
51 u64 fl = (u64)lqpn * rqpn; in kc_rdma_calc_flow_label()
60 kc_rdma_get_udp_sport(u32 fl, u32 lqpn, u32 rqpn) in kc_rdma_get_udp_sport() argument
63 fl = kc_rdma_calc_flow_label(lqpn, rqpn); in kc_rdma_get_udp_sport()
H A Dfbsd_kcompat.h177 u16 kc_rdma_get_udp_sport(u32 fl, u32 lqpn, u32 rqpn);