Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/atm/
Dzatm.h58 struct zatm_dev { struct
60 int tx_bw; /* remaining bandwidth */
61 u32 free_shapers; /* bit set */
62 int ubr; /* UBR shaper; -1 if none */
63 int ubr_ref_cnt; /* number of VCs using UBR shaper */
65 int pool_ref[NR_POOLS]; /* free buffer pool usage counters */
66 volatile struct sk_buff *last_free[NR_POOLS];
68 struct sk_buff_head pool[NR_POOLS];/* free buffer pools */
69 struct zatm_pool_info pool_info[NR_POOLS]; /* pool information */
93 #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
634 struct zatm_dev *zatm_dev; in do_tx() local
[all …]