Searched refs:dev_stat (Results 1 – 3 of 3) sorted by relevance
535 scc->dev_stat.rx_dropped++; in scc_rxint()1626 scc->dev_stat.rx_packets++; in scc_net_rx()1627 scc->dev_stat.rx_bytes += skb->len; in scc_net_rx()1643 scc->dev_stat.tx_dropped++; /* bogus frame */ in scc_net_tx()1648 scc->dev_stat.tx_packets++; in scc_net_tx()1649 scc->dev_stat.tx_bytes += skb->len; in scc_net_tx()1957 scc->dev_stat.rx_errors = scc->stat.rxerrs + scc->stat.rx_over; in scc_net_get_stats()1958 scc->dev_stat.tx_errors = scc->stat.txerrs + scc->stat.tx_under; in scc_net_get_stats()1959 scc->dev_stat.rx_fifo_errors = scc->stat.rx_over; in scc_net_get_stats()1960 scc->dev_stat.tx_fifo_errors = scc->stat.tx_under; in scc_net_get_stats()[all …]
2605 u32 dev_stat, dev_speed; in pch_udc_svc_enum_interrupt() local2608 dev_stat = pch_udc_read_device_status(dev); in pch_udc_svc_enum_interrupt()2609 dev_speed = (dev_stat & UDC_DEVSTS_ENUM_SPEED_MASK) >> in pch_udc_svc_enum_interrupt()2644 u32 reg, dev_stat = 0; in pch_udc_svc_intf_interrupt() local2647 dev_stat = pch_udc_read_device_status(dev); in pch_udc_svc_intf_interrupt()2648 dev->cfg_data.cur_intf = (dev_stat & UDC_DEVSTS_INTF_MASK) >> in pch_udc_svc_intf_interrupt()2650 dev->cfg_data.cur_alt = (dev_stat & UDC_DEVSTS_ALT_MASK) >> in pch_udc_svc_intf_interrupt()2686 u32 reg, dev_stat = 0; in pch_udc_svc_cfg_interrupt() local2688 dev_stat = pch_udc_read_device_status(dev); in pch_udc_svc_cfg_interrupt()2690 dev->cfg_data.cur_cfg = (dev_stat & UDC_DEVSTS_CFG_MASK) >> in pch_udc_svc_cfg_interrupt()
2156 int dev_stat = fsm_getstate(fi); in dev_action_chup() local2160 dev->name, dev->ml_priv, dev_stat, event); in dev_action_chup()