Searched refs:vpd_str_id (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor.c3038 int vpd_str_id = 0; local
3079 if (vpd.vpd_char[vpd_str_id] == 0x82) {
3081 name_length = (uint8_t)vpd.vpd_char[vpd_str_id + 1];
3087 (void) memcpy(state->ts_hca_name, &vpd.vpd_char[vpd_str_id + 3],
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon.c4226 int vpd_str_id = 0; local
4265 if (vpd.vpd_char[vpd_str_id] == 0x82) {
4267 name_length = (uint8_t)vpd.vpd_char[vpd_str_id + 1];
4273 (void) memcpy(state->hs_hca_name, &vpd.vpd_char[vpd_str_id + 3],

Completed in 71 milliseconds