Home
last modified time | relevance | path

Searched defs:zatm_vcc (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/atm/
Dzatm.h42 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 */
[all …]
Dzatm.c485 struct zatm_vcc *zatm_vcc; in open_rx_first() local
537 struct zatm_vcc *zatm_vcc; in open_rx_second() local
559 struct zatm_vcc *zatm_vcc; in close_rx() local
633 struct zatm_vcc *zatm_vcc; in do_tx() local
711 struct zatm_vcc *zatm_vcc; in dequeue_tx() local
871 struct zatm_vcc *zatm_vcc; in close_tx() local
915 struct zatm_vcc *zatm_vcc; in open_tx_first() local
974 struct zatm_vcc *zatm_vcc; in open_tx_second() local
1386 struct zatm_vcc *zatm_vcc; in zatm_open() local