Searched refs:macsec_ops (Results 1 – 8 of 8) sorted by relevance
770 static const struct macsec_ops *vlan_get_macsec_ops(const struct macsec_context *ctx) in vlan_get_macsec_ops()772 return vlan_dev_priv(ctx->netdev)->real_dev->macsec_ops; in vlan_get_macsec_ops()786 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx); in vlan_macsec_dev_open()796 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx); in vlan_macsec_dev_stop()806 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx); in vlan_macsec_add_secy()816 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx); in vlan_macsec_upd_secy()826 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx); in vlan_macsec_del_secy()836 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx); in vlan_macsec_add_rxsc()846 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx); in vlan_macsec_upd_rxsc()856 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx); in vlan_macsec_del_rxsc()[all …]
359 macsec->real_dev->phydev->macsec_ops; in macsec_check_offload()362 macsec->real_dev->macsec_ops; in macsec_check_offload()367 static const struct macsec_ops *__macsec_get_ops(enum macsec_offload offload, in __macsec_get_ops()382 return macsec->real_dev->phydev->macsec_ops; in __macsec_get_ops()384 return macsec->real_dev->macsec_ops; in __macsec_get_ops()390 static const struct macsec_ops *macsec_get_ops(struct macsec_dev *macsec, in macsec_get_ops()1030 const struct macsec_ops *ops; in handle_not_macsec()1833 const struct macsec_ops *ops; in macsec_add_rxsa()1907 const struct macsec_ops *ops; in macsec_add_rxsc()2041 const struct macsec_ops *ops; in macsec_add_txsa()[all …]
174 struct macsec_ops* macsec_ops
120 extern const struct macsec_ops aq_macsec_ops;
1430 const struct macsec_ops aq_macsec_ops = {1470 nic->ndev->macsec_ops = &aq_macsec_ops; in aq_macsec_init()
936 static const struct macsec_ops vsc8584_macsec_ops = {964 phydev->macsec_ops = &vsc8584_macsec_ops; in vsc8584_macsec_init()
1717 static const struct macsec_ops cn10k_mcs_ops = {1784 pfvf->netdev->macsec_ops = &cn10k_mcs_ops; in cn10k_mcs_init()
65 struct macsec_ops;2468 const struct macsec_ops *macsec_ops; member