Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fwflash/plugins/hdrs/
H A DMELLANOX.h50 #define MLX_VPR_VIDLEN 9 /* "MELLANOX" + '\0' */ macro
/titanic_50/usr/src/cmd/fwflash/plugins/transport/common/
H A Dtavor.c945 if (((thisdev->ident->vid = calloc(1, MLX_VPR_VIDLEN + 1)) == NULL) || in tavor_identify()
959 (void) strlcpy(thisdev->ident->vid, "MELLANOX", MLX_VPR_VIDLEN); in tavor_identify()
H A Dhermon.c859 if (((thisdev->ident->vid = calloc(1, MLX_VPR_VIDLEN + 1)) == NULL) || in cnx_identify()
865 (void) strlcpy(thisdev->ident->vid, "MELLANOX", MLX_VPR_VIDLEN); in cnx_identify()