Home
last modified time | relevance | path

Searched refs:mdo_dev_stop (Results 1 – 5 of 5) sorted by relevance

/linux/include/net/
H A Dmacsec.h332 int (*mdo_dev_stop)(struct macsec_context *ctx); member
/linux/drivers/net/phy/mscc/
H A Dmscc_macsec.c938 .mdo_dev_stop = vsc8584_macsec_dev_stop,
/linux/drivers/net/phy/
H A Dnxp-c45-tja11xx-macsec.c1577 .mdo_dev_stop = nxp_c45_mdo_dev_stop,
/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_macsec.c1432 .mdo_dev_stop = aq_locked_mdo_dev_stop,
/linux/drivers/net/
H A Dmacsec.c3655 macsec_offload(ops->mdo_dev_stop, &ctx); in macsec_dev_stop()