Searched refs:tx_map (Results 1 – 4 of 4) sorted by relevance
199 struct tx_map { struct206 struct tx_map *start; /* points to the first element */ argument207 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 */
1411 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()
70 struct atm_vcc **tx_map; /* TX VCCs */ member
767 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()