Searched defs:zatm_dev (Results 1 – 2 of 2) sorted by relevance
57 struct zatm_dev { struct59 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
141 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() local281 struct zatm_dev *zatm_dev; in use_pool() local362 struct zatm_dev *zatm_dev; in poll_rx() local485 struct zatm_dev *zatm_dev; in open_rx_first() local537 struct zatm_dev *zatm_dev; in open_rx_second() local559 struct zatm_dev *zatm_dev; in close_rx() local601 struct zatm_dev *zatm_dev; in start_rx() local633 struct zatm_dev *zatm_dev; in do_tx() local[all …]