Searched refs:tpd_ring (Results 1 – 4 of 4) sorted by relevance
878 struct atl1c_tpd_ring *tpd_ring = &adapter->tpd_ring[queue]; in atl1c_clean_tx_ring() local928 struct atl1c_tpd_ring *tpd_ring = adapter->tpd_ring; in atl1c_init_ring_ptrs() local986 struct atl1c_tpd_ring *tpd_ring = adapter->tpd_ring; in atl1c_setup_ring_resources() local1004 tpd_ring[i].count = tpd_ring[0].count; in atl1c_setup_ring_resources()1015 tpd_ring[i].buffer_info = (tpd_ring->buffer_info + count); in atl1c_setup_ring_resources()1084 struct atl1c_tpd_ring *tpd_ring = adapter->tpd_ring; in atl1c_configure_des_ring() local1981 struct atl1c_tpd_ring *tpd_ring = &adapter->tpd_ring[queue]; in atl1c_tpd_avail() local2001 struct atl1c_tpd_ring *tpd_ring = &adapter->tpd_ring[queue]; in atl1c_get_tpd() local2006 if (++tpd_ring->next_to_use == tpd_ring->count) in atl1c_get_tpd()2016 struct atl1c_tpd_ring *tpd_ring = adapter->tpd_ring; in atl1c_get_tx_buffer() local[all …]
543 struct atl1c_tpd_ring tpd_ring[AT_MAX_TRANSMIT_QUEUE]; member
1021 struct atl1_tpd_ring *tpd_ring = &adapter->tpd_ring; in atl1_setup_ring_resources() local1038 (tpd_ring->buffer_info + tpd_ring->count); in atl1_setup_ring_resources()1069 rfd_ring->dma = tpd_ring->dma + tpd_ring->size; in atl1_setup_ring_resources()1108 struct atl1_tpd_ring *tpd_ring = &adapter->tpd_ring; in atl1_init_ring_ptrs() local1168 struct atl1_tpd_ring *tpd_ring = &adapter->tpd_ring; in atl1_clean_tx_ring() local1196 memset(tpd_ring->desc, 0, tpd_ring->size); in atl1_clean_tx_ring()1211 struct atl1_tpd_ring *tpd_ring = &adapter->tpd_ring; in atl1_free_ring_resources() local2053 struct atl1_tpd_ring *tpd_ring = &adapter->tpd_ring; in atl1_intr_tx() local2189 struct atl1_tpd_ring *tpd_ring = &adapter->tpd_ring; in atl1_tx_map() local2293 struct atl1_tpd_ring *tpd_ring = &adapter->tpd_ring; in atl1_tx_queue() local[all …]
764 struct atl1_tpd_ring tpd_ring; member