Searched refs:typeId (Results 1 – 3 of 3) sorted by relevance
| /hal_infineon-latest/mtb-pdl-cat1/drivers/third_party/ethernet/src/ |
| D | edd_rx.c | 1318 uint32_t emacSetTypeIdMatch(void *pD, uint8_t matchSel, uint16_t typeId, in emacSetTypeIdMatch() argument 1329 EMAC_REGS__SPEC_TYPE1__MATCH__MODIFY(regVal, typeId); in emacSetTypeIdMatch() 1336 EMAC_REGS__SPEC_TYPE2__MATCH__MODIFY(regVal, typeId); in emacSetTypeIdMatch() 1343 EMAC_REGS__SPEC_TYPE3__MATCH__MODIFY(regVal, typeId); in emacSetTypeIdMatch() 1350 EMAC_REGS__SPEC_TYPE4__MATCH__MODIFY(regVal, typeId); in emacSetTypeIdMatch() 1368 uint32_t emacGetTypeIdMatch(void *pD, uint8_t matchSel, uint16_t *typeId, in emacGetTypeIdMatch() argument 1374 if (*enabled && (typeId==NULL)) return EINVAL; in emacGetTypeIdMatch() 1380 *typeId = EMAC_REGS__SPEC_TYPE1__MATCH__READ(regVal); in emacGetTypeIdMatch() 1385 *typeId = EMAC_REGS__SPEC_TYPE2__MATCH__READ(regVal); in emacGetTypeIdMatch() 1390 *typeId = EMAC_REGS__SPEC_TYPE3__MATCH__READ(regVal); in emacGetTypeIdMatch() [all …]
|
| /hal_infineon-latest/mtb-pdl-cat1/drivers/third_party/ethernet/include/ |
| D | edd_int.h | 380 uint32_t emacSetTypeIdMatch(void *pD, uint8_t matchSel, uint16_t typeId, 383 uint32_t emacGetTypeIdMatch(void *pD, uint8_t matchSel, uint16_t *typeId,
|
| D | cedi.h | 2371 uint32_t (*setTypeIdMatch)(void* pD, uint8_t matchSel, uint16_t typeId, uint8_t enable); 2383 uint32_t (*getTypeIdMatch)(void* pD, uint8_t matchSel, uint16_t* typeId, uint8_t* enable);
|