Searched refs:tx_flt_base (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/phy/ |
| H A D | nxp-c45-tja11xx-macsec.c | 672 u32 tx_flt_base = TX_FLT_BASE(secy_id); in nxp_c45_tx_sc_en_flt() local 675 nxp_c45_macsec_read(phydev, TX_SC_FLT_MAC_CFG(tx_flt_base), ®); in nxp_c45_tx_sc_en_flt() 680 nxp_c45_macsec_write(phydev, TX_SC_FLT_MAC_CFG(tx_flt_base), reg); in nxp_c45_tx_sc_en_flt() 687 u32 tx_flt_base = TX_FLT_BASE(phy_secy->secy_id); in nxp_c45_tx_sc_set_flt() local 691 nxp_c45_macsec_write(phydev, TX_SC_FLT_MAC_DA_SA(tx_flt_base), reg); in nxp_c45_tx_sc_set_flt() 695 nxp_c45_macsec_write(phydev, TX_SC_FLT_MAC_SA(tx_flt_base), reg); in nxp_c45_tx_sc_set_flt() 696 nxp_c45_macsec_read(phydev, TX_SC_FLT_MAC_CFG(tx_flt_base), ®); in nxp_c45_tx_sc_set_flt() 699 nxp_c45_macsec_write(phydev, TX_SC_FLT_MAC_CFG(tx_flt_base), reg); in nxp_c45_tx_sc_set_flt()
|