Searched refs:tpd_ring (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/atl1c/
H A Datl1c_main.c705 adapter->tpd_ring[0].count = 1024;
802 struct atl1c_tpd_ring *tpd_ring = &adapter->tpd_ring[type]; local
807 ring_count = tpd_ring->count;
809 buffer_info = &tpd_ring->buffer_info[index];
814 memset(tpd_ring->desc, 0, sizeof(struct atl1c_tpd_desc) *
816 atomic_set(&tpd_ring->next_to_clean, 0);
817 tpd_ring->next_to_use = 0;
851 struct atl1c_tpd_ring *tpd_ring = adapter->tpd_ring; local
909 struct atl1c_tpd_ring *tpd_ring = adapter->tpd_ring; local
1013 struct atl1c_tpd_ring *tpd_ring = (struct atl1c_tpd_ring *) local
1607 struct atl1c_tpd_ring *tpd_ring = (struct atl1c_tpd_ring *) local
1939 struct atl1c_tpd_ring *tpd_ring = &adapter->tpd_ring[type]; local
1959 struct atl1c_tpd_ring *tpd_ring = &adapter->tpd_ring[type]; local
1974 struct atl1c_tpd_ring *tpd_ring = adapter->tpd_ring; local
2184 struct atl1c_tpd_ring *tpd_ring = &adapter->tpd_ring[type]; local
[all...]
H A Datl1c.h590 struct atl1c_tpd_ring tpd_ring[AT_MAX_TRANSMIT_QUEUE]; member in struct:atl1c_adapter
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/atlx/
H A Datl1.c1039 struct atl1_tpd_ring *tpd_ring = &adapter->tpd_ring; local
1047 size = sizeof(struct atl1_buffer) * (tpd_ring->count + rfd_ring->count);
1048 tpd_ring->buffer_info = kzalloc(size, GFP_KERNEL);
1049 if (unlikely(!tpd_ring->buffer_info)) {
1056 (struct atl1_buffer *)(tpd_ring->buffer_info + tpd_ring->count);
1064 sizeof(struct tx_packet_desc) * tpd_ring->count
1082 tpd_ring->dma = ring_header->dma;
1083 offset = (tpd_ring
1128 struct atl1_tpd_ring *tpd_ring = &adapter->tpd_ring; local
1188 struct atl1_tpd_ring *tpd_ring = &adapter->tpd_ring; local
1231 struct atl1_tpd_ring *tpd_ring = &adapter->tpd_ring; local
2064 struct atl1_tpd_ring *tpd_ring = &adapter->tpd_ring; local
2098 atl1_tpd_avail(struct atl1_tpd_ring *tpd_ring) argument
2196 struct atl1_tpd_ring *tpd_ring = &adapter->tpd_ring; local
2301 struct atl1_tpd_ring *tpd_ring = &adapter->tpd_ring; local
2352 struct atl1_tpd_ring *tpd_ring = &adapter->tpd_ring; local
[all...]
H A Datl1.h776 struct atl1_tpd_ring tpd_ring; member in struct:atl1_adapter

Completed in 76 milliseconds