Searched refs:first_rx_desc_index (Results 1 – 2 of 2) sorted by relevance
1254 …volatile uint32_t first_rx_desc_index; /*!< Descriptor to process next when receive han… member
342 this_mac->queue[queue_no].first_rx_desc_index = 0U; in MSS_MAC_init()3249 p_queue->first_rx_desc_index = 0U; in generic_mac_irq_handler()5045 mss_mac_rx_desc_t * cdesc = &this_queue->rx_desc_tab[this_queue->first_rx_desc_index]; in rxpkt_handler()5082 …_no, p_rx_packet, pckt_length, cdesc, this_queue->rx_caller_info[this_queue->first_rx_desc_index]); in rxpkt_handler()5092 …mac, queue_no, p_rx_packet, this_queue->rx_caller_info[this_queue->first_rx_desc_index], MSS_MAC_I… in rxpkt_handler()5098 ++this_queue->first_rx_desc_index; in rxpkt_handler()5099 this_queue->first_rx_desc_index %= MSS_MAC_RX_RING_SIZE; in rxpkt_handler()5101 cdesc = &this_queue->rx_desc_tab[this_queue->first_rx_desc_index]; in rxpkt_handler()