Home
last modified time | relevance | path

Searched refs:tx_map (Results 1 – 4 of 4) sorted by relevance

/drivers/net/
Dtehuti.h199 struct tx_map { struct
206 struct tx_map *start; /* points to the first element */ argument
207 struct tx_map *end; /* points just AFTER the last element */
208 struct tx_map *rptr; /* points to the next element to read */
209 struct tx_map *wptr; /* points to the next element to write */
Dtehuti.c1411 static inline void __bdx_tx_db_ptr_next(struct txdb *db, struct tx_map **pptr) in __bdx_tx_db_ptr_next()
1463 d->size = memsz / sizeof(struct tx_map) - 1; in bdx_tx_db_init()
/drivers/atm/
Dzatm.h70 struct atm_vcc **tx_map; /* TX VCCs */ member
Dzatm.c767 if (chan < zatm_dev->chans && zatm_dev->tx_map[chan]) in poll_tx()
768 dequeue_tx(zatm_dev->tx_map[chan]); in poll_tx()
902 zatm_dev->tx_map[chan] = NULL; in close_tx()
988 zatm_dev->tx_map[zatm_vcc->tx_chan] = vcc; in open_tx_second()
1000 zatm_dev->tx_map = kmalloc(sizeof(struct atm_vcc *)* in start_tx()
1002 if (!zatm_dev->tx_map) return -ENOMEM; in start_tx()
1268 zatm_dev->rx_map = zatm_dev->tx_map = NULL; in zatm_start()
1354 kfree(zatm_dev->tx_map); in zatm_start()