Searched refs:phy_secy (Results 1 – 1 of 1) sorted by relevance
360 struct nxp_c45_secy *phy_secy, bool en) in nxp_c45_secy_irq_en() argument366 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() argument399 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() argument616 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 …]