Searched refs:p_rx_packet (Results 1 – 2 of 2) sorted by relevance
1016 uint8_t *p_rx_packet,
5053 uint8_t * p_rx_packet; in rxpkt_handler() local5068 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()