Searched refs:proto_type (Results 1 – 16 of 16) sorted by relevance
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()
171 enum brcmf_bus_protocol_type proto_type; member
1086 bus_if->proto_type = BRCMF_PROTO_BCDC; in brcmf_ops_sdio_probe()
1269 bus->proto_type = BRCMF_PROTO_BCDC; in brcmf_usb_probe_cb()
2515 bus->proto_type = BRCMF_PROTO_MSGBUF; in brcmf_pcie_probe()
21 enum proto_type { enum58 enum proto_type type;171 void st_ll_send_frame(enum proto_type, struct sk_buff *);
376 u16 length, proto_type; in xemaclite_recv_data() local410 proto_type = ((ntohl(xemaclite_readl(addr + XEL_HEADER_OFFSET + in xemaclite_recv_data()417 if (proto_type > ETH_DATA_LEN) { in xemaclite_recv_data()418 if (proto_type == ETH_P_IP) { in xemaclite_recv_data()427 } else if (proto_type == ETH_P_ARP) { in xemaclite_recv_data()437 length = proto_type + ETH_HLEN + ETH_FCS_LEN; in xemaclite_recv_data()
34 int rsi_coex_send_pkt(void *priv, struct sk_buff *skb, u8 proto_type);
59 __be16 proto_type; member
303 if (gnvh->proto_type == htons(ETH_P_TEB)) { in geneve_rx() 676 inner_proto = geneveh->proto_type; in geneve_udp_encap_recv() 726 if (geneveh->proto_type != htons(ETH_P_TEB)) in geneve_udp_encap_err_lookup() 895 type = gh->proto_type; in geneve_gro_receive() 962 type = gh->proto_type; in geneve_gro_complete() 1170 geneveh->proto_type = inner_proto; in geneve_build_gro_hint_opt()
113 geneveh->proto_type = htons(ETH_P_TEB); in mlx5e_gen_ip_tunnel_header_geneve()
264 u8 proto_type) in mlx5_tunnel_proto_supported_rx() argument266 switch (proto_type) { in mlx5_tunnel_proto_supported_rx()
89 enum dcbx_protocol_type proto_type; member
5276 const struct btf_type *proto_type; in btf_func_check() 5282 proto_type = btf_type_by_id(btf, t->type); in btf_func_check() 5284 if (!proto_type || !btf_type_is_func_proto(proto_type)) { in btf_func_check() 5289 args = (const struct btf_param *)(proto_type + 1); in btf_func_check() 5290 nr_args = btf_type_vlen(proto_type); in btf_func_check() 5278 const struct btf_type *proto_type; btf_func_check() local
511 &entry->proto_type, ieee); in qed_dcbx_get_app_data()
5049 static bool mlx5e_tunnel_proto_supported_tx(struct mlx5_core_dev *mdev, u8 proto_type)5051 switch (proto_type) { in mlx5e_tunnel_proto_supported_tx() 5050 mlx5e_tunnel_proto_supported_tx(struct mlx5_core_dev * mdev,u8 proto_type) mlx5e_tunnel_proto_supported_tx() argument