Searched refs:dev_stat (Results 1 – 6 of 6) sorted by relevance
53 struct net_device_stats dev_stat;/* device statistics */ member
536 scc->dev_stat.rx_dropped++; in scc_rxint()1627 scc->dev_stat.rx_packets++; in scc_net_rx()1628 scc->dev_stat.rx_bytes += skb->len; in scc_net_rx()1647 scc->dev_stat.tx_dropped++; /* bogus frame */ in scc_net_tx()1652 scc->dev_stat.tx_packets++; in scc_net_tx()1653 scc->dev_stat.tx_bytes += skb->len; in scc_net_tx()1961 scc->dev_stat.rx_errors = scc->stat.rxerrs + scc->stat.rx_over; in scc_net_get_stats()1962 scc->dev_stat.tx_errors = scc->stat.txerrs + scc->stat.tx_under; in scc_net_get_stats()1963 scc->dev_stat.rx_fifo_errors = scc->stat.rx_over; in scc_net_get_stats()1964 scc->dev_stat.tx_fifo_errors = scc->stat.tx_under; in scc_net_get_stats()[all …]
2580 u32 dev_stat, dev_speed; in pch_udc_svc_enum_interrupt() local2583 dev_stat = pch_udc_read_device_status(dev); in pch_udc_svc_enum_interrupt()2584 dev_speed = (dev_stat & UDC_DEVSTS_ENUM_SPEED_MASK) >> in pch_udc_svc_enum_interrupt()2619 u32 reg, dev_stat = 0; in pch_udc_svc_intf_interrupt() local2622 dev_stat = pch_udc_read_device_status(dev); in pch_udc_svc_intf_interrupt()2623 dev->cfg_data.cur_intf = (dev_stat & UDC_DEVSTS_INTF_MASK) >> in pch_udc_svc_intf_interrupt()2625 dev->cfg_data.cur_alt = (dev_stat & UDC_DEVSTS_ALT_MASK) >> in pch_udc_svc_intf_interrupt()2661 u32 reg, dev_stat = 0; in pch_udc_svc_cfg_interrupt() local2663 dev_stat = pch_udc_read_device_status(dev); in pch_udc_svc_cfg_interrupt()2665 dev->cfg_data.cur_cfg = (dev_stat & UDC_DEVSTS_CFG_MASK) >> in pch_udc_svc_cfg_interrupt()
2152 int dev_stat = fsm_getstate(fi); in dev_action_chup() local2156 dev->name, dev->ml_priv, dev_stat, event); in dev_action_chup()
2919 TB_CIT_SETUP(dev_stat, NULL, &target_core_stat_group_ops, NULL);
1136 dev_stat network device status