Home
last modified time | relevance | path

Searched refs:lowcap (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
366 mad_decode_field(data, IB_PORT_VL_ARBITRATION_LOW_CAP_F, &lowcap); in vlarb_table()
370 portid2str(dest), portnum, lowcap, highcap); in vlarb_table()
372 if (lowcap > 0) in vlarb_table()
373 ret = vlarb_dump_table(dest, portnum, "Low", 1, lowcap); in vlarb_table()