Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/support/platform/src/can/
H A Dcan_mail.c17 struct CanFilterNode { struct
129 struct CanFilterNode *cfNode = NULL; in CanRxBoxMsgMatch()
137 DLIST_FOR_EACH_ENTRY(cfNode, &rbox->filters, struct CanFilterNode, node) { in CanRxBoxMsgMatch()
150 struct CanFilterNode *cfNode = NULL; in CanRxBoxAddFilter()
160 cfNode = (struct CanFilterNode *)OsalMemCalloc(sizeof(*cfNode)); in CanRxBoxAddFilter()
175 struct CanFilterNode *cfNode = NULL; in CanRxBoxDelFilter()
176 struct CanFilterNode *tmp = NULL; in CanRxBoxDelFilter()
187 DLIST_FOR_EACH_ENTRY_SAFE(cfNode, tmp, &rbox->filters, struct CanFilterNode, node) { in CanRxBoxDelFilter()