Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_msg.c384 static uint16_t EP_RxL2MFSetPromisc(ep_handle_t *handle, uint8_t si, uint8_t typeOp) in EP_RxL2MFSetPromisc() argument
387 bool enable = ((typeOp & 0x2U) == 0x2U); in EP_RxL2MFSetPromisc()
388 bool flush = ((typeOp & 0x1U) == 0x1U); in EP_RxL2MFSetPromisc()
389 uint8_t type = (typeOp & 0xc0U); in EP_RxL2MFSetPromisc()
438 uint8_t typeOp = *(uint8_t *)((uint32_t)msgInfo->msgBuff + 0x10U); in EP_PsiHandleMacFilter() local
460 ret = EP_RxL2MFSetPromisc(handle, vsi, typeOp); in EP_PsiHandleMacFilter()