Home
last modified time | relevance | path

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

/linux/net/8021q/
H A Dvlan_dev.c770 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 *op in vlan_macsec_del_rxsc()
[all...]
/linux/drivers/net/
H A Dmacsec.c359 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()
1864 const struct macsec_ops *ops; in macsec_add_rxsa()
1951 const struct macsec_ops *ops; in macsec_add_rxsc()
2107 const struct macsec_ops *op in macsec_add_txsa()
[all...]
/linux/Documentation/networking/net_cachelines/
H A Dnet_device.rst174 struct macsec_ops* macsec_ops
/linux/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; in aq_macsec_init()
/linux/drivers/net/netdevsim/
H A Dmacsec.c327 static const struct macsec_ops nsim_macsec_ops = {
344 ns->netdev->macsec_ops = &nsim_macsec_ops; in nsim_macsec_init()
/linux/include/net/
H A Dmacsec.h296 * struct macsec_ops - MACsec offloading operations
326 struct macsec_ops { struct
328 mdo_dev_openmacsec_ops global() argument
329 mdo_dev_stopmacsec_ops global() argument
331 mdo_add_secymacsec_ops global() argument
332 mdo_upd_secymacsec_ops global() argument
333 mdo_del_secymacsec_ops global() argument
335 mdo_add_rxscmacsec_ops global() argument
336 mdo_upd_rxscmacsec_ops global() argument
337 mdo_del_rxscmacsec_ops global() argument
339 mdo_add_rxsamacsec_ops global() argument
340 mdo_upd_rxsamacsec_ops global() argument
341 mdo_del_rxsamacsec_ops global() argument
342 mdo_add_txsamacsec_ops global() argument
343 mdo_upd_txsamacsec_ops global() argument
344 mdo_del_txsamacsec_ops global() argument
346 mdo_get_dev_statsmacsec_ops global() argument
347 mdo_get_tx_sc_statsmacsec_ops global() argument
348 mdo_get_tx_sa_statsmacsec_ops global() argument
349 mdo_get_rx_sc_statsmacsec_ops global() argument
350 mdo_get_rx_sa_statsmacsec_ops global() argument
352 mdo_insert_tx_tagmacsec_ops global() argument
354 needed_headroommacsec_ops global() argument
355 needed_tailroommacsec_ops global() argument
356 rx_uses_md_dstmacsec_ops global() argument
/linux/include/linux/
H A Dphy.h521 struct macsec_ops;
566 * @macsec_ops: MACsec offloading ops.
763 const struct macsec_ops *macsec_ops; member
H A Dnetdevice.h65 struct macsec_ops;
2448 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.c1579 static const struct macsec_ops nxp_c45_macsec_ops = {
1663 phydev->macsec_ops = &nxp_c45_macsec_ops; in nxp_c45_macsec_probe()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dmacsec.c1634 static const struct macsec_ops macsec_offload_ops = {
1719 netdev->macsec_ops = &macsec_offload_ops; in mlx5e_macsec_build_netdev()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dcn10k_macsec.c1717 static const struct macsec_ops cn10k_mcs_ops = {
1784 pfvf->netdev->macsec_ops = &cn10k_mcs_ops; in cn10k_mcs_init()