Home
last modified time | relevance | path

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

/linux/net/8021q/
H A Dvlan_dev.c785 static const struct macsec_ops *vlan_get_macsec_ops(const struct macsec_context *ctx) in vlan_get_macsec_ops()
787 return vlan_dev_priv(ctx->netdev)->real_dev->macsec_ops; in vlan_get_macsec_ops()
801 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx); in vlan_macsec_dev_open()
811 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx); in vlan_macsec_dev_stop()
821 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx); in vlan_macsec_add_secy()
831 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx); in vlan_macsec_upd_secy()
841 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx); in vlan_macsec_del_secy()
851 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx); in vlan_macsec_add_rxsc()
861 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx); in vlan_macsec_upd_rxsc()
871 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx); in vlan_macsec_del_rxsc()
[all …]
/linux/drivers/net/
H A Dmacsec.c363 macsec->real_dev->phydev->macsec_ops; in macsec_check_offload()
366 macsec->real_dev->macsec_ops; in macsec_check_offload()
371 static const struct macsec_ops *__macsec_get_ops(enum macsec_offload offload, in __macsec_get_ops()
386 return macsec->real_dev->phydev->macsec_ops; in __macsec_get_ops()
388 return macsec->real_dev->macsec_ops; in __macsec_get_ops()
394 static const struct macsec_ops *macsec_get_ops(struct macsec_dev *macsec, in macsec_get_ops()
1035 const struct macsec_ops *ops; in handle_not_macsec()
1840 const struct macsec_ops *ops; in macsec_add_rxsa()
1914 const struct macsec_ops *ops; in macsec_add_rxsc()
2048 const struct macsec_ops *ops; in macsec_add_txsa()
[all …]
/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_macsec.h120 extern const struct macsec_ops aq_macsec_ops;
H A Daq_macsec.c1426 const struct macsec_ops aq_macsec_ops = {
1466 nic->ndev->macsec_ops = &aq_macsec_ops; in aq_macsec_init()
/linux/include/net/
H A Dmacsec.h329 struct macsec_ops { struct
/linux/include/linux/
H A Dphy.h532 struct macsec_ops;
809 const struct macsec_ops *macsec_ops; member
H A Dnetdevice.h65 struct macsec_ops;
2527 const struct macsec_ops *macsec_ops; member
/linux/drivers/net/phy/mscc/
H A Dmscc_macsec.c936 static const struct macsec_ops vsc8584_macsec_ops = {
964 phydev->macsec_ops = &vsc8584_macsec_ops; in vsc8584_macsec_init()
/linux/drivers/net/phy/
H A Dnxp-c45-tja11xx-macsec.c1575 static const struct macsec_ops nxp_c45_macsec_ops = {
1659 phydev->macsec_ops = &nxp_c45_macsec_ops; in nxp_c45_macsec_probe()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dmacsec.c1640 static const struct macsec_ops macsec_offload_ops = {
1725 netdev->macsec_ops = &macsec_offload_ops; in mlx5e_macsec_build_netdev()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dcn10k_macsec.c1689 static const struct macsec_ops cn10k_mcs_ops = {
1756 pfvf->netdev->macsec_ops = &cn10k_mcs_ops; in cn10k_mcs_init()