Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/infiniband-diags/src/
H A Dsmpquery.c334 int type, enhsp0, lowcap, highcap; in vlarb_table() local
367 mad_decode_field(data, IB_PORT_VL_ARBITRATION_HIGH_CAP_F, &highcap); in vlarb_table()
370 portid2str(dest), portnum, lowcap, highcap); in vlarb_table()
375 if (!ret && highcap > 0) in vlarb_table()
376 ret = vlarb_dump_table(dest, portnum, "High", 3, highcap); in vlarb_table()