Home
last modified time | relevance | path

Searched refs:tx_ring_info (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/drivers/net/
Dacenic.h607 struct tx_ring_info { struct
621 struct tx_ring_info tx_skbuff[MAX_TX_RING_ENTRIES]; argument
Dsky2.h1821 struct tx_ring_info { struct
1840 struct tx_ring_info *tx_ring; argument
Dsky2.c1031 sky2->tx_ring = kmalloc(TX_RING_SIZE * sizeof(struct tx_ring_info), in sky2_up()
1035 memset(sky2->tx_ring, 0, TX_RING_SIZE * sizeof(struct tx_ring_info)); in sky2_up()
1154 struct tx_ring_info *re; in sky2_xmit_frame()
1247 struct tx_ring_info *fre; in sky2_xmit_frame()
1310 struct tx_ring_info *re = sky2->tx_ring + put; in sky2_tx_complete()
1326 struct tx_ring_info *fre; in sky2_tx_complete()
Dtg3.h1891 struct tx_ring_info { struct
2056 struct tx_ring_info *tx_buffers;
Dacenic.c2366 struct tx_ring_info *info; in ace_tx_int()
2691 struct tx_ring_info *info; in ace_close()
2736 struct tx_ring_info *info; in ace_map_tx_skb()
2844 struct tx_ring_info *info; in ace_start_xmit()
Dstarfire.c686 struct tx_ring_info { struct
701 struct tx_ring_info tx_info[TX_RING_SIZE]; argument
Dtg3.c2534 struct tx_ring_info *ri = &tp->tx_buffers[sw_idx]; in tg3_tx()
3490 struct tx_ring_info *txp; in tg3_free_rings()
3639 (sizeof(struct tx_ring_info) * in tg3_alloc_consistent()
3649 (sizeof(struct tx_ring_info) * in tg3_alloc_consistent()
3653 tp->tx_buffers = (struct tx_ring_info *) in tg3_alloc_consistent()