/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | proto.c | 32 if (drvr->bus_if->proto_type == BRCMF_PROTO_BCDC) { in brcmf_proto_attach() 35 } else if (drvr->bus_if->proto_type == BRCMF_PROTO_MSGBUF) { in brcmf_proto_attach() 40 drvr->bus_if->proto_type); in brcmf_proto_attach() 64 if (drvr->bus_if->proto_type == BRCMF_PROTO_BCDC) in brcmf_proto_detach() 66 else if (drvr->bus_if->proto_type == BRCMF_PROTO_MSGBUF) in brcmf_proto_detach()
|
H A D | bus.h | 124 * @proto_type: protocol type, bcdc or msgbuf 142 enum brcmf_bus_protocol_type proto_type; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | proto.c | 32 if (drvr->bus_if->proto_type == BRCMF_PROTO_BCDC) { in brcmf_proto_attach() 35 } else if (drvr->bus_if->proto_type == BRCMF_PROTO_MSGBUF) { in brcmf_proto_attach() 40 drvr->bus_if->proto_type); in brcmf_proto_attach() 64 if (drvr->bus_if->proto_type == BRCMF_PROTO_BCDC) in brcmf_proto_detach() 66 else if (drvr->bus_if->proto_type == BRCMF_PROTO_MSGBUF) in brcmf_proto_detach()
|
H A D | bus.h | 150 * @proto_type: protocol type, bcdc or msgbuf 171 enum brcmf_bus_protocol_type proto_type; member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | ti_wilink_st.h | 21 enum proto_type { enum 31 * available proto_type(BT, FM, GPS the protocol which share TTY). 58 enum proto_type type; 171 void st_ll_send_frame(enum proto_type, struct sk_buff *);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | ti_wilink_st.h | 21 enum proto_type { enum 31 * available proto_type(BT, FM, GPS the protocol which share TTY). 58 enum proto_type type; 171 void st_ll_send_frame(enum proto_type, struct sk_buff *);
|
/kernel/linux/linux-5.10/drivers/net/wireless/rsi/ |
H A D | rsi_coex.h | 34 int rsi_coex_send_pkt(void *priv, struct sk_buff *skb, u8 proto_type);
|
/kernel/linux/linux-6.6/drivers/net/wireless/rsi/ |
H A D | rsi_coex.h | 34 int rsi_coex_send_pkt(void *priv, struct sk_buff *skb, u8 proto_type);
|
/kernel/linux/linux-5.10/include/net/ |
H A D | geneve.h | 59 __be16 proto_type; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | geneve.h | 59 __be16 proto_type; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/xilinx/ |
H A D | xilinx_emaclite.c | 383 u16 length, proto_type; in xemaclite_recv_data() local 416 proto_type = ((ntohl(xemaclite_readl(addr + XEL_HEADER_OFFSET + in xemaclite_recv_data() 423 if (proto_type > ETH_DATA_LEN) { in xemaclite_recv_data() 425 if (proto_type == ETH_P_IP) { in xemaclite_recv_data() 434 } else if (proto_type == ETH_P_ARP) in xemaclite_recv_data() 443 length = proto_type + ETH_HLEN + ETH_FCS_LEN; in xemaclite_recv_data()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/xilinx/ |
H A D | xilinx_emaclite.c | 375 u16 length, proto_type; in xemaclite_recv_data() local 409 proto_type = ((ntohl(xemaclite_readl(addr + XEL_HEADER_OFFSET + in xemaclite_recv_data() 416 if (proto_type > ETH_DATA_LEN) { in xemaclite_recv_data() 417 if (proto_type == ETH_P_IP) { in xemaclite_recv_data() 426 } else if (proto_type == ETH_P_ARP) { in xemaclite_recv_data() 436 length = proto_type + ETH_HLEN + ETH_FCS_LEN; in xemaclite_recv_data()
|
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
H A D | btf_dumper.c | 584 const struct btf_type *proto_type; in __btf_dumper_type_only() local 645 proto_type = btf__type_by_id(btf, t->type); in __btf_dumper_type_only() 646 pos = btf_dump_func(btf, func_sig, proto_type, t, pos, size); in __btf_dumper_type_only()
|
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | btf_dumper.c | 622 const struct btf_type *proto_type; in __btf_dumper_type_only() local 685 proto_type = btf__type_by_id(btf, t->type); in __btf_dumper_type_only() 686 pos = btf_dump_func(btf, func_sig, proto_type, t, pos, size); in __btf_dumper_type_only()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | fs.h | 284 bool mlx5e_tunnel_proto_supported(struct mlx5_core_dev *mdev, u8 proto_type);
|
H A D | tc_tun_geneve.c | 112 geneveh->proto_type = htons(ETH_P_TEB); in mlx5e_gen_ip_tunnel_header_geneve()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_protocol_type.h | 187 __be16 proto_type; member
|
/kernel/linux/linux-6.6/drivers/net/ |
H A D | geneve.c | 258 if (gnvh->proto_type == htons(ETH_P_TEB)) { in geneve_rx() 390 inner_proto = geneveh->proto_type; in geneve_udp_encap_recv() 429 if (geneveh->proto_type != htons(ETH_P_TEB)) in geneve_udp_encap_err_lookup() 544 type = gh->proto_type; in geneve_gro_receive() 572 type = gh->proto_type; in geneve_gro_complete() 759 geneveh->proto_type = inner_proto; in geneve_build_header()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | fs_ttc.c | 147 u8 proto_type) in mlx5_tunnel_proto_supported_rx() 149 switch (proto_type) { in mlx5_tunnel_proto_supported_rx() 146 mlx5_tunnel_proto_supported_rx(struct mlx5_core_dev *mdev, u8 proto_type) mlx5_tunnel_proto_supported_rx() argument
|
/kernel/linux/linux-5.10/drivers/net/ |
H A D | geneve.c | 357 if (unlikely(geneveh->proto_type != htons(ETH_P_TEB))) in geneve_udp_encap_recv() 400 if (geneveh->proto_type != htons(ETH_P_TEB)) in geneve_udp_encap_err_lookup() 515 type = gh->proto_type; in geneve_gro_receive() 546 type = gh->proto_type; in geneve_gro_complete() 731 geneveh->proto_type = htons(ETH_P_TEB); in geneve_build_header()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | tc_tun_geneve.c | 112 geneveh->proto_type = htons(ETH_P_TEB); in mlx5e_gen_ip_tunnel_header_geneve()
|
/kernel/linux/linux-5.10/fs/ocfs2/dlm/ |
H A D | dlmdomain.c | 728 static int dlm_query_join_proto_check(char *proto_type, int node, in dlm_query_join_proto_check() argument 739 node, proto_type, in dlm_query_join_proto_check() 749 node, proto_type, in dlm_query_join_proto_check()
|
/kernel/linux/linux-6.6/fs/ocfs2/dlm/ |
H A D | dlmdomain.c | 726 static int dlm_query_join_proto_check(char *proto_type, int node, in dlm_query_join_proto_check() argument 737 node, proto_type, in dlm_query_join_proto_check() 747 node, proto_type, in dlm_query_join_proto_check()
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | btf.c | 3709 const struct btf_type *proto_type; in btf_func_check() local 3715 proto_type = btf_type_by_id(btf, t->type); in btf_func_check() 3717 if (!proto_type || !btf_type_is_func_proto(proto_type)) { in btf_func_check() 3722 args = (const struct btf_param *)(proto_type + 1); in btf_func_check() 3723 nr_args = btf_type_vlen(proto_type); in btf_func_check()
|
/kernel/linux/linux-5.10/include/linux/qed/ |
H A D | qed_if.h | 85 enum dcbx_protocol_type proto_type; member
|