Searched refs:rfd_ring (Results 1 – 4 of 4) sorted by relevance
1022 struct atl1_rfd_ring *rfd_ring = &adapter->rfd_ring; in atl1_setup_ring_resources() local 1029 size = sizeof(struct atl1_buffer) * (tpd_ring->count + rfd_ring->count); in atl1_setup_ring_resources() 1037 rfd_ring->buffer_info = in atl1_setup_ring_resources() 1047 + sizeof(struct rx_free_desc) * rfd_ring->count in atl1_setup_ring_resources() 1069 rfd_ring->dma = tpd_ring->dma + tpd_ring->size; in atl1_setup_ring_resources() 1070 offset = (rfd_ring->dma & 0x7) ? (8 - (rfd_ring->dma & 0x7)) : 0; in atl1_setup_ring_resources() 1071 rfd_ring->dma += offset; in atl1_setup_ring_resources() 1072 rfd_ring in atl1_setup_ring_resources() 1109 struct atl1_rfd_ring *rfd_ring = &adapter->rfd_ring; atl1_init_ring_ptrs() local 1128 struct atl1_rfd_ring *rfd_ring = &adapter->rfd_ring; atl1_clean_rx_ring() local 1212 struct atl1_rfd_ring *rfd_ring = &adapter->rfd_ring; atl1_free_ring_resources() local 1761 struct atl1_rfd_ring *rfd_ring = &adapter->rfd_ring; atl1_clean_alloc_flag() local 1832 struct atl1_rfd_ring *rfd_ring = &adapter->rfd_ring; atl1_alloc_rx_buffers() local 1912 struct atl1_rfd_ring *rfd_ring = &adapter->rfd_ring; atl1_intr_rx() local [all...]
768 struct atl1_rfd_ring rfd_ring; member
791 adapter->rfd_ring[0].count = 512; in atl1c_sw_init() 905 struct atl1c_rfd_ring *rfd_ring = &adapter->rfd_ring[queue]; in atl1c_clean_rx_ring() local 911 for (j = 0; j < rfd_ring->count; j++) { in atl1c_clean_rx_ring() 912 buffer_info = &rfd_ring->buffer_info[j]; in atl1c_clean_rx_ring() 916 memset(rfd_ring->desc, 0, rfd_ring->size); in atl1c_clean_rx_ring() 917 rfd_ring->next_to_clean = 0; in atl1c_clean_rx_ring() 918 rfd_ring->next_to_use = 0; in atl1c_clean_rx_ring() 929 struct atl1c_rfd_ring *rfd_ring in atl1c_init_ring_ptrs() local 987 struct atl1c_rfd_ring *rfd_ring = adapter->rfd_ring; atl1c_setup_ring_resources() local 1082 struct atl1c_rfd_ring *rfd_ring = adapter->rfd_ring; atl1c_configure_des_ring() local 1749 struct atl1c_rfd_ring *rfd_ring = &adapter->rfd_ring[queue]; atl1c_alloc_rx_buffer() local 1845 atl1c_clean_rfd(struct atl1c_rfd_ring * rfd_ring,struct atl1c_recv_ret_status * rrs,u16 num) atl1c_clean_rfd() argument 1878 struct atl1c_rfd_ring *rfd_ring = &adapter->rfd_ring[rrd_ring->num]; atl1c_clean_rx() local [all...]
544 struct atl1c_rfd_ring rfd_ring[AT_MAX_RECEIVE_QUEUE]; member