Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/
H A Dmacsec.c339 static const struct macsec_ops *__macsec_get_ops(enum macsec_offload offload, in __macsec_get_ops() function
368 return __macsec_get_ops(macsec->offload, macsec, ctx); in macsec_get_ops()
2621 ops = __macsec_get_ops(offload == MACSEC_OFFLOAD_OFF ? prev_offload : offload, in macsec_update_offload()