Searched refs:paddrNum (Results 1 – 3 of 3) sorted by relevance
628 uint8_t paddrNum; in MemacAddExactMatchMacAddress() local640 for (paddrNum = 0; paddrNum < MEMAC_NUM_OF_PADDRS; paddrNum++) in MemacAddExactMatchMacAddress()641 if (p_Memac->indAddrRegUsed[paddrNum]) in MemacAddExactMatchMacAddress()642 if (p_Memac->paddr[paddrNum] == ethAddr) in MemacAddExactMatchMacAddress()646 for (paddrNum = 0; paddrNum < MEMAC_NUM_OF_PADDRS; paddrNum++) in MemacAddExactMatchMacAddress()647 if (!(p_Memac->indAddrRegUsed[paddrNum])) in MemacAddExactMatchMacAddress()652 p_Memac->paddr[paddrNum] = ethAddr; in MemacAddExactMatchMacAddress()671 uint8_t paddrNum; in MemacDelExactMatchMacAddress() local679 for (paddrNum = 0; paddrNum < MEMAC_NUM_OF_PADDRS; paddrNum++) in MemacDelExactMatchMacAddress()681 if ((p_Memac->indAddrRegUsed[paddrNum]) && in MemacDelExactMatchMacAddress()[all …]
502 uint8_t paddrNum; in TgecAddExactMatchMacAddress() local514 for (paddrNum = 0; paddrNum < TGEC_NUM_OF_PADDRS; paddrNum++) in TgecAddExactMatchMacAddress()515 if (p_Tgec->indAddrRegUsed[paddrNum]) in TgecAddExactMatchMacAddress()516 if (p_Tgec->paddr[paddrNum] == ethAddr) in TgecAddExactMatchMacAddress()520 for (paddrNum = 0; paddrNum < TGEC_NUM_OF_PADDRS; paddrNum++) in TgecAddExactMatchMacAddress()522 if (!(p_Tgec->indAddrRegUsed[paddrNum])) in TgecAddExactMatchMacAddress()527 p_Tgec->paddr[paddrNum] = ethAddr; in TgecAddExactMatchMacAddress()547 uint8_t paddrNum; in TgecDelExactMatchMacAddress() local555 for (paddrNum = 0; paddrNum < TGEC_NUM_OF_PADDRS; paddrNum++) in TgecDelExactMatchMacAddress()557 if ((p_Tgec->indAddrRegUsed[paddrNum]) && in TgecDelExactMatchMacAddress()[all …]
819 uint8_t paddrNum; in DtsecAddExactMatchMacAddress() local831 for (paddrNum = 0; paddrNum < DTSEC_NUM_OF_PADDRS; paddrNum++) in DtsecAddExactMatchMacAddress()832 if (p_Dtsec->indAddrRegUsed[paddrNum]) in DtsecAddExactMatchMacAddress()833 if (p_Dtsec->paddr[paddrNum] == ethAddr) in DtsecAddExactMatchMacAddress()837 for (paddrNum = 0; paddrNum < DTSEC_NUM_OF_PADDRS; paddrNum++) in DtsecAddExactMatchMacAddress()838 if (!(p_Dtsec->indAddrRegUsed[paddrNum])) in DtsecAddExactMatchMacAddress()843 p_Dtsec->paddr[paddrNum] = ethAddr; in DtsecAddExactMatchMacAddress()862 uint8_t paddrNum; in DtsecDelExactMatchMacAddress() local870 for (paddrNum = 0; paddrNum < DTSEC_NUM_OF_PADDRS; paddrNum++) in DtsecDelExactMatchMacAddress()872 if ((p_Dtsec->indAddrRegUsed[paddrNum]) && in DtsecDelExactMatchMacAddress()[all …]