Searched refs:tpid (Results 1 – 10 of 10) sorted by relevance
/freebsd/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()
|
/freebsd/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
|
/freebsd/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
|
/freebsd/sys/dev/ice/ |
H A D | ice_switch.h | 140 u16 tpid; 137 u16 tpid; global() member
|
H A D | virtchnl.h | 962 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 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()
|
/freebsd/sys/dev/bnxt/bnxt_re/ |
H A D | ib_verbs.c | 4461 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 D | hsi_struct_def.h | 16830 uint16_t tpid; member
|