Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv6/
A Dip6_frag.c633 struct pbuf_custom_ref *pcr = (struct pbuf_custom_ref*)p; in ip6_frag_free_pbuf_custom() local
634 LWIP_ASSERT("pcr != NULL", pcr != NULL); in ip6_frag_free_pbuf_custom()
635 LWIP_ASSERT("pcr == p", (void*)pcr == (void*)p); in ip6_frag_free_pbuf_custom()
636 if (pcr->original != NULL) { in ip6_frag_free_pbuf_custom()
637 pbuf_free(pcr->original); in ip6_frag_free_pbuf_custom()
639 ip6_frag_free_pbuf_custom_ref(pcr); in ip6_frag_free_pbuf_custom()
712 struct pbuf_custom_ref *pcr; in ip6_frag() local
719 pcr = ip6_frag_alloc_pbuf_custom_ref(); in ip6_frag()
720 if (pcr == NULL) { in ip6_frag()
728 ip6_frag_free_pbuf_custom_ref(pcr); in ip6_frag()
[all …]
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv4/
A Dip4_frag.c662 struct pbuf_custom_ref *pcr = (struct pbuf_custom_ref*)p; in ipfrag_free_pbuf_custom() local
663 LWIP_ASSERT("pcr != NULL", pcr != NULL); in ipfrag_free_pbuf_custom()
664 LWIP_ASSERT("pcr == p", (void*)pcr == (void*)p); in ipfrag_free_pbuf_custom()
665 if (pcr->original != NULL) { in ipfrag_free_pbuf_custom()
666 pbuf_free(pcr->original); in ipfrag_free_pbuf_custom()
668 ip_frag_free_pbuf_custom_ref(pcr); in ipfrag_free_pbuf_custom()
752 struct pbuf_custom_ref *pcr; in ip4_frag() local
761 pcr = ip_frag_alloc_pbuf_custom_ref(); in ip4_frag()
762 if (pcr == NULL) { in ip4_frag()
770 ip_frag_free_pbuf_custom_ref(pcr); in ip4_frag()
[all …]
/AliOS-Things-master/components/csi/csi2/include/core/
A Dcsi_gcc.h1343 __ALWAYS_STATIC_INLINE void __set_PCR(uint32_t pcr) in __set_PCR() argument
1345 __ASM volatile("mtcr %0, cr<9, 3>" : : "r"(pcr)); in __set_PCR()
/AliOS-Things-master/components/csi/csi1/include/core/
A Dcsi_gcc.h1323 __ALWAYS_STATIC_INLINE void __set_PCR(uint32_t pcr) in __set_PCR() argument
1325 __ASM volatile("mtcr %0, cr<9, 3>" : : "r"(pcr)); in __set_PCR()

Completed in 18 milliseconds