Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fwflash/plugins/hdrs/
H A DMELLANOX.h51 #define MLX_VPR_REVLEN 21 /* "%04x.%04x.%04x: %04x" + '\0' */ macro
/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/
H A Dhermon.c860 ((thisdev->ident->revid = calloc(1, MLX_VPR_REVLEN + 1)) == NULL)) { in cnx_identify()
872 snprintf(thisdev->ident->revid, MLX_VPR_REVLEN, "%d.%d.%03d", in cnx_identify()
H A Dtavor.c946 ((thisdev->ident->revid = calloc(1, MLX_VPR_REVLEN + 1)) == NULL)) { in tavor_identify()
966 snprintf(thisdev->ident->revid, MLX_VPR_REVLEN, "%d.%d.%03d", in tavor_identify()