Searched refs:link_roundtrip_latency (Results 1 – 3 of 3) sorted by relevance
119 u8 link_roundtrip_latency[3]; member
334 pip->link_roundtrip_latency[0] = v >> 16; in recv_subn_get_portinfo()335 pip->link_roundtrip_latency[1] = v >> 8; in recv_subn_get_portinfo()336 pip->link_roundtrip_latency[2] = v; in recv_subn_get_portinfo()
562 pip->link_roundtrip_latency[0] = v >> 16; in subn_get_portinfo()563 pip->link_roundtrip_latency[1] = v >> 8; in subn_get_portinfo()564 pip->link_roundtrip_latency[2] = v; in subn_get_portinfo()