Home
last modified time | relevance | path

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

/linux-6.12.1/include/net/
Dmacsec.h209 bool end_station; member
365 (secy->n_rx_sc > 1 && !tx_sc->end_station && !tx_sc->scb); in macsec_send_sci()
/linux-6.12.1/drivers/net/phy/
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-6.12.1/drivers/net/
Dmacsec.c292 if (tx_sc->end_station) in macsec_fill_sectag()
3056 nla_put_u8(skb, MACSEC_SECY_ATTR_ES, tx_sc->end_station) || in nla_put_secy()
3851 tx_sc->end_station = !!nla_get_u8(data[IFLA_MACSEC_ES]); in macsec_changelink_common()
4108 secy->tx_sc.end_station = false; in macsec_add_dev()
4388 nla_put_u8(skb, IFLA_MACSEC_ES, tx_sc->end_station) || in macsec_fill_info()
/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dcn10k_macsec.c527 if (sw_tx_sc->end_station) in cn10k_mcs_write_tx_secy()
/linux-6.12.1/drivers/net/ethernet/aquantia/atlantic/
Daq_macsec.c350 if (secy->tx_sc.end_station) in aq_set_txsc()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dmacsec_fs.c627 if (tx_sc->end_station) in macsec_fs_tx_create_sectag_header()