Home
last modified time | relevance | path

Searched refs:proto (Results 901 – 925 of 1112) sorted by relevance

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

/openbmc/linux/drivers/input/touchscreen/
H A Dwacom_w8001.c689 .proto = SERIO_W8001,
/openbmc/linux/drivers/infiniband/ulp/ipoib/
H A Dipoib.h132 __be16 proto; member
/openbmc/linux/fs/btrfs/
H A Dsend.c150 u32 proto; member
404 switch (sctx->proto) { in proto_cmd_ok()
765 hdr.version = cpu_to_le32(sctx->proto); in send_header()
2668 if (sctx->proto < 2) in send_fileattr()
2774 if (sctx->proto >= 2) in send_utimes()
5253 if (sctx->proto >= 2) { in put_data_header()
8205 sctx->proto = arg->version ?: BTRFS_SEND_STREAM_VERSION; in btrfs_ioctl_send()
8207 sctx->proto = 1; in btrfs_ioctl_send()
8209 if ((arg->flags & BTRFS_SEND_FLAG_COMPRESSED) && sctx->proto < 2) { in btrfs_ioctl_send()
8232 if (sctx->proto >= 2) { in btrfs_ioctl_send()
/openbmc/linux/drivers/net/ethernet/freescale/
H A Dgianfar_ethtool.c964 gfar_set_attribute(value->proto, mask->proto, RQFCR_PID_L4P, tab); in gfar_set_user_ip()
/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_main.c715 __always_unused __be16 proto, u16 vid) in hinic_vlan_rx_add_vid() argument
753 __always_unused __be16 proto, u16 vid) in hinic_vlan_rx_kill_vid() argument
/openbmc/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_pf.c361 u8 qos, __be16 proto) in enetc_pf_set_vf_vlan() argument
372 if (proto != htons(ETH_P_8021Q)) in enetc_pf_set_vf_vlan()
/openbmc/linux/drivers/tty/serial/
H A Dsunsu.c1218 serio->id.proto = SERIO_SUNKBD; in sunsu_kbd_ms_init()
1221 serio->id.proto = SERIO_SUN; in sunsu_kbd_ms_init()
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac4_core.c508 __be16 proto, u16 vid) in dwmac4_add_hw_vlan_rx_fltr() argument
562 __be16 proto, u16 vid) in dwmac4_del_hw_vlan_rx_fltr() argument
H A Dstmmac_main.c4359 __be16 proto; in stmmac_has_ip_ethertype() local
4361 proto = __vlan_get_protocol(skb, eth_header_parse_protocol(skb), in stmmac_has_ip_ethertype()
4365 (proto == htons(ETH_P_IP) || proto == htons(ETH_P_IPV6)); in stmmac_has_ip_ethertype()
6498 static int stmmac_vlan_rx_add_vid(struct net_device *ndev, __be16 proto, u16 vid) in stmmac_vlan_rx_add_vid() argument
6508 if (be16_to_cpu(proto) == ETH_P_8021AD) in stmmac_vlan_rx_add_vid()
6519 ret = stmmac_add_hw_vlan_rx_fltr(priv, ndev, priv->hw, proto, vid); in stmmac_vlan_rx_add_vid()
6529 static int stmmac_vlan_rx_kill_vid(struct net_device *ndev, __be16 proto, u16 vid) in stmmac_vlan_rx_kill_vid() argument
6539 if (be16_to_cpu(proto) == ETH_P_8021AD) in stmmac_vlan_rx_kill_vid()
6545 ret = stmmac_del_hw_vlan_rx_fltr(priv, ndev, priv->hw, proto, vid); in stmmac_vlan_rx_kill_vid()
/openbmc/linux/net/iucv/
H A Daf_iucv.c41 static struct proto iucv_proto = {
449 static struct sock *iucv_sock_alloc(struct socket *sock, int proto, gfp_t prio, int kern) in iucv_sock_alloc() argument
486 sk->sk_protocol = proto; in iucv_sock_alloc()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl.c586 ice_vc_validate_pattern(struct ice_vf *vf, struct virtchnl_proto_hdrs *proto) in ice_vc_validate_pattern() argument
594 while (i < proto->count && in ice_vc_validate_pattern()
595 proto->proto_hdr[i].type != VIRTCHNL_PROTO_HDR_NONE) { in ice_vc_validate_pattern()
596 switch (proto->proto_hdr[i].type) { in ice_vc_validate_pattern()
/openbmc/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c834 u16 proto; in be_get_wrb_params_from_skb() local
844 proto = skb_inner_ip_proto(skb); in be_get_wrb_params_from_skb()
846 proto = skb_ip_proto(skb); in be_get_wrb_params_from_skb()
848 if (proto == IPPROTO_TCP) in be_get_wrb_params_from_skb()
850 else if (proto == IPPROTO_UDP) in be_get_wrb_params_from_skb()
1572 static int be_vlan_add_vid(struct net_device *netdev, __be16 proto, u16 vid) in be_vlan_add_vid() argument
1595 static int be_vlan_rem_vid(struct net_device *netdev, __be16 proto, u16 vid) in be_vlan_rem_vid() argument
/openbmc/linux/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_main.c312 u8 ethhdr, proto = 0, csum_enable = 0; in xgene_enet_work_msg() local
333 proto = TSO_IPPROTO_TCP; in xgene_enet_work_msg()
372 SET_VAL(IS, proto) | in xgene_enet_work_msg()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_ethtool.c1377 if (l3_mask->l4_4_bytes || l3_mask->tos || l3_mask->proto || in mlx4_en_validate_flow()
1505 struct list_head *list_h, int proto) in add_tcp_udp_rule() argument
1523 if (proto == TCP_V4_FLOW) { in add_tcp_udp_rule()
/openbmc/linux/include/net/
H A Dtcp.h311 extern struct proto tcp_prot;
2343 void (*update)(struct sock *sk, struct proto *p,
2362 void tcp_update_ulp(struct sock *sk, struct proto *p,
/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dvxlan_bridge_1d.sh578 )"01:"$( : IP proto
H A Dvxlan_asymmetric.sh513 in_ns ns1 tc filter add dev vx10 ingress proto arp pref 1 handle 101 \
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.1.4.rst135 - xcb-proto: Fix install conflict when enable multilib.
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dcommon.h422 u8 proto; member
/openbmc/linux/net/ipv6/
H A Dah6.c763 .proto = IPPROTO_AH,
/openbmc/linux/net/l2tp/
H A Dl2tp_ip6.c712 static struct proto l2tp_ip6_prot = {
/openbmc/linux/drivers/scsi/
H A Dipr.h393 u8 proto; member
415 u8 proto; member
/openbmc/linux/drivers/net/fjes/
H A Dfjes_main.c848 __be16 proto, u16 vid) in fjes_vlan_rx_add_vid() argument
868 __be16 proto, u16 vid) in fjes_vlan_rx_kill_vid() argument
/openbmc/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_hw.c1889 __be16 proto, u16 vid) in wx_vlan_rx_add_vid() argument
1901 int wx_vlan_rx_kill_vid(struct net_device *netdev, __be16 proto, u16 vid) in wx_vlan_rx_kill_vid() argument
/openbmc/linux/drivers/media/rc/
H A Drc-main.c897 bool rc_validate_scancode(enum rc_proto proto, u32 scancode) in rc_validate_scancode() argument
899 switch (proto) { in rc_validate_scancode()

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