Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/netdevsim/
H A Dmacsec.c57 ns->macsec.nsim_secy[idx].nsim_rxsc_count = 0; in nsim_macsec_add_secy()
118 if (secy->nsim_rxsc_count == NSIM_MACSEC_MAX_RXSC_COUNT) in nsim_macsec_add_rxsc()
134 secy->nsim_rxsc_count++; in nsim_macsec_add_rxsc()
192 secy->nsim_rxsc_count--; in nsim_macsec_del_rxsc()
H A Dnetdevsim.h67 u8 nsim_rxsc_count; member