Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/tehuti/
Dtehuti.h192 struct tx_map { struct
199 struct tx_map *start; /* points to the first element */ argument
200 struct tx_map *end; /* points just AFTER the last element */
201 struct tx_map *rptr; /* points to the next element to read */
202 struct tx_map *wptr; /* points to the next element to write */
Dtehuti.c1396 static inline void __bdx_tx_db_ptr_next(struct txdb *db, struct tx_map **pptr) in __bdx_tx_db_ptr_next()
1452 d->size = memsz / sizeof(struct tx_map) - 1; in bdx_tx_db_init()
/linux-4.1.27/drivers/atm/
Dzatm.h70 struct atm_vcc **tx_map; /* TX VCCs */ member
Dzatm.c768 if (chan < zatm_dev->chans && zatm_dev->tx_map[chan]) in poll_tx()
769 dequeue_tx(zatm_dev->tx_map[chan]); in poll_tx()
903 zatm_dev->tx_map[chan] = NULL; in close_tx()
989 zatm_dev->tx_map[zatm_vcc->tx_chan] = vcc; in open_tx_second()
1001 zatm_dev->tx_map = kmalloc(sizeof(struct atm_vcc *)* in start_tx()
1003 if (!zatm_dev->tx_map) return -ENOMEM; in start_tx()
1268 zatm_dev->rx_map = zatm_dev->tx_map = NULL; in zatm_start()
1355 kfree(zatm_dev->tx_map); in zatm_start()