Searched refs:llc (Results 26 - 50 of 71) sorted by relevance

123

/linux-master/net/802/
H A Dstp.c10 #include <linux/llc.h>
13 #include <net/llc.h>
H A Dp8022.c22 #include <net/llc.h>
H A Dfc.c51 fcllc->llc = UI_CMD;
H A Dpsnap.c15 #include <net/llc.h>
/linux-master/net/llc/
H A Dsysctl_net_llc.c12 #include <net/llc.h>
59 llc2_timeout_header = register_net_sysctl(&init_net, "net/llc/llc2/timeout", llc2_timeout_table);
60 llc_station_header = register_net_sysctl(&init_net, "net/llc/station", llc_station_table);
H A Dllc_station.c17 #include <net/llc.h>
H A Dllc_core.c23 #include <net/llc.h>
H A Dllc_input.c18 #include <net/llc.h>
H A Dllc_s_ac.c22 #include <net/llc.h>
/linux-master/include/net/
H A Dllc_s_ev.h16 #include <net/llc.h>
H A Dllc_conn.h17 #include <linux/llc.h>
/linux-master/drivers/base/
H A Dcacheinfo.c59 struct cacheinfo *llc; local
64 llc = per_cpu_cacheinfo_idx(cpu, cache_leaves(cpu) - 1);
66 return (llc->attributes & CACHE_ID) || !!llc->fw_token;
904 struct cacheinfo *llc, *sib_llc; local
910 llc = per_cpu_cacheinfo_idx(cpu, cache_leaves(cpu) - 1);
912 if (llc->type != CACHE_TYPE_DATA && llc->type != CACHE_TYPE_UNIFIED)
916 *map = &llc->shared_cpu_map;
921 for_each_cpu(sibling, &llc
946 struct cacheinfo *llc; local
[all...]
/linux-master/net/nfc/hci/
H A Dllc_shdlc.c16 #include "llc.h"
761 static void llc_shdlc_deinit(struct nfc_llc *llc) argument
763 struct llc_shdlc *shdlc = nfc_llc_get_data(llc);
772 static int llc_shdlc_start(struct nfc_llc *llc) argument
774 struct llc_shdlc *shdlc = nfc_llc_get_data(llc);
779 static int llc_shdlc_stop(struct nfc_llc *llc) argument
781 struct llc_shdlc *shdlc = nfc_llc_get_data(llc);
788 static void llc_shdlc_rcv_from_drv(struct nfc_llc *llc, struct sk_buff *skb) argument
790 struct llc_shdlc *shdlc = nfc_llc_get_data(llc);
795 static int llc_shdlc_xmit_from_hci(struct nfc_llc *llc, struc argument
[all...]
H A Dcore.c15 #include <net/nfc/llc.h>
99 r = nfc_llc_xmit_from_hci(hdev->llc, skb);
590 r = nfc_llc_start(hdev->llc);
616 nfc_llc_stop(hdev->llc);
629 nfc_llc_stop(hdev->llc);
971 hdev->llc = nfc_llc_allocate(llc_name, hdev, ops->xmit,
974 if (hdev->llc == NULL) {
983 nfc_llc_free(hdev->llc);
1005 nfc_llc_free(hdev->llc);
1087 nfc_llc_rcv_from_drv(hdev->llc, sk
[all...]
/linux-master/net/openvswitch/
H A Dflow.c15 #include <linux/llc.h>
525 struct llc_snap_hdr *llc; local
540 llc = (struct llc_snap_hdr *) skb->data;
541 if (llc->dsap != LLC_SAP_SNAP ||
542 llc->ssap != LLC_SAP_SNAP ||
543 (llc->oui[0] | llc->oui[1] | llc->oui[2]) != 0)
548 if (eth_proto_is_802_3(llc->ethertype))
549 return llc
[all...]
/linux-master/drivers/nfc/st21nfca/
H A Dvendor_cmds.c12 #include <net/nfc/llc.h>
176 r = nfc_llc_stop(hdev->llc);
180 return nfc_llc_start(hdev->llc);
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_gt_types.h170 struct intel_llc llc; member in struct:intel_gt
H A Dselftest_gt_pm.c166 err = st_llc_verify(&gt->llc);
168 pr_err("llc state not restored upon resume!\n");
H A Dintel_gt_pm.c276 intel_llc_enable(&gt->llc);
372 intel_llc_disable(&gt->llc);
/linux-master/kernel/bpf/preload/iterators/
H A DMakefile6 LLC ?= llc
/linux-master/net/
H A DMakefile14 obj-$(CONFIG_LLC) += llc/
/linux-master/net/bridge/
H A Dbr_stp_bpdu.c13 #include <linux/llc.h>
17 #include <net/llc.h>
143 * Called from llc.
H A Dbr.c15 #include <linux/llc.h>
16 #include <net/llc.h>
/linux-master/drivers/net/ethernet/aquantia/atlantic/macsec/
H A Dmacsec_struct.h75 u32 llc; member in struct:aq_mss_egress_class_record
374 u32 llc; member in struct:aq_mss_ingress_preclass_record
/linux-master/drivers/hid/bpf/entrypoints/
H A DMakefile6 LLC ?= llc

Completed in 253 milliseconds

123