Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/broadcom/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()
75 if (drvr->bus_if->proto_type == BRCMF_PROTO_BCDC) in brcmf_proto_detach()
77 else if (drvr->bus_if->proto_type == BRCMF_PROTO_MSGBUF) in brcmf_proto_detach()
Dbus.h151 enum brcmf_bus_protocol_type proto_type; member
Dbcmsdh.c1039 bus_if->proto_type = BRCMF_PROTO_BCDC; in brcmf_ops_sdio_probe()
Dusb.c1251 bus->proto_type = BRCMF_PROTO_BCDC; in brcmf_usb_probe_cb()
Dpcie.c1853 bus->proto_type = BRCMF_PROTO_MSGBUF; in brcmf_pcie_probe()
/Linux-v4.19/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-v4.19/drivers/net/wireless/rsi/
Drsi_coex.h34 int rsi_coex_send_pkt(void *priv, struct sk_buff *skb, u8 proto_type);
/Linux-v4.19/drivers/net/ethernet/xilinx/
Dxilinx_emaclite.c385 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-v4.19/include/net/
Dgeneve.h57 __be16 proto_type; member
/Linux-v4.19/drivers/net/
Dgeneve.c361 if (unlikely(geneveh->proto_type != htons(ETH_P_TEB))) in geneve_udp_encap_recv()
466 type = gh->proto_type; in geneve_gro_receive()
497 type = gh->proto_type; in geneve_gro_complete()
676 geneveh->proto_type = htons(ETH_P_TEB); in geneve_build_header()
/Linux-v4.19/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()
/Linux-v4.19/include/linux/qed/
Dqed_if.h110 enum dcbx_protocol_type proto_type; member
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_dcbx.c538 &entry->proto_type, ieee); in qed_dcbx_get_app_data()