Home
last modified time | relevance | path

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

/linux-3.3/drivers/atm/
Dzatm.h57 struct zatm_dev { struct
59 int tx_bw; /* remaining bandwidth */
60 u32 free_shapers; /* bit set */
61 int ubr; /* UBR shaper; -1 if none */
62 int ubr_ref_cnt; /* number of VCs using UBR shaper */
64 int pool_ref[NR_POOLS]; /* free buffer pool usage counters */
65 volatile struct sk_buff *last_free[NR_POOLS];
67 struct sk_buff_head pool[NR_POOLS];/* free buffer pools */
68 struct zatm_pool_info pool_info[NR_POOLS]; /* pool information */
92 #define ZATM_DEV(d) ((struct zatm_dev *) (d)->dev_data) argument
Dzatm.c141 static void zpokel(struct zatm_dev *zatm_dev,u32 value,u32 addr) in zpokel()
150 static u32 zpeekl(struct zatm_dev *zatm_dev,u32 addr) in zpeekl()
181 struct zatm_dev *zatm_dev; in refill_pool() local
281 struct zatm_dev *zatm_dev; in use_pool() local
362 struct zatm_dev *zatm_dev; in poll_rx() local
485 struct zatm_dev *zatm_dev; in open_rx_first() local
537 struct zatm_dev *zatm_dev; in open_rx_second() local
559 struct zatm_dev *zatm_dev; in close_rx() local
601 struct zatm_dev *zatm_dev; in start_rx() local
633 struct zatm_dev *zatm_dev; in do_tx() local
[all …]