Home
last modified time | relevance | path

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

/linux/drivers/net/phy/
H A Dnxp-c45-tja11xx-macsec.c616 bool end_station = phy_secy->secy->tx_sc.end_station; in nxp_c45_secy_valid() local
621 if (end_station) { in nxp_c45_secy_valid()
645 bool end_station = phy_secy->secy->tx_sc.end_station; in nxp_c45_rx_sc0_impl() local
649 return !end_station && !send_sci && !scb; in nxp_c45_rx_sc0_impl()
743 phy_secy->secy->tx_sc.end_station ? "on" : "off"); in nxp_c45_tx_sc_update()
744 if (phy_secy->secy->tx_sc.end_station) in nxp_c45_tx_sc_update()
1137 if (phy_secy->secy->tx_sc.end_station && in nxp_c45_mdo_add_rxsc()
/linux/drivers/net/
H A Dmacsec.c292 if (tx_sc->end_station) in macsec_fill_sectag()
3071 nla_put_u8(skb, MACSEC_SECY_ATTR_ES, tx_sc->end_station) || in nla_put_secy()
3879 tx_sc->end_station = !!nla_get_u8(data[IFLA_MACSEC_ES]); in macsec_changelink_common()
4136 secy->tx_sc.end_station = false; in macsec_add_dev()
4416 nla_put_u8(skb, IFLA_MACSEC_ES, tx_sc->end_station) || in macsec_fill_info()
/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_macsec.c350 if (secy->tx_sc.end_station) in aq_set_txsc()