Home
last modified time | relevance | path

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

/linux-4.4.14/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.c140 static void zpokel(struct zatm_dev *zatm_dev,u32 value,u32 addr) in zpokel()
149 static u32 zpeekl(struct zatm_dev *zatm_dev,u32 addr) in zpeekl()
180 struct zatm_dev *zatm_dev; in refill_pool() local
280 struct zatm_dev *zatm_dev; in use_pool() local
361 struct zatm_dev *zatm_dev; in poll_rx() local
484 struct zatm_dev *zatm_dev; in open_rx_first() local
536 struct zatm_dev *zatm_dev; in open_rx_second() local
558 struct zatm_dev *zatm_dev; in close_rx() local
600 struct zatm_dev *zatm_dev; in start_rx() local
632 struct zatm_dev *zatm_dev; in do_tx() local
[all …]