Searched refs:is_hw_caps_supported (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/net/l2/ethernet/ |
D | ethernet_mgmt.c | 16 static inline bool is_hw_caps_supported(const struct device *dev, in is_hw_caps_supported() function 51 if (!is_hw_caps_supported(dev, in ethernet_set_config() 60 if (!is_hw_caps_supported(dev, in ethernet_set_config() 67 if (!is_hw_caps_supported(dev, in ethernet_set_config() 74 if (!is_hw_caps_supported(dev, in ethernet_set_config() 86 if (!is_hw_caps_supported(dev, ETHERNET_DUPLEX_SET)) { in ethernet_set_config() 118 if (!is_hw_caps_supported(dev, ETHERNET_QAV)) { in ethernet_set_config() 142 if (!is_hw_caps_supported(dev, ETHERNET_QBV)) { in ethernet_set_config() 162 if (!is_hw_caps_supported(dev, ETHERNET_QBU)) { in ethernet_set_config() 178 if (!is_hw_caps_supported(dev, ETHERNET_TXTIME)) { in ethernet_set_config() [all …]
|