HomeSort by: relevance | last modified time | path
    Searched refs:llc (Results 1 - 25 of 37) sorted by relevancy

1 2

  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_llc.h 14 void intel_llc_enable(struct intel_llc *llc);
15 void intel_llc_disable(struct intel_llc *llc);
selftest_llc.h 14 int st_llc_verify(struct intel_llc *llc);
intel_llc.c 27 static struct intel_gt *llc_to_gt(struct intel_llc *llc)
29 return container_of(llc, struct intel_gt, llc);
52 static bool get_ia_constants(struct intel_llc *llc,
55 struct drm_i915_private *i915 = llc_to_gt(llc)->i915;
56 struct intel_rps *rps = &llc_to_gt(llc)->rps;
64 intel_uncore_read(llc_to_gt(llc)->uncore, DCLK) & 0xf;
79 static void calc_ia_freq(struct intel_llc *llc,
85 struct drm_i915_private *i915 = llc_to_gt(llc)->i915;
125 static void gen6_update_ring_freq(struct intel_llc *llc)
    [all...]
selftest_llc.c 16 static int gen6_verify_ring_freq(struct intel_llc *llc)
18 struct drm_i915_private *i915 = llc_to_gt(llc)->i915;
24 wakeref = intel_runtime_pm_get(llc_to_gt(llc)->uncore->rpm);
26 if (!get_ia_constants(llc, &consts)) {
34 struct intel_rps *rps = &llc_to_gt(llc)->rps;
39 calc_ia_freq(llc, gpu_freq, &consts, &ia_freq, &ring_freq);
73 intel_runtime_pm_put(llc_to_gt(llc)->uncore->rpm, wakeref);
77 int st_llc_verify(struct intel_llc *llc)
81 if (HAS_LLC(llc_to_gt(llc)->i915))
82 err = gen6_verify_ring_freq(llc);
    [all...]
selftest_gt_pm.c 45 err = st_llc_verify(&gt->llc);
47 pr_err("llc state not restored upon resume!\n");
intel_gt_types.h 77 struct intel_llc llc; member in struct:intel_gt
intel_gt_pm.c 220 intel_llc_enable(&gt->llc);
319 intel_llc_disable(&gt->llc);
  /src/external/mpl/dhcp/dist/common/
tr.c 80 struct trllc *llc; local
101 /* set up the llc header for snap encoding after the tr header */
102 llc = (struct trllc *)(buf + *bufix + hdr_len);
103 llc->dsap = EXTENDED_SAP;
104 llc->ssap = EXTENDED_SAP;
105 llc->llc = UI_CMD;
106 llc->protid[0] = 0;
107 llc->protid[1] = 0;
108 llc->protid[2] = 0
132 struct trllc *llc; local
    [all...]
fddi.c 54 struct llc lh;
84 struct llc lh;
  /src/external/apache2/llvm/bin/llc/
Makefile 3 PROG_CXX= llc
8 .PATH: ${LLVM_SRCDIR}/tools/llc
10 SRCS= llc.cpp
  /src/sys/netatalk/
aarp.c 167 struct llc *llc; local
205 M_PREPEND(m, sizeof(struct llc), M_DONTWAIT);
209 llc = mtod(m, struct llc *);
210 llc->llc_dsap = llc->llc_ssap = LLC_SNAP_LSAP;
211 llc->llc_control = LLC_UI;
212 memcpy(llc->llc_org_code, aarp_org_code, sizeof(aarp_org_code));
213 llc->llc_ether_type = htons(ETHERTYPE_AARP)
347 struct llc *llc; local
581 struct llc *llc; local
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/
llvm-native-gxx 117 run "llc -march=c -f -o $GeneratedCode $BCFile";
118 } elsif ($Backend eq 'llc') {
124 run "llc -f -o $GeneratedCode $BCFile";
148 run "llc -march=c -f -o $GeneratedCode $BCFile";
149 } elsif ($Backend eq 'llc') {
150 $GeneratedCode = "${OutputFile}.llc.s";
151 run "llc -f -o $GeneratedCode $BCFile";
findmisopt 96 llc "$bcfile" -o "$s" -f || exit 1
106 llc "$optbc" -o "$opts" -f || exit
173 bpcmd="$bugpoint -run-llc -disable-loop-extraction --output "$out" --input /dev/null $bcfile $final --args $args"
bugpoint_gisel_reducer.py 8 It runs llc to get the error message using a regex and creates
46 def run_llc(llc, irfile):
47 pr = subprocess.Popen([llc,
113 llc_bin = check_bin(build_dir, 'llc')
117 # Run llc to see if GlobalISel fails.
118 log('Running llc...')
140 log('Run llc to reproduce the problem:')
141 log('$ {}/bin/llc -o - -global-isel '
codegen-diff 92 between the code that B<llc> generated and the code that B<lli> generated.
95 by running B<objdump> on the B<llc> compiled and linked binary. You need to
108 instruction, with the B<llc> version first, and the B<lli> version second.
  /src/external/apache2/llvm/bin/
Makefile 16 llc \
  /src/external/bsd/wpa/dist/wpa_supplicant/examples/
p2p-nfc.py 153 def p2p_handover_client(llc):
188 client = nfc.handover.HandoverClient(llc)
260 def __init__(self, llc):
261 super(HandoverServer, self).__init__(llc)
475 def llcp_worker(llc):
479 p2p_handover_client(llc)
510 p2p_handover_client(llc)
516 def llcp_startup(clf, llc):
519 srv = HandoverServer(llc)
520 return llc
    [all...]
wps-nfc.py 139 def __init__(self, llc):
140 super(HandoverServer, self).__init__(llc)
203 def wps_handover_init(llc):
224 client = nfc.handover.HandoverClient(llc)
392 def llcp_worker(llc):
395 wps_handover_init(llc)
405 def llcp_startup(clf, llc):
410 srv = HandoverServer(llc)
417 return llc
419 def llcp_connected(llc)
    [all...]
dpp-nfc.py 283 def __init__(self, handover, llc):
284 super(HandoverClient, self).__init__(llc)
369 client = HandoverClient(handover, handover.llc)
527 def __init__(self, handover, llc):
528 super(HandoverServer, self).__init__(llc)
532 self.llc = llc
726 args=(self.llc, True))
868 def llcp_worker(llc, try_alt):
949 def start_handover_server(self, llc)
    [all...]
  /src/external/bsd/wpa/dist/hostapd/
wps-ap-nfc.py 111 def __init__(self, llc):
112 super(HandoverServer, self).__init__(llc)
252 def llcp_startup(clf, llc):
255 srv = HandoverServer(llc)
256 return llc
258 def llcp_connected(llc):
  /src/sys/net/
if_llc.h 45 struct llc { struct
96 __CTASSERT(sizeof(struct llc) == 8);
114 * Don't use sizeof(struct llc_un) for LLC header sizes
122 * Unnumbered LLC format commands
142 * Supervisory LLC commands
162 * LLC XID definitions from 802.2, as needed
if_ethersubr.c 373 * llc header.
376 struct llc llc; local
378 M_PREPEND(m, sizeof(struct llc), M_DONTWAIT);
385 llc.llc_dsap = llc.llc_ssap = LLC_SNAP_LSAP;
386 llc.llc_control = LLC_UI;
387 memcpy(llc.llc_snap_org_code, at_org_code,
388 sizeof(llc.llc_snap_org_code));
389 llc.llc_snap_ether_type = htons(ETHERTYPE_ATALK)
390 memcpy(mtod(m, void *), &llc, sizeof(struct llc)); local
534 struct llc *llc = (struct llc *)(eh + 1); local
    [all...]
  /src/external/bsd/ipf/dist/lib/
ipft_pc.c 17 struct llc { struct
19 int lc_sz; /* LLC header length */
20 int lc_to; /* LLC Type offset */
21 int lc_tl; /* LLC Type length */
29 static struct llc llcs[] = {
61 static struct llc *llcp = NULL;
212 struct llc *l;
  /src/sys/net80211/
ieee80211_output.c 411 #define TO_BE_RECLAIMED (sizeof(struct ether_header) - sizeof(struct llc))
423 * header and prepending an LLC header. This means we know
425 * sizeof(struct ether_header) - sizeof(struct llc)
537 struct llc *llc; local
598 m_adj(m, sizeof(struct ether_header) - sizeof(struct llc));
599 llc = mtod(m, struct llc *);
600 llc->llc_dsap = llc->llc_ssap = LLC_SNAP_LSAP
    [all...]
ieee80211_input.c 943 struct llc *llc; local
945 if (m->m_len < hdrlen + sizeof(*llc) &&
946 (m = m_pullup(m, hdrlen + sizeof(*llc))) == NULL) {
952 llc = (struct llc *)(mtod(m, char *) + hdrlen);
953 if (llc->llc_dsap == LLC_SNAP_LSAP &&
954 llc->llc_ssap == LLC_SNAP_LSAP &&
955 llc->llc_control == LLC_UI &&
956 llc->llc_snap.org_code[0] == 0 &
    [all...]

Completed in 38 milliseconds

1 2