Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/atlantic/
H A Drte_pmd_atlantic.c21 if (!is_atlantic_supported(dev)) in rte_pmd_atl_macsec_enable()
36 if (!is_atlantic_supported(dev)) in rte_pmd_atl_macsec_disable()
51 if (!is_atlantic_supported(dev)) in rte_pmd_atl_macsec_config_txsc()
66 if (!is_atlantic_supported(dev)) in rte_pmd_atl_macsec_config_rxsc()
82 if (!is_atlantic_supported(dev)) in rte_pmd_atl_macsec_select_txsa()
98 if (!is_atlantic_supported(dev)) in rte_pmd_atl_macsec_select_rxsa()
H A Datl_ethdev.h117 bool is_atlantic_supported(struct rte_eth_dev *dev);
H A Datl_ethdev.c1909 is_atlantic_supported(struct rte_eth_dev *dev) in is_atlantic_supported() function