Home
last modified time | relevance | path

Searched refs:tpid (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_getpid.c61 pid_t ppid, fpid, cpid, tpid, wpid; in ATF_TC_BODY() local
66 tpid = getpid(); in ATF_TC_BODY()
76 if (tpid != ppid) in ATF_TC_BODY()
82 if (tpid == fpid) in ATF_TC_BODY()
108 pid_t pid, tpid; in ATF_TC_BODY() local
116 rv = pthread_create(&tid, NULL, threadfunc, &tpid); in ATF_TC_BODY()
122 if (pid != tpid) in ATF_TC_BODY()
/freebsd/tools/test/stress2/misc/
H A Dtruss2.sh52 truss -f -o /dev/null -p $rpid & tpid=$!
55 wait $tpid
H A Dumountf10.sh73 tpid=$!
83 kill $pid $pid2 $tpid
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_sp_commands.c371 p_ramrod->outer_tag_config.outer_tag.tpid = ETH_P_8021Q; in ecore_sp_pf_start()
374 p_ramrod->outer_tag_config.outer_tag.tpid = ETH_P_8021AD; in ecore_sp_pf_start()
443 sb, sb_index, p_ramrod->outer_tag_config.outer_tag.tpid, in ecore_sp_pf_start()
H A Decore_hsi_common.h1725 __le16 tpid /* Tag Protocol Identifier */; member
/freebsd/sys/dev/ice/
H A Dice_switch.h140 u16 tpid;
137 u16 tpid; global() member
H A Dvirtchnl.h962 u16 tpid; /* 0x8100, 0x88a8, etc. and only type(s) set in member
963 * filtering caps. Note that tpid here does not refer to
H A Dice_switch.c1303 vlan_tpid = f_info->l_data.vlan.tpid; in ice_fill_sw_rule()
3713 list_itr->fltr_info.l_data.vlan.tpid == 0) in ice_set_vlan_vsi_promisc()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dib_verbs.c4461 u16 tpid; in bnxt_re_is_nonzero_vlanid_pkt() local
4466 tpid = ((metadata & in bnxt_re_is_nonzero_vlanid_pkt()
4469 if (tpid == ETH_P_8021Q) { in bnxt_re_is_nonzero_vlanid_pkt()
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dhsi_struct_def.h16830 uint16_t tpid; member