Home
last modified time | relevance | path

Searched refs:this_queue (Results 1 – 1 of 1) sorted by relevance

/hal_microchip-latest/mpfs/drivers/mss/mss_ethernet_mac/
Dmss_ethernet_mac.c5044 mss_mac_queue_t *this_queue = &this_mac->queue[queue_no]; in rxpkt_handler() local
5045 mss_mac_rx_desc_t * cdesc = &this_queue->rx_desc_tab[this_queue->first_rx_desc_index]; in rxpkt_handler()
5061 ++this_queue->nb_available_rx_desc; in rxpkt_handler()
5076 …if((NULL_POINTER != this_queue->pckt_rx_callback) && (NULL_POINTER != p_rx_packet) && (0U == this_… in rxpkt_handler()
5080 this_queue->ingress += pckt_length; in rxpkt_handler()
5082this_queue->pckt_rx_callback(this_mac, queue_no, p_rx_packet, pckt_length, cdesc, this_queue->rx_c… in rxpkt_handler()
5092 …void)MSS_MAC_receive_pkt(this_mac, queue_no, p_rx_packet, this_queue->rx_caller_info[this_queue->f… 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()
[all …]