Searched refs:MAX_PACKET_SIZE (Results 1 – 12 of 12) sorted by relevance
57 uint8_t data[MAX_PACKET_SIZE + 1];
42 static uint8_t m_work_buffer[MAX_PACKET_SIZE + PHR_SIZE]; ///< Work buffer.
73 PHY_SHR_SYMBOLS + PHY_SYMBOLS_FROM_OCTETS(PHR_SIZE + MAX_PACKET_SIZE))
89 static uint8_t m_tx_buffer[RAW_PAYLOAD_OFFSET + MAX_PACKET_SIZE];104 NRF_802154_ASSERT(length <= MAX_PACKET_SIZE); in tx_buffer_fill_for_modulated_carrier()
335 NRF_802154_ASSERT((offset >= 0) && (offset <= MAX_PACKET_SIZE + PHR_SIZE)); in nrf_802154_aes_ccm_transform_prepare()
570 NRF_802154_ASSERT((offset >= 0) && (offset <= MAX_PACKET_SIZE + PHR_SIZE)); in nrf_802154_aes_ccm_transform_prepare()
1830 if (psdu_length > 0 && psdu_length <= MAX_PACKET_SIZE) in nrf_802154_trx_receive_frame_bcmatched()
925 packet_conf.maxlen = MAX_PACKET_SIZE; in nrf_802154_trx_enable()
161 #define MAX_PACKET_SIZE 127 ///< Maximum s… macro
448 if ((psdu_length < IMM_ACK_LENGTH) || (psdu_length > MAX_PACKET_SIZE)) in nrf_802154_filter_frame_part()
358 (psdu_length > MAX_PACKET_SIZE)) in full_parse()
55 #define ENH_ACK_MAX_SIZE MAX_PACKET_SIZE