Home
last modified time | relevance | path

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

/hal_microchip-latest/mpfs/drivers/mss/mss_ethernet_mac/
Dmss_ethernet_mac_types.h1016 uint8_t *p_rx_packet,
Dmss_ethernet_mac.c5053 uint8_t * p_rx_packet; in rxpkt_handler() local
5068 p_rx_packet = (uint8_t *)addr_temp; in rxpkt_handler()
5076 …if((NULL_POINTER != this_queue->pckt_rx_callback) && (NULL_POINTER != p_rx_packet) && (0U == this_… in rxpkt_handler()
5082 …this_queue->pckt_rx_callback(this_mac, queue_no, p_rx_packet, pckt_length, cdesc, this_queue->rx_c… in rxpkt_handler()
5086 if((NULL_POINTER != p_rx_packet) && (0U != this_mac->rx_discard)) in rxpkt_handler()
5092 …(void)MSS_MAC_receive_pkt(this_mac, queue_no, p_rx_packet, this_queue->rx_caller_info[this_queue->… in rxpkt_handler()