Home
last modified time | relevance | path

Searched refs:unicast_reg (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/
H A Dmvneta.c1596 unsigned int unicast_reg; in mvneta_set_ucast_addr() local
1609 unicast_reg = mvreg_read(pp, (MVNETA_DA_FILT_UCAST_BASE + tbl_offset)); in mvneta_set_ucast_addr()
1613 unicast_reg &= ~(0xff << (8 * reg_offset)); in mvneta_set_ucast_addr()
1615 unicast_reg &= ~(0xff << (8 * reg_offset)); in mvneta_set_ucast_addr()
1616 unicast_reg |= ((0x01 | (queue << 1)) << (8 * reg_offset)); in mvneta_set_ucast_addr()
1619 mvreg_write(pp, (MVNETA_DA_FILT_UCAST_BASE + tbl_offset), unicast_reg); in mvneta_set_ucast_addr()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/
H A Dmvneta.c1636 unsigned int unicast_reg; in mvneta_set_ucast_addr() local
1649 unicast_reg = mvreg_read(pp, (MVNETA_DA_FILT_UCAST_BASE + tbl_offset)); in mvneta_set_ucast_addr()
1653 unicast_reg &= ~(0xff << (8 * reg_offset)); in mvneta_set_ucast_addr()
1655 unicast_reg &= ~(0xff << (8 * reg_offset)); in mvneta_set_ucast_addr()
1656 unicast_reg |= ((0x01 | (queue << 1)) << (8 * reg_offset)); in mvneta_set_ucast_addr()
1659 mvreg_write(pp, (MVNETA_DA_FILT_UCAST_BASE + tbl_offset), unicast_reg); in mvneta_set_ucast_addr()

Completed in 17 milliseconds