Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/usb_otg/include/
A Ddwc_list.h450 #define DWC_TAILQ_REPLACE(head, elm, elm2, field) do { \ argument
452 (elm2)->field.tqe_next->field.tqe_prev = \
453 &(elm2)->field.tqe_next; \
455 (head)->tqh_last = &(elm2)->field.tqe_next; \
456 (elm2)->field.tqe_prev = (elm)->field.tqe_prev; \
457 *(elm2)->field.tqe_prev = (elm2); \
577 #define DWC_CIRCLEQ_REPLACE(head, elm, elm2, field) do { \ argument
580 (head).cqh_last = (elm2); \
582 (elm2)->field.cqe_next->field.cqe_prev = (elm2); \
585 (head).cqh_first = (elm2); \
[all …]

Completed in 6 milliseconds