HomeSort by: relevance | last modified time | path
    Searched defs:last_port (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
intel_guc_submission.c 296 struct i915_request ** const last_port = first + execlists->port_mask; local in function:__guc_dequeue
324 if (port == last_port)
  /src/sys/arch/dreamcast/dev/maple/
maple.c 280 int last_port, last_subunit; local in function:maple_scanbus
299 last_port = last_subunit = -1;
305 if (u->port < last_port || u->subunit <= last_subunit)
307 last_port = u->port;
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_lrc.c 1828 struct i915_request ** const last_port = port + execlists->port_mask; local in function:execlists_dequeue
2096 if (port == last_port)
2180 clear_ports(port + 1, last_port - port);

Completed in 59 milliseconds