/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
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()
|
A D | bus.h | 142 enum brcmf_bus_protocol_type proto_type; member
|
A D | bcmsdh.c | 1060 bus_if->proto_type = BRCMF_PROTO_BCDC; in brcmf_ops_sdio_probe()
|
A D | usb.c | 1280 bus->proto_type = BRCMF_PROTO_BCDC; in brcmf_usb_probe_cb()
|
A D | pcie.c | 1930 bus->proto_type = BRCMF_PROTO_MSGBUF; in brcmf_pcie_probe()
|
/linux/include/linux/ |
A D | ti_wilink_st.h | 21 enum proto_type { enum 58 enum proto_type type; 171 void st_ll_send_frame(enum proto_type, struct sk_buff *);
|
/linux/drivers/net/ethernet/xilinx/ |
A D | xilinx_emaclite.c | 384 u16 length, proto_type; in xemaclite_recv_data() local 418 proto_type = ((ntohl(xemaclite_readl(addr + XEL_HEADER_OFFSET + in xemaclite_recv_data() 425 if (proto_type > ETH_DATA_LEN) { in xemaclite_recv_data() 427 if (proto_type == ETH_P_IP) { in xemaclite_recv_data() 436 } else if (proto_type == ETH_P_ARP) in xemaclite_recv_data() 445 length = proto_type + ETH_HLEN + ETH_FCS_LEN; in xemaclite_recv_data()
|
/linux/drivers/net/wireless/rsi/ |
A D | rsi_coex.h | 34 int rsi_coex_send_pkt(void *priv, struct sk_buff *skb, u8 proto_type);
|
/linux/include/net/ |
A D | geneve.h | 59 __be16 proto_type; member
|
/linux/tools/bpf/bpftool/ |
A D | btf_dumper.c | 586 const struct btf_type *proto_type; in __btf_dumper_type_only() local 648 proto_type = btf__type_by_id(btf, t->type); in __btf_dumper_type_only() 649 pos = btf_dump_func(btf, func_sig, proto_type, t, pos, size); in __btf_dumper_type_only()
|
/linux/drivers/net/ethernet/intel/ice/ |
A D | ice_protocol_type.h | 178 __be16 proto_type; member
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
A D | fs_ttc.c | 147 u8 proto_type) in mlx5_tunnel_proto_supported_rx() argument 149 switch (proto_type) { in mlx5_tunnel_proto_supported_rx()
|
/linux/drivers/net/ |
A D | geneve.c | 358 if (unlikely(geneveh->proto_type != htons(ETH_P_TEB))) in geneve_udp_encap_recv() 401 if (geneveh->proto_type != htons(ETH_P_TEB)) in geneve_udp_encap_err_lookup() 517 type = gh->proto_type; in geneve_gro_receive() 548 type = gh->proto_type; in geneve_gro_complete() 733 geneveh->proto_type = htons(ETH_P_TEB); in geneve_build_header()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
A D | tc_tun_geneve.c | 112 geneveh->proto_type = htons(ETH_P_TEB); in mlx5e_gen_ip_tunnel_header_geneve()
|
/linux/fs/ocfs2/dlm/ |
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()
|
/linux/kernel/bpf/ |
A D | btf.c | 4019 const struct btf_type *proto_type; in btf_func_check() local 4025 proto_type = btf_type_by_id(btf, t->type); in btf_func_check() 4027 if (!proto_type || !btf_type_is_func_proto(proto_type)) { in btf_func_check() 4032 args = (const struct btf_param *)(proto_type + 1); in btf_func_check() 4033 nr_args = btf_type_vlen(proto_type); in btf_func_check()
|
/linux/include/linux/qed/ |
A D | qed_if.h | 89 enum dcbx_protocol_type proto_type; member
|
/linux/drivers/net/ethernet/qlogic/qed/ |
A D | qed_dcbx.c | 511 &entry->proto_type, ieee); in qed_dcbx_get_app_data()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | en_main.c | 4239 static bool mlx5e_tunnel_proto_supported_tx(struct mlx5_core_dev *mdev, u8 proto_type) in mlx5e_tunnel_proto_supported_tx() argument 4241 switch (proto_type) { in mlx5e_tunnel_proto_supported_tx()
|