Searched refs:tx_map (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/tehuti/ |
D | tehuti.h | 195 struct tx_map { struct 202 struct tx_map *start; /* points to the first element */ argument 203 struct tx_map *end; /* points just AFTER the last element */ 204 struct tx_map *rptr; /* points to the next element to read */ 205 struct tx_map *wptr; /* points to the next element to write */
|
D | tehuti.c | 1386 static inline void __bdx_tx_db_ptr_next(struct txdb *db, struct tx_map **pptr) in __bdx_tx_db_ptr_next() 1442 d->size = memsz / sizeof(struct tx_map) - 1; in bdx_tx_db_init()
|
/Linux-v4.19/drivers/atm/ |
D | zatm.h | 71 struct atm_vcc **tx_map; /* TX VCCs */ member
|
D | zatm.c | 770 if (chan < zatm_dev->chans && zatm_dev->tx_map[chan]) in poll_tx() 771 dequeue_tx(zatm_dev->tx_map[chan]); in poll_tx() 905 zatm_dev->tx_map[chan] = NULL; in close_tx() 991 zatm_dev->tx_map[zatm_vcc->tx_chan] = vcc; in open_tx_second() 1003 zatm_dev->tx_map = kmalloc_array(zatm_dev->chans, in start_tx() 1004 sizeof(*zatm_dev->tx_map), in start_tx() 1006 if (!zatm_dev->tx_map) return -ENOMEM; in start_tx() 1271 zatm_dev->rx_map = zatm_dev->tx_map = NULL; in zatm_start() 1358 kfree(zatm_dev->tx_map); in zatm_start()
|
/Linux-v4.19/drivers/staging/mt7621-eth/ |
D | mtk_eth_soc.h | 584 int (*tx_map)(struct sk_buff *skb, struct net_device *dev, int tx_num, member
|
D | mtk_eth_soc.c | 1008 if (ring->tx_map(skb, dev, tx_num, ring, gso) < 0) in mtk_start_xmit() 1368 ring->tx_map = mtk_pdma_tx_map; in mtk_pdma_tx_alloc() 1420 ring->tx_map = mtk_qdma_tx_map; in mtk_qdma_tx_alloc_tx()
|