/openbmc/linux/drivers/net/dsa/microchip/ |
H A D | ksz_common.c | 2597 enum dsa_tag_protocol proto = DSA_TAG_PROTO_NONE; in ksz_get_tag_protocol() local 2602 proto = DSA_TAG_PROTO_KSZ8795; in ksz_get_tag_protocol() 2608 proto = DSA_TAG_PROTO_KSZ9893; in ksz_get_tag_protocol() 2614 proto = DSA_TAG_PROTO_KSZ9477; in ksz_get_tag_protocol() 2617 proto = DSA_TAG_PROTO_LAN937X_VALUE; in ksz_get_tag_protocol() 2619 return proto; in ksz_get_tag_protocol() 2623 enum dsa_tag_protocol proto) in ksz_connect_tag_protocol() argument 2627 switch (proto) { in ksz_connect_tag_protocol()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_acl.c | 474 u32 action, u16 vid, u16 proto, u8 prio, in mlxsw_sp_acl_rulei_act_vlan() argument 480 switch (proto) { in mlxsw_sp_acl_rulei_act_vlan() 490 proto); in mlxsw_sp_acl_rulei_act_vlan()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_ethtool.c | 725 int proto; in ptys2ethtool_supported_link() local 728 for_each_set_bit(proto, &proto_cap, max_size) in ptys2ethtool_supported_link() 730 table[proto].supported, in ptys2ethtool_supported_link() 740 int proto; in ptys2ethtool_adver_link() local 746 for_each_set_bit(proto, &proto_cap, max_size) in ptys2ethtool_adver_link() 748 table[proto].advertised, in ptys2ethtool_adver_link()
|
/openbmc/linux/drivers/net/ethernet/wangxun/libwx/ |
H A D | wx_type.h | 530 #define WX_PTT(mac, ip, etype, eip, proto, layer)\ argument 536 WX_DEC_PTYPE_PROT_##proto, /* proto */\
|
/openbmc/linux/net/netfilter/ |
H A D | nf_conntrack_expect.c | 316 u_int8_t proto, const __be16 *src, const __be16 *dst) in nf_ct_expect_init() argument 330 exp->tuple.dst.protonum = proto; in nf_ct_expect_init()
|
/openbmc/linux/drivers/scsi/ |
H A D | ses.c | 447 enum scsi_protocol proto = desc[0] & 0x0f; in ses_process_descriptor() local 456 switch (proto) { in ses_process_descriptor()
|
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc.c | 521 goto proto; in intel_guc_send_mmio() 544 proto: in intel_guc_send_mmio()
|
/openbmc/u-boot/include/linux/ |
H A D | ethtool.h | 376 __u8 proto; member
|
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | ingress_rif_conf_vxlan.sh | 215 )"01:"$( : IP proto
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ |
H A D | ippool_1.3.bb | 42 DEPENDS = "readline ppp ncurses gzip-native rpcsvc-proto-native libtirpc"
|
/openbmc/linux/net/wireless/ |
H A D | trace.h | 2051 const u8 *buf, size_t len, const u8 *dest, __be16 proto, 2053 TP_ARGS(wiphy, netdev, buf, len, dest, proto, unencrypted, link_id), 2058 __field(__be16, proto) 2066 __entry->proto = proto; 2073 be16_to_cpu(__entry->proto), 2286 __field(u16, proto) 2292 __entry->proto = protocol; 2296 WIPHY_PR_ARG, WDEV_PR_ARG, __entry->proto, __entry->duration) 3194 __field(u16, proto) 3202 __entry->proto = be16_to_cpu(skb->protocol); [all …]
|
/openbmc/linux/fs/ocfs2/dlm/ |
H A D | dlmdomain.c | 731 struct dlm_protocol_version proto = *request; in dlm_query_join_proto_check() local 733 if (!dlm_protocol_compare(ours, &proto)) { in dlm_query_join_proto_check() 740 proto.pv_major, proto.pv_minor); in dlm_query_join_proto_check() 741 request->pv_minor = proto.pv_minor; in dlm_query_join_proto_check()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | tc_tun.c | 201 u16 proto) in gen_eth_tnl_hdr() argument 214 vlan->h_vlan_encapsulated_proto = htons(proto); in gen_eth_tnl_hdr() 216 eth->h_proto = htons(proto); in gen_eth_tnl_hdr()
|
/openbmc/linux/drivers/net/wireless/legacy/ |
H A D | ray_cs.c | 951 __be16 proto = ((struct ethhdr *)data)->h_proto; in translate_frame() local 952 if (ntohs(proto) >= ETH_P_802_3_MIN) { /* DIX II ethernet frame */ in translate_frame() 957 (UCHAR *) &proto, 2); in translate_frame() 958 if (proto == htons(ETH_P_AARP) || proto == htons(ETH_P_IPX)) { in translate_frame() 970 if (proto == htons(0xffff)) { /* evil netware IPX 802.3 without LLC */ in translate_frame()
|
/openbmc/linux/net/dcb/ |
H A D | dcbnl.c | 1971 int ifindex, int proto) in dcb_rewr_lookup() argument 1979 ((proto == -1) || itr->app.protocol == proto)) in dcb_rewr_lookup() 2113 u16 proto = 0; in dcb_getrewr() local 2118 proto = itr->app.protocol; in dcb_getrewr() 2121 return proto; in dcb_getrewr()
|
/openbmc/linux/drivers/net/ethernet/broadcom/ |
H A D | cnic.h | 174 } proto; member
|
/openbmc/linux/drivers/media/cec/usb/rainshadow/ |
H A D | rainshadow-cec.c | 360 .proto = SERIO_RAINSHADOW_CEC,
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | elo.c | 386 .proto = SERIO_ELO,
|
/openbmc/linux/scripts/mod/ |
H A D | devicetable-offsets.c | 62 DEVID_FIELD(serio_device_id, proto); in main()
|
/openbmc/linux/net/ipv6/ |
H A D | xfrm6_tunnel.c | 299 .proto = IPPROTO_IPV6,
|
H A D | ping.c | 199 struct proto pingv6_prot = {
|
/openbmc/linux/net/ncsi/ |
H A D | internal.h | 313 __be16 proto; member
|
/openbmc/linux/net/bridge/ |
H A D | br_forward.c | 301 if (br_multicast_should_handle_mode(brmctx, mdst->addr.proto) && in br_multicast_flood()
|
/openbmc/linux/include/net/ |
H A D | tls.h | 253 struct proto *sk_proto;
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/protobuf/ |
H A D | protobuf_4.25.3.bb | 50 cp ${S}/${TEST_SRC_DIR}/*.proto "${B}/${TEST_SRC_DIR}/"
|