Home
last modified time | relevance | path

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

/linux/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()