Searched refs:in_type (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | test.c | 738 enum tb_port_type in_type; member 757 .in_type = TB_TYPE_PCIE_DOWN, in tb_test_path_not_bonded_lane0() 764 .in_type = TB_TYPE_PORT, in tb_test_path_not_bonded_lane0() 792 test_data[i].in_type); in tb_test_path_not_bonded_lane0() 819 .in_type = TB_TYPE_DP_HDMI_IN, in tb_test_path_not_bonded_lane1() 826 .in_type = TB_TYPE_PORT, in tb_test_path_not_bonded_lane1() 854 test_data[i].in_type); in tb_test_path_not_bonded_lane1() 883 .in_type = TB_TYPE_DP_HDMI_IN, in tb_test_path_not_bonded_lane1_chain() 890 .in_type = TB_TYPE_PORT, in tb_test_path_not_bonded_lane1_chain() 897 .in_type in tb_test_path_not_bonded_lane1_chain() [all...] |
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | test.c | 865 enum tb_port_type in_type; member 884 .in_type = TB_TYPE_PCIE_DOWN, in tb_test_path_not_bonded_lane0() 891 .in_type = TB_TYPE_PORT, in tb_test_path_not_bonded_lane0() 919 test_data[i].in_type); in tb_test_path_not_bonded_lane0() 946 .in_type = TB_TYPE_DP_HDMI_IN, in tb_test_path_not_bonded_lane1() 953 .in_type = TB_TYPE_PORT, in tb_test_path_not_bonded_lane1() 981 test_data[i].in_type); in tb_test_path_not_bonded_lane1() 1010 .in_type = TB_TYPE_DP_HDMI_IN, in tb_test_path_not_bonded_lane1_chain() 1017 .in_type = TB_TYPE_PORT, in tb_test_path_not_bonded_lane1_chain() 1024 .in_type in tb_test_path_not_bonded_lane1_chain() [all...] |
/kernel/linux/linux-5.10/net/bridge/ |
H A D | br_mrp.c | 1068 u8 in_type = br_mrp_get_frame_type(skb); in br_mrp_rcv() local 1078 in_type == BR_MRP_TLV_HEADER_IN_TEST) in br_mrp_rcv() 1102 if (in_type == BR_MRP_TLV_HEADER_IN_TEST) { in br_mrp_rcv() 1135 if (in_type == BR_MRP_TLV_HEADER_IN_TEST) in br_mrp_rcv() 1142 (in_type == BR_MRP_TLV_HEADER_IN_LINK_UP || in br_mrp_rcv() 1143 in_type == BR_MRP_TLV_HEADER_IN_LINK_DOWN)) in br_mrp_rcv() 1149 if (in_type == BR_MRP_TLV_HEADER_IN_TOPO) { in br_mrp_rcv()
|
/kernel/linux/linux-6.6/net/bridge/ |
H A D | br_mrp.c | 1127 u8 in_type = br_mrp_get_frame_type(skb); in br_mrp_rcv() local 1137 in_type == BR_MRP_TLV_HEADER_IN_TEST) in br_mrp_rcv() 1161 if (in_type == BR_MRP_TLV_HEADER_IN_TEST) { in br_mrp_rcv() 1194 if (in_type == BR_MRP_TLV_HEADER_IN_TEST) in br_mrp_rcv() 1201 (in_type == BR_MRP_TLV_HEADER_IN_LINK_UP || in br_mrp_rcv() 1202 in_type == BR_MRP_TLV_HEADER_IN_LINK_DOWN)) in br_mrp_rcv() 1211 in_type == BR_MRP_TLV_HEADER_IN_LINK_STATUS) { in br_mrp_rcv() 1219 if (in_type == BR_MRP_TLV_HEADER_IN_TOPO) { in br_mrp_rcv()
|
Completed in 8 milliseconds