Home
last modified time | relevance | path

Searched refs:proto (Results 776 – 800 of 1112) sorted by relevance

1...<<31323334353637383940>>...45

/openbmc/linux/drivers/net/dsa/microchip/
H A Dksz_common.c2597 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 Dspectrum_acl.c474 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 Den_ethtool.c715 int proto; in ptys2ethtool_supported_link() local
718 for_each_set_bit(proto, &proto_cap, max_size) in ptys2ethtool_supported_link()
720 table[proto].supported, in ptys2ethtool_supported_link()
730 int proto; in ptys2ethtool_adver_link() local
736 for_each_set_bit(proto, &proto_cap, max_size) in ptys2ethtool_adver_link()
738 table[proto].advertised, in ptys2ethtool_adver_link()
/openbmc/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_type.h530 #define WX_PTT(mac, ip, etype, eip, proto, layer)\ argument
536 WX_DEC_PTYPE_PROT_##proto, /* proto */\
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_expect.c316 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 Dses.c447 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 Dintel_guc.c521 goto proto; in intel_guc_send_mmio()
544 proto: in intel_guc_send_mmio()
/openbmc/u-boot/include/linux/
H A Dethtool.h376 __u8 proto; member
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/
H A Dippool_1.3.bb42 DEPENDS = "readline ppp ncurses gzip-native rpcsvc-proto-native libtirpc"
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dingress_rif_conf_vxlan.sh215 )"01:"$( : IP proto
/openbmc/linux/net/wireless/
H A Dtrace.h2051 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/net/xfrm/
H A Dxfrm_policy.c206 (fl4->flowi4_proto == sel->proto || !sel->proto) && in __xfrm4_selector_match()
219 (fl6->flowi6_proto == sel->proto || !sel->proto) && in __xfrm6_selector_match()
3327 return x->id.proto == tmpl->id.proto && in xfrm_state_ok()
3332 !(xfrm_id_proto_match(tmpl->id.proto, IPSEC_PROTO_ANY))) && in xfrm_state_ok()
4337 if (sel_cmp->proto == IPSEC_ULPROTO_ANY) { in xfrm_migrate_selector_match()
4397 if (t->mode == m->mode && t->id.proto == m->proto && in migrate_tmpl_match()
4488 m[i].proto == m[j].proto && in xfrm_migrate_check()
/openbmc/linux/fs/ocfs2/dlm/
H A Ddlmdomain.c731 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 Dtc_tun.c201 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 Dray_cs.c951 __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 Ddcbnl.c1971 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 Dcnic.h174 } proto; member
/openbmc/linux/drivers/media/cec/usb/rainshadow/
H A Drainshadow-cec.c360 .proto = SERIO_RAINSHADOW_CEC,
/openbmc/linux/drivers/input/touchscreen/
H A Delo.c386 .proto = SERIO_ELO,
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/protobuf/
H A Dprotobuf_4.25.3.bb50 cp ${S}/${TEST_SRC_DIR}/*.proto "${B}/${TEST_SRC_DIR}/"
/openbmc/linux/scripts/mod/
H A Ddevicetable-offsets.c62 DEVID_FIELD(serio_device_id, proto); in main()
/openbmc/linux/net/ipv6/
H A Dping.c199 struct proto pingv6_prot = {
H A Dxfrm6_tunnel.c299 .proto = IPPROTO_IPV6,
/openbmc/linux/include/net/
H A Dtls.h253 struct proto *sk_proto;
/openbmc/linux/net/ncsi/
H A Dinternal.h313 __be16 proto; member

1...<<31323334353637383940>>...45