Searched refs:tx_map (Results 1 – 2 of 2) sorted by relevance
96 struct atm_vcc **tx_map; /* TX VCCs */ member
955 if (chan < zatm_dev->chans && zatm_dev->tx_map[chan]) in poll_tx()956 dequeue_tx(zatm_dev->tx_map[chan]); in poll_tx()1102 zatm_dev->tx_map[chan] = NULL; in close_tx()1189 zatm_dev->tx_map[zatm_vcc->tx_chan] = vcc; in open_tx_second()1201 zatm_dev->tx_map = (struct atm_vcc **) kmalloc(sizeof(struct atm_vcc *)* in start_tx()1203 if (!zatm_dev->tx_map) return -ENOMEM; in start_tx()1471 zatm_dev->rx_map = zatm_dev->tx_map = NULL; in zatm_start()1550 if (zatm_dev->tx_map != NULL) in zatm_start()1551 kfree(zatm_dev->tx_map); in zatm_start()