Searched refs:proto_type (Results 1 - 20 of 20) sorted by relevance

/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dproto.c32 if (drvr->bus_if->proto_type == BRCMF_PROTO_BCDC) {
35 } else if (drvr->bus_if->proto_type == BRCMF_PROTO_MSGBUF) {
40 drvr->bus_if->proto_type);
64 if (drvr->bus_if->proto_type == BRCMF_PROTO_BCDC)
66 else if (drvr->bus_if->proto_type == BRCMF_PROTO_MSGBUF)
H A Dbus.h150 * @proto_type: protocol type, bcdc or msgbuf
171 enum brcmf_bus_protocol_type proto_type; member in struct:brcmf_bus
H A Dbcmsdh.c1081 bus_if->proto_type = BRCMF_PROTO_BCDC;
H A Dusb.c1268 bus->proto_type = BRCMF_PROTO_BCDC;
H A Dpcie.c2474 bus->proto_type = BRCMF_PROTO_MSGBUF;
/linux-master/drivers/net/wireless/rsi/
H A Drsi_coex.h34 int rsi_coex_send_pkt(void *priv, struct sk_buff *skb, u8 proto_type);
/linux-master/include/net/
H A Dgeneve.h59 __be16 proto_type; member in struct:genevehdr
/linux-master/include/linux/
H A Dti_wilink_st.h21 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 *);
/linux-master/drivers/net/ethernet/xilinx/
H A Dxilinx_emaclite.c375 u16 length, proto_type; local
409 proto_type = ((ntohl(xemaclite_readl(addr + XEL_HEADER_OFFSET +
416 if (proto_type > ETH_DATA_LEN) {
417 if (proto_type == ETH_P_IP) {
426 } else if (proto_type == ETH_P_ARP) {
436 length = proto_type + ETH_HLEN + ETH_FCS_LEN;
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_protocol_type.h187 __be16 proto_type; member in struct:ice_udp_tnl_hdr
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dfs_ttc.c147 u8 proto_type)
149 switch (proto_type) {
146 mlx5_tunnel_proto_supported_rx(struct mlx5_core_dev *mdev, u8 proto_type) argument
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_tun_geneve.c112 geneveh->proto_type = htons(ETH_P_TEB);
/linux-master/tools/bpf/bpftool/
H A Dbtf_dumper.c622 const struct btf_type *proto_type; local
685 proto_type = btf__type_by_id(btf, t->type);
686 pos = btf_dump_func(btf, func_sig, proto_type, t, pos, size);
/linux-master/drivers/net/
H A Dgeneve.c258 if (gnvh->proto_type == htons(ETH_P_TEB)) {
383 inner_proto = geneveh->proto_type;
422 if (geneveh->proto_type != htons(ETH_P_TEB))
537 type = gh->proto_type;
565 type = gh->proto_type;
752 geneveh->proto_type = inner_proto;
/linux-master/fs/ocfs2/dlm/
H A Ddlmdomain.c726 static int dlm_query_join_proto_check(char *proto_type, int node, argument
737 node, proto_type,
747 node, proto_type,
/linux-master/include/linux/qed/
H A Dqed_if.h89 enum dcbx_protocol_type proto_type; member in struct:qed_app_entry
/linux-master/drivers/net/ethernet/sfc/
H A Dtc_encap_actions.c337 geneve->proto_type = htons(ETH_P_TEB);
/linux-master/kernel/bpf/
H A Dbtf.c4966 const struct btf_type *proto_type; local
4972 proto_type = btf_type_by_id(btf, t->type);
4974 if (!proto_type || !btf_type_is_func_proto(proto_type)) {
4979 args = (const struct btf_param *)(proto_type + 1);
4980 nr_args = btf_type_vlen(proto_type);
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_dcbx.c511 &entry->proto_type, ieee);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c4676 static bool mlx5e_tunnel_proto_supported_tx(struct mlx5_core_dev *mdev, u8 proto_type) argument
4678 switch (proto_type) {

Completed in 266 milliseconds