Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/atlantic/hw_atl/
H A Dhw_atl_utils_fw2x.c143 BIT(CAPS_LO_MACSEC)) & reg_val); in aq_fw2x_set_link_speed()
712 if ((self->caps_lo & BIT(CAPS_LO_MACSEC)) == 0) in aq_fw2x_send_macsec_request()
727 mpi_opts ^= BIT(CAPS_LO_MACSEC); in aq_fw2x_send_macsec_request()
733 BIT(CAPS_LO_MACSEC)) == (mpi_opts & BIT(CAPS_LO_MACSEC)), in aq_fw2x_send_macsec_request()
H A Dhw_atl_utils.h552 CAPS_LO_MACSEC enumerator
/f-stack/dpdk/drivers/net/atlantic/
H A Datl_ethdev.c995 ((hw->caps_lo & BIT(CAPS_LO_MACSEC)) == 0)) in atl_dev_xstats_get_count()