Lines Matching defs:zatm_vcc
42 struct zatm_vcc { struct
44 int rx_chan; /* RX channel, 0 if none */
45 int pool; /* free buffer pool */
47 int tx_chan; /* TX channel, 0 if none */
48 int shaper; /* shaper, <0 if none */
49 struct sk_buff_head tx_queue; /* list of buffers in transit */
50 wait_queue_head_t tx_wait; /* for close */
51 u32 *ring; /* transmit ring */
52 int ring_curr; /* current write position */
53 int txing; /* number of transmits in progress */
54 struct sk_buff_head backlog; /* list of buffers waiting for ring */