Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dproto.c43 if (drvr->bus_if->proto_type == BRCMF_PROTO_BCDC) { in brcmf_proto_attach()
46 } else if (drvr->bus_if->proto_type == BRCMF_PROTO_MSGBUF) { in brcmf_proto_attach()
51 drvr->bus_if->proto_type); in brcmf_proto_attach()
74 if (drvr->bus_if->proto_type == BRCMF_PROTO_BCDC) in brcmf_proto_detach()
76 else if (drvr->bus_if->proto_type == BRCMF_PROTO_MSGBUF) in brcmf_proto_detach()
Dbus.h125 enum brcmf_bus_protocol_type proto_type; member
Dusb.c1256 bus->proto_type = BRCMF_PROTO_BCDC; in brcmf_usb_probe_cb()
Dbcmsdh.c1151 bus_if->proto_type = BRCMF_PROTO_BCDC; in brcmf_ops_sdio_probe()
Dpcie.c1685 bus->proto_type = BRCMF_PROTO_MSGBUF; in brcmf_pcie_probe()
/linux-4.1.27/include/linux/
Dti_wilink_st.h34 enum proto_type { enum
71 enum proto_type type;
184 void st_ll_send_frame(enum proto_type, struct sk_buff *);
/linux-4.1.27/net/ipv4/
Dgeneve.c93 geneveh->proto_type = htons(ETH_P_TEB); in geneve_build_header()
195 type = gh->proto_type; in geneve_gro_receive()
229 type = gh->proto_type; in geneve_gro_complete()
280 if (unlikely(geneveh->proto_type != htons(ETH_P_TEB))) in geneve_udp_encap_recv()
/linux-4.1.27/drivers/net/ethernet/xilinx/
Dxilinx_emaclite.c377 u16 length, proto_type; in xemaclite_recv_data() local
408 proto_type = ((ntohl(__raw_readl(addr + XEL_HEADER_OFFSET + in xemaclite_recv_data()
414 if (proto_type > (ETH_FRAME_LEN + ETH_FCS_LEN)) { in xemaclite_recv_data()
416 if (proto_type == ETH_P_IP) { in xemaclite_recv_data()
424 } else if (proto_type == ETH_P_ARP) in xemaclite_recv_data()
432 length = proto_type + ETH_HLEN + ETH_FCS_LEN; in xemaclite_recv_data()
/linux-4.1.27/include/net/
Dgeneve.h59 __be16 proto_type; member
/linux-4.1.27/fs/ocfs2/dlm/
Ddlmdomain.c744 static int dlm_query_join_proto_check(char *proto_type, int node, in dlm_query_join_proto_check() argument
755 node, proto_type, in dlm_query_join_proto_check()
765 node, proto_type, in dlm_query_join_proto_check()