HomeSort by: relevance | last modified time | path
    Searched refs:packet3 (Results 1 - 4 of 4) sorted by relevancy

  /src/tests/net/net/
t_ip_reass.c 244 struct lopacket *packet1, *packet2, *packet3, *packet4; local in function:ATF_TC_BODY
264 packet3 = alloc_lopacket(addr, 16);
265 ip = &packet3->hdr;
292 /* packet3 comes before packet1 but overlaps. */
294 write_lopacket(fd, packet3);
308 free_lopacket(packet3);
  /src/sys/external/bsd/drm/dist/shared-core/
r300_cmdbuf.c 627 header.packet3.packet != R300_CMD_PACKET3_RAW ||
672 /* obtain first word - actual packet3 header */
677 DRM_ERROR("Not a packet3 header (0x%08x)\n", header);
686 ("Expected packet3 of length %d but have only %d bytes left\n",
700 DRM_ERROR("packet3 INDX_BUFFER without preceding 3D_DRAW_INDX_2 is illegal.\n");
720 DRM_ERROR("Unknown packet3 header (0x%08x)\n", header);
736 * Emit a rendering packet3 from userspace.
762 switch (header.packet3.packet) {
782 DRM_ERROR("bad packet3 type %i at %p\n",
783 header.packet3.packet
    [all...]
radeon_drm.h 221 #define R300_CMD_PACKET3 3 /* emit a packet3 */
258 } packet3; member in union:__anon601bc957090a
  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
radeon_drm.h 229 #define R300_CMD_PACKET3 3 /* emit a packet3 */
266 } packet3; member in union:__anon05888ab0090a

Completed in 50 milliseconds