Searched refs:tpid (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_getpid.c61 pid_t ppid, fpid, cpid, tpid, wpid; local
66 tpid = getpid();
76 if (tpid != ppid)
82 if (tpid == fpid)
108 pid_t pid, tpid; local
116 rv = pthread_create(&tid, NULL, threadfunc, &tpid);
122 if (pid != tpid)
/freebsd-12-stable/sys/dev/qlnx/qlnxe/
H A Decore_sp_commands.c373 p_ramrod->outer_tag_config.outer_tag.tpid = ETH_P_8021Q;
376 p_ramrod->outer_tag_config.outer_tag.tpid = ETH_P_8021AD;
444 "Setting event_ring_sb [id %04x index %02x], outer_tag.tpid [%d], outer_tag.tci [%d]\n",
445 sb, sb_index, p_ramrod->outer_tag_config.outer_tag.tpid,
H A Decore_hsi_common.h1783 __le16 tpid /* Tag Protocol Identifier */; member in struct:vlan_header
/freebsd-12-stable/sys/dev/bnxt/
H A Dbnxt.h422 uint16_t tpid; member in struct:bnxt_vlan_tag
H A Dbnxt_hwrm.c893 tags[i] = htole32((tag->tpid << 16) | tag->tag);
H A Dif_bnxt.c1564 new_tag->tpid = 8100;

Completed in 246 milliseconds