Searched refs:macsec_ops (Results 1 - 12 of 12) sorted by relevance

/linux-master/net/8021q/
H A Dvlan_dev.c792 static const struct macsec_ops *vlan_get_macsec_ops(const struct macsec_context *ctx)
794 return vlan_dev_priv(ctx->netdev)->real_dev->macsec_ops;
808 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx);
818 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx);
828 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx);
838 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx);
848 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx);
858 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx);
868 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx);
878 const struct macsec_ops *op
[all...]
/linux-master/drivers/net/ethernet/aquantia/atlantic/
H A Daq_macsec.h120 extern const struct macsec_ops aq_macsec_ops;
H A Daq_macsec.c1430 const struct macsec_ops aq_macsec_ops = {
1470 nic->ndev->macsec_ops = &aq_macsec_ops;
/linux-master/drivers/net/
H A Dmacsec.c347 macsec->real_dev->phydev->macsec_ops;
350 macsec->real_dev->macsec_ops;
355 static const struct macsec_ops *__macsec_get_ops(enum macsec_offload offload,
370 return macsec->real_dev->phydev->macsec_ops;
372 return macsec->real_dev->macsec_ops;
378 static const struct macsec_ops *macsec_get_ops(struct macsec_dev *macsec,
1018 const struct macsec_ops *ops;
1853 const struct macsec_ops *ops;
1940 const struct macsec_ops *ops;
2096 const struct macsec_ops *op
[all...]
/linux-master/drivers/net/netdevsim/
H A Dmacsec.c327 static const struct macsec_ops nsim_macsec_ops = {
344 ns->netdev->macsec_ops = &nsim_macsec_ops;
/linux-master/include/net/
H A Dmacsec.h296 * struct macsec_ops - MACsec offloading operations
326 struct macsec_ops { struct
/linux-master/include/linux/
H A Dphy.h544 struct macsec_ops;
585 * @macsec_ops: MACsec offloading ops.
775 const struct macsec_ops *macsec_ops; member in struct:phy_device
H A Dnetdevice.h64 struct macsec_ops;
1994 * @macsec_ops: MACsec offloading ops
2377 const struct macsec_ops *macsec_ops; member in struct:net_device
/linux-master/drivers/net/phy/mscc/
H A Dmscc_macsec.c936 static const struct macsec_ops vsc8584_macsec_ops = {
964 phydev->macsec_ops = &vsc8584_macsec_ops;
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dcn10k_macsec.c1718 static const struct macsec_ops cn10k_mcs_ops = {
1785 pfvf->netdev->macsec_ops = &cn10k_mcs_ops;
/linux-master/drivers/net/phy/
H A Dnxp-c45-tja11xx-macsec.c1579 static const struct macsec_ops nxp_c45_macsec_ops = {
1663 phydev->macsec_ops = &nxp_c45_macsec_ops;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dmacsec.c1630 static const struct macsec_ops macsec_offload_ops = {
1715 netdev->macsec_ops = &macsec_offload_ops;

Completed in 274 milliseconds