Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/librdmacm/
H A Dcma.c686 uint32_t fl_hop; in ucma_convert_path() local
694 fl_hop = be32toh(path_data->path.flowlabel_hoplimit); in ucma_convert_path()
695 sa_path->flow_label = htobe32(fl_hop >> 8); in ucma_convert_path()
696 sa_path->hop_limit = (uint8_t) fl_hop; in ucma_convert_path()
H A Drsocket.c3548 uint32_t fl_hop; in rs_convert_sa_path() local
3555 fl_hop = be32toh(sa_path->flow_label) << 8; in rs_convert_sa_path()
3556 path_data->path.flowlabel_hoplimit = htobe32(fl_hop | sa_path->hop_limit); in rs_convert_sa_path()