Home
last modified time | relevance | path

Searched refs:proto_type (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dproto.c32 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 Dbus.h171 enum brcmf_bus_protocol_type proto_type; member
H A Dbcmsdh.c1086 bus_if->proto_type = BRCMF_PROTO_BCDC; in brcmf_ops_sdio_probe()
H A Dpcie.c2511 bus->proto_type = BRCMF_PROTO_MSGBUF; in brcmf_pcie_probe()
/linux/include/linux/
H A Dti_wilink_st.h21 enum proto_type { enum
58 enum proto_type type;
171 void st_ll_send_frame(enum proto_type, struct sk_buff *);
/linux/drivers/net/wireless/rsi/
H A Drsi_coex.h34 int rsi_coex_send_pkt(void *priv, struct sk_buff *skb, u8 proto_type);
/linux/include/net/
H A Dgeneve.h59 __be16 proto_type; member
/linux/tools/bpf/bpftool/
H A Dbtf_dumper.c622 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()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_protocol_type.h195 __be16 proto_type; member
/linux/drivers/net/
H A Dgeneve.c261 if (gnvh->proto_type == htons(ETH_P_TEB)) { in geneve_rx()
386 inner_proto = geneveh->proto_type; in geneve_udp_encap_recv()
425 if (geneveh->proto_type != htons(ETH_P_TEB)) in geneve_udp_encap_err_lookup()
540 type = gh->proto_type; in geneve_gro_receive()
568 type = gh->proto_type; in geneve_gro_complete()
756 geneveh->proto_type = inner_proto; in geneve_build_header()
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dfs_ttc.c197 u8 proto_type) in mlx5_tunnel_proto_supported_rx() argument
199 switch (proto_type) { in mlx5_tunnel_proto_supported_rx()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_tun_geneve.c113 geneveh->proto_type = htons(ETH_P_TEB); in mlx5e_gen_ip_tunnel_header_geneve()
/linux/drivers/net/ethernet/sfc/
H A Dtc_encap_actions.c337 geneve->proto_type = htons(ETH_P_TEB); in efx_gen_tun_header_geneve()
/linux/include/linux/qed/
H A Dqed_if.h89 enum dcbx_protocol_type proto_type; member
/linux/kernel/bpf/
H A Dbtf.c5122 const struct btf_type *proto_type; in btf_func_check() local
5128 proto_type = btf_type_by_id(btf, t->type); in btf_func_check()
5130 if (!proto_type || !btf_type_is_func_proto(proto_type)) { in btf_func_check()
5135 args = (const struct btf_param *)(proto_type + 1); in btf_func_check()
5136 nr_args = btf_type_vlen(proto_type); in btf_func_check()
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_dcbx.c511 &entry->proto_type, ieee); in qed_dcbx_get_app_data()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c4884 static bool mlx5e_tunnel_proto_supported_tx(struct mlx5_core_dev *mdev, u8 proto_type) in mlx5e_tunnel_proto_supported_tx() argument
4886 switch (proto_type) { in mlx5e_tunnel_proto_supported_tx()