Searched refs:proto_type (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | proto.c | 43 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()
|
D | bus.h | 151 enum brcmf_bus_protocol_type proto_type; member
|
D | bcmsdh.c | 1039 bus_if->proto_type = BRCMF_PROTO_BCDC; in brcmf_ops_sdio_probe()
|
D | usb.c | 1251 bus->proto_type = BRCMF_PROTO_BCDC; in brcmf_usb_probe_cb()
|
D | pcie.c | 1853 bus->proto_type = BRCMF_PROTO_MSGBUF; in brcmf_pcie_probe()
|
/Linux-v4.19/include/linux/ |
D | ti_wilink_st.h | 34 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/ |
D | rsi_coex.h | 34 int rsi_coex_send_pkt(void *priv, struct sk_buff *skb, u8 proto_type);
|
/Linux-v4.19/drivers/net/ethernet/xilinx/ |
D | xilinx_emaclite.c | 385 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/ |
D | geneve.h | 57 __be16 proto_type; member
|
/Linux-v4.19/drivers/net/ |
D | geneve.c | 361 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/ |
D | dlmdomain.c | 744 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/ |
D | qed_if.h | 110 enum dcbx_protocol_type proto_type; member
|
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/ |
D | qed_dcbx.c | 538 &entry->proto_type, ieee); in qed_dcbx_get_app_data()
|