Searched refs:packet (Results 1 - 11 of 11) sorted by relevance

/include/linux/
H A Dpg.h5 pg.h defines the user interface to the generic ATAPI packet
49 char packet[12]; /* packet command */ member in struct:pg_write_hdr
H A Dhil_mlc.h48 * is an IN or EXPECT, and then sends the given packet.
55 /* HILSE_OUT_LAST sends the given command packet to
60 /* HILSE_OUT_DISC sends the given command packet to
70 /* HILSE_IN simply expects any non-errored packet to arrive
75 /* HILSE_EXPECT expects a particular packet to arrive
76 * within arg usecs, any other packet is considered an error.
96 hil_packet packet; /* Packet to send or to compare */ member in union:hilse_node::__anon441
143 struct semaphore isem; /* Raised when a packet arrives */
H A Dfirewire.h248 typedef void (*fw_packet_callback_t)(struct fw_packet *packet,
277 * This callback is called when the packet transmission has completed.
298 struct fw_packet packet; member in struct:fw_transaction
355 * The iso packet format allows for an immediate header/payload part
356 * stored in 'header' immediately after the packet info plus an
364 u32 interrupt:1; /* Generate interrupt on this packet */
365 u32 skip:1; /* tx: Set to not send packet at all */
367 u32 tag:2; /* tx: Tag in packet header */
368 u32 sy:4; /* tx: Sy in packet header */
425 struct fw_iso_packet *packet,
[all...]
H A Dcdrom.h107 * Uniform driver, via generic packet commands, GPCMD_MODE_SELECT_10,
145 #define CDROM_SEND_PACKET 0x5393 /* send a packet to the drive */
433 /* The generic packet command opcodes for CD/DVD Logical Units,
867 __u8 packet : 1; member in struct:__anon191
880 __u8 packet : 1; member in struct:__anon191
H A Dtty.h282 unsigned char stopped:1, hw_stopped:1, flow_stopped:1, packet:1; member in struct:tty_struct
/include/linux/netfilter/
H A Dxt_statistic.h29 __u32 packet; member in struct:xt_statistic_info::__anon982::__anon984
/include/net/sctp/
H A Dcommand.h60 SCTP_CMD_SEND_PKT, /* Send a full packet to our peer. */
87 SCTP_CMD_DISCARD_PACKET, /* Discard the whole packet. */
141 struct sctp_packet *packet; member in union:__anon1603
191 SCTP_ARG_CONSTRUCTOR(PACKET, struct sctp_packet *, packet)
H A Dstructs.h391 /* My : Tag expected in every inbound packet and sent
397 /* Peer's : Tag expected in every outbound packet except
425 /* This holds the originating address of the INIT packet. */
444 /* This is a shim for my peer's INIT packet, followed by
677 * o Chunk: A unit of information within an SCTP packet, consisting of
701 /* These are the SCTP headers by reverse order in a packet.
770 singleton:1, /* Only chunk in the packet? */
771 end_of_packet:1, /* Last chunk in the packet? */
773 pdiscard:1, /* Discard the whole packet now? */
819 /* These are the SCTP header values (host order) for the packet
860 sctp_packet_empty(struct sctp_packet *packet) argument
1035 struct sctp_packet packet; member in struct:sctp_transport
[all...]
/include/net/netfilter/
H A Dnf_conntrack_l4proto.h36 /* Returns verdict for packet, or -1 for invalid. */
37 int (*packet)(struct nf_conn *ct, member in struct:nf_conntrack_l4proto
46 * returns TRUE if it's OK. If so, packet() called next. */
/include/net/
H A Dnet_namespace.h15 #include <net/netns/packet.h>
77 struct netns_packet packet; member in struct:net
/include/drm/
H A Dradeon_drm.h68 /* New style per-packet identifiers for use in cmd_buffer ioctl with
70 * state bits and the packet size:
176 #define RADEON_CMD_PACKET3 5 /* emit hw packet */
177 #define RADEON_CMD_PACKET3_CLIP 6 /* emit hw packet wrapped in cliprects */
191 } packet; member in union:__anon76
259 unsigned char cmd_type, packet, pad0, pad1; member in struct:__anon84::__anon88
262 unsigned char cmd_type, packet; member in struct:__anon84::__anon89
647 * - allows updating of tcl packet, vector and scalar state

Completed in 550 milliseconds