Home
last modified time | relevance | path

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

/linux/drivers/net/phy/mscc/
H A Dmscc_macsec.c431 if (priv->secy->validate_frames == MACSEC_VALIDATE_STRICT) in vsc8584_macsec_flow()
433 else if (priv->secy->validate_frames == MACSEC_VALIDATE_CHECK) in vsc8584_macsec_flow()
704 if (priv->secy->validate_frames != MACSEC_VALIDATE_DISABLED) in __vsc8584_macsec_add_rxsa()
775 secy->validate_frames != MACSEC_VALIDATE_DISABLED); in vsc8584_macsec_add_secy()
777 secy->validate_frames != MACSEC_VALIDATE_DISABLED); in vsc8584_macsec_add_secy()
/linux/drivers/net/ethernet/aquantia/atlantic/macsec/
H A Dmacsec_struct.h496 u32 validate_frames; member
H A Dmacsec_api.c575 packed_record[4] = rec->validate_frames & 0x3; in set_ingress_sc_record()
630 rec->validate_frames = packed_record[4] & 0x3; in get_ingress_sc_record()
/linux/drivers/net/phy/
H A Dnxp-c45-tja11xx-macsec.c822 cfg = phy_secy->secy->validate_frames << MACSEC_RXSC_CFG_VF_OFF; in nxp_c45_rx_sc_update()
825 phy_secy->secy->validate_frames); in nxp_c45_rx_sc_update()
1388 if (phy_secy->secy->validate_frames == MACSEC_VALIDATE_STRICT) in nxp_c45_mdo_get_dev_stats()
1395 if (phy_secy->secy->validate_frames == MACSEC_VALIDATE_STRICT) in nxp_c45_mdo_get_dev_stats()
/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_macsec.c729 sc_record.validate_frames = in aq_set_rxsc()
730 aq_rxsc_validate_frames(secy->validate_frames); in aq_set_rxsc()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dmacsec.c450 if (secy->validate_frames != MACSEC_VALIDATE_STRICT) { in mlx5e_macsec_secy_features_validate()