Home
last modified time | relevance | path

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

/linux/drivers/net/phy/
H A Dnxp-c45-tja11xx-macsec.c360 struct nxp_c45_secy *phy_secy, bool en) in nxp_c45_secy_irq_en() argument
366 reg |= TX_SC_BIT(phy_secy->secy_id); in nxp_c45_secy_irq_en()
368 reg &= ~TX_SC_BIT(phy_secy->secy_id); in nxp_c45_secy_irq_en()
397 static void nxp_c45_secy_free(struct nxp_c45_secy *phy_secy) in nxp_c45_secy_free() argument
399 list_del(&phy_secy->list); in nxp_c45_secy_free()
400 kfree(phy_secy); in nxp_c45_secy_free()
613 static bool nxp_c45_secy_valid(struct nxp_c45_secy *phy_secy, in nxp_c45_secy_valid() argument
616 bool end_station = phy_secy->secy->tx_sc.end_station; in nxp_c45_secy_valid()
617 bool scb = phy_secy->secy->tx_sc.scb; in nxp_c45_secy_valid()
619 phy_secy->rx_sc0_impl = false; in nxp_c45_secy_valid()
[all …]