Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dmemac.c628 uint8_t paddrNum; in MemacAddExactMatchMacAddress() local
640 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()
650 p_Memac->indAddrRegUsed[paddrNum] = TRUE; in MemacAddExactMatchMacAddress()
652 p_Memac->paddr[paddrNum] = ethAddr; in MemacAddExactMatchMacAddress()
655 fman_memac_add_addr_in_paddr(p_Memac->p_MemMap, (uint8_t*)(*p_EthAddr), paddrNum); in MemacAddExactMatchMacAddress()
671 uint8_t paddrNum; in MemacDelExactMatchMacAddress() local
[all …]
H A Dtgec.c502 uint8_t paddrNum; in TgecAddExactMatchMacAddress() local
514 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()
525 p_Tgec->indAddrRegUsed[paddrNum] = TRUE; in TgecAddExactMatchMacAddress()
527 p_Tgec->paddr[paddrNum] = ethAddr; in TgecAddExactMatchMacAddress()
547 uint8_t paddrNum; in TgecDelExactMatchMacAddress() local
555 for (paddrNum = 0; paddrNum < TGEC_NUM_OF_PADDRS; paddrNum++) in TgecDelExactMatchMacAddress()
[all …]
H A Ddtsec.c819 uint8_t paddrNum; in DtsecAddExactMatchMacAddress() local
831 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()
841 p_Dtsec->indAddrRegUsed[paddrNum] = TRUE; in DtsecAddExactMatchMacAddress()
843 p_Dtsec->paddr[paddrNum] = ethAddr; in DtsecAddExactMatchMacAddress()
846 … fman_dtsec_add_addr_in_paddr(p_Dtsec->p_MemMap, (uint64_t)PTR_TO_UINT(&ethAddr), paddrNum); in DtsecAddExactMatchMacAddress()
862 uint8_t paddrNum; in DtsecDelExactMatchMacAddress() local
[all …]