Searched refs:dev_started (Results 1 – 1 of 1) sorted by relevance
49 bool dev_started; member883 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()