HomeSort by relevance Sort by last modified time
    Searched defs:encap (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/cmd/fwflash/plugins/vendor/
tavor-MELLANOX.c 68 struct ib_encap_ident *encap; local
80 encap = (struct ib_encap_ident *)devicenode->ident->encap_ident;
100 if (sector_sz != encap->sector_sz) {
105 "device's 0x%X file 0x%X\n"), encap->sector_sz, sector_sz);
161 (encap->info.mlx_psid != NULL) ? encap->info.mlx_psid : "(null)");
163 if (encap->info.mlx_psid != NULL) {
165 if (strncmp(encap->info.mlx_psid, temppsid, 16) != 0) {
174 encap->info.mlx_psid);
192 encap->info.mlx_psid
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fwflash/plugins/transport/common/
tavor.c 751 struct ib_encap_ident *encap; local
754 encap = (struct ib_encap_ident *)thisdev->ident->encap_ident;
775 if (encap->pn_len != 0) {
781 encap->info.mlx_pn,
782 encap->info.mlx_psid);
    [all...]
hermon.c 398 ib_cnx_encap_ident_t *encap; local
402 encap = (ib_cnx_encap_ident_t *)thisdev->ident->encap_ident;
403 if (CNX_I_CHECK_HANDLE(encap)) {
429 if (encap->pn_len != 0) {
430 if (strlen(encap->info.mlx_id))
432 encap->info.mlx_pn, encap->info.mlx_id);
435 encap->info.mlx_pn);
437 if (strlen(encap->info.mlx_psid))
439 encap->info.mlx_psid)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop.c 71 static char *encap; variable
149 encap = output_area;
554 #define ENCAP_LEN 16 /* Hold "(NN encap)" */
629 (void) sprintf(encap, " (%d encap)", total_encap_levels - 1);
632 encap);
946 encap[0] = '\0';

Completed in 420 milliseconds