Searched refs:tpid (Results 1 – 11 of 11) sorted by relevance
| /src/contrib/netbsd-tests/lib/libc/sys/ |
| H A D | t_getpid.c | 61 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()
|
| /src/tools/test/stress2/misc/ |
| H A D | truss2.sh | 52 truss -f -o /dev/null -p $rpid & tpid=$! 55 wait $tpid
|
| H A D | umountf10.sh | 73 tpid=$! 83 kill $pid $pid2 $tpid
|
| /src/sys/dev/qlnx/qlnxe/ |
| H A D | ecore_sp_commands.c | 371 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 D | ecore_hsi_common.h | 1725 __le16 tpid /* Tag Protocol Identifier */; member
|
| /src/sys/dev/ice/ |
| H A D | ice_switch.h | 140 u16 tpid; member
|
| H A D | virtchnl.h | 962 u16 tpid; /* 0x8100, 0x88a8, etc. and only type(s) set in member
|
| H A D | ice_switch.c | 1303 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()
|
| /src/sys/dev/enetc/ |
| H A D | enetc_hw.h | 364 uint16_t tpid; member
|
| /src/sys/dev/bnxt/bnxt_re/ |
| H A D | ib_verbs.c | 4541 u16 tpid; in bnxt_re_is_nonzero_vlanid_pkt() local 4546 tpid = ((metadata & in bnxt_re_is_nonzero_vlanid_pkt() 4549 if (tpid == ETH_P_8021Q) { in bnxt_re_is_nonzero_vlanid_pkt()
|
| /src/sys/dev/bnxt/bnxt_en/ |
| H A D | hsi_struct_def.h | 17203 uint16_t tpid; member
|