Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/phy/mscc/
Dmscc_macsec.c110 u32 port = (bank == MACSEC_INGR) ? in vsc8584_macsec_flow_default_action()
158 if (bank != MACSEC_INGR) in vsc8584_macsec_integrity_checks()
190 bank == MACSEC_INGR ? 0xe5880214 : 0xe5880218); in vsc8584_macsec_block_init()
192 MSCC_MS_MISC_CONTROL_MC_LATENCY_FIX(bank == MACSEC_INGR ? 57 : 40) | in vsc8584_macsec_block_init()
193 MSCC_MS_MISC_CONTROL_XFORM_REC_SIZE(bank == MACSEC_INGR ? 1 : 2)); in vsc8584_macsec_block_init()
325 vsc8584_macsec_block_init(phydev, MACSEC_INGR); in __vsc8584_macsec_init()
382 if (bank == MACSEC_INGR && flow->assoc_num >= 0) { in vsc8584_macsec_flow()
387 if (bank == MACSEC_INGR && flow->match.sci && flow->rx_sa->sc->sci) { in vsc8584_macsec_flow()
418 action = (bank == MACSEC_INGR) ? in vsc8584_macsec_flow()
428 if (bank == MACSEC_INGR) { in vsc8584_macsec_flow()
[all …]
Dmscc_macsec.h69 MACSEC_INGR = 0x38, enumerator