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

/linux-master/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_main.c790 adapter->tpd_ring[0].count = 1024;
878 struct atl1c_tpd_ring *tpd_ring = &adapter->tpd_ring[queue]; local
883 ring_count = tpd_ring->count;
885 buffer_info = &tpd_ring->buffer_info[index];
892 memset(tpd_ring->desc, 0, sizeof(struct atl1c_tpd_desc) *
894 atomic_set(&tpd_ring->next_to_clean, 0);
895 tpd_ring->next_to_use = 0;
928 struct atl1c_tpd_ring *tpd_ring = adapter->tpd_ring; local
986 struct atl1c_tpd_ring *tpd_ring = adapter->tpd_ring; local
1084 struct atl1c_tpd_ring *tpd_ring = adapter->tpd_ring; local
1590 struct atl1c_tpd_ring *tpd_ring = local
1981 struct atl1c_tpd_ring *tpd_ring = &adapter->tpd_ring[queue]; local
2001 struct atl1c_tpd_ring *tpd_ring = &adapter->tpd_ring[queue]; local
2016 struct atl1c_tpd_ring *tpd_ring = adapter->tpd_ring; local
2145 struct atl1c_tpd_ring *tpd_ring = &adpt->tpd_ring[queue]; local
2263 struct atl1c_tpd_ring *tpd_ring = &adapter->tpd_ring[queue]; local
[all...]
H A Datl1c.h543 struct atl1c_tpd_ring tpd_ring[AT_MAX_TRANSMIT_QUEUE]; member in struct:atl1c_adapter
/linux-master/drivers/net/ethernet/atheros/atlx/
H A Datl1.c1021 struct atl1_tpd_ring *tpd_ring = &adapter->tpd_ring; local
1029 size = sizeof(struct atl1_buffer) * (tpd_ring->count + rfd_ring->count);
1030 tpd_ring->buffer_info = kzalloc(size, GFP_KERNEL);
1031 if (unlikely(!tpd_ring->buffer_info)) {
1038 (tpd_ring->buffer_info + tpd_ring->count);
1046 sizeof(struct tx_packet_desc) * tpd_ring->count
1062 tpd_ring->dma = ring_header->dma;
1063 offset = (tpd_ring
1108 struct atl1_tpd_ring *tpd_ring = &adapter->tpd_ring; local
1168 struct atl1_tpd_ring *tpd_ring = &adapter->tpd_ring; local
1211 struct atl1_tpd_ring *tpd_ring = &adapter->tpd_ring; local
2053 struct atl1_tpd_ring *tpd_ring = &adapter->tpd_ring; local
2089 atl1_tpd_avail(struct atl1_tpd_ring *tpd_ring) argument
2189 struct atl1_tpd_ring *tpd_ring = &adapter->tpd_ring; local
2293 struct atl1_tpd_ring *tpd_ring = &adapter->tpd_ring; local
2344 struct atl1_tpd_ring *tpd_ring = &adapter->tpd_ring; local
[all...]
H A Datl1.h764 struct atl1_tpd_ring tpd_ring; member in struct:atl1_adapter

Completed in 143 milliseconds