Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ethernet/dwc_xgmac/
Deth_dwc_xgmac.c49 bool dev_started; member
883 if (!data->dev_started || data->link_speed == LINK_DOWN || in eth_dwc_xgmac_isr()
1202 if (dev_data->dev_started) { in eth_dwc_xgmac_start_device()
1259 dev_data->dev_started = true; in eth_dwc_xgmac_start_device()
1280 if (!dev_data->dev_started) { in eth_dwc_xgmac_stop_device()
1284 dev_data->dev_started = false; in eth_dwc_xgmac_stop_device()
1382 if (!dev_data->dev_started || dev_data->link_speed == LINK_DOWN || in eth_dwc_xgmac_send()