Lines Matching refs:atm_vcc
316 static void exception(struct atm_vcc *vcc)
372 struct atm_vcc *vcc; in poll_rx()
482 static int open_rx_first(struct atm_vcc *vcc) in open_rx_first()
534 static int open_rx_second(struct atm_vcc *vcc) in open_rx_second()
556 static void close_rx(struct atm_vcc *vcc) in close_rx()
605 size = sizeof(struct atm_vcc *)*zatm_dev->chans; in start_rx()
631 struct atm_vcc *vcc; in do_tx()
709 static inline void dequeue_tx(struct atm_vcc *vcc) in dequeue_tx()
868 static void close_tx(struct atm_vcc *vcc) in close_tx()
912 static int open_tx_first(struct atm_vcc *vcc) in open_tx_first()
971 static int open_tx_second(struct atm_vcc *vcc) in open_tx_second()
1001 zatm_dev->tx_map = kmalloc(sizeof(struct atm_vcc *)* in start_tx()
1367 static void zatm_close(struct atm_vcc *vcc) in zatm_close()
1383 static int zatm_open(struct atm_vcc *vcc) in zatm_open()
1431 static int zatm_change_qos(struct atm_vcc *vcc,struct atm_qos *qos,int flags) in zatm_change_qos()
1513 static int zatm_getsockopt(struct atm_vcc *vcc,int level,int optname, in zatm_getsockopt()
1520 static int zatm_setsockopt(struct atm_vcc *vcc,int level,int optname, in zatm_setsockopt()
1526 static int zatm_send(struct atm_vcc *vcc,struct sk_buff *skb) in zatm_send()