Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/agere/
H A Det131x.c3610 struct ce_stats *devstat = &adapter->stats; in et131x_stats() local
3612 stats->rx_errors = devstat->rx_length_errs + in et131x_stats()
3613 devstat->rx_align_errs + in et131x_stats()
3614 devstat->rx_crc_errs + in et131x_stats()
3615 devstat->rx_code_violations + in et131x_stats()
3616 devstat->rx_other_errs; in et131x_stats()
3617 stats->tx_errors = devstat->tx_max_pkt_errs; in et131x_stats()
3618 stats->multicast = devstat->multicast_pkts_rcvd; in et131x_stats()
3619 stats->collisions = devstat->tx_collisions; in et131x_stats()
3621 stats->rx_length_errors = devstat in et131x_stats()
[all...]
/linux/drivers/usb/gadget/udc/
H A Domap_udc.h165 u16 devstat; member
H A Dlpc32xx_udc.c2721 u32 tmp, devstat; in lpc32xx_usb_lp_irq() local
2727 devstat = readl(USBD_DEVINTST(udc->udp_baseaddr)); in lpc32xx_usb_lp_irq()
2729 devstat &= ~USBD_EP_FAST; in lpc32xx_usb_lp_irq()
2730 writel(devstat, USBD_DEVINTCLR(udc->udp_baseaddr)); in lpc32xx_usb_lp_irq()
2731 devstat = devstat & udc->enabled_devints; in lpc32xx_usb_lp_irq()
2734 if (devstat & USBD_DEV_STAT) in lpc32xx_usb_lp_irq()
2737 /* Start of frame? (devstat & FRAME_INT): in lpc32xx_usb_lp_irq()
2742 if (devstat & ERR_INT) { in lpc32xx_usb_lp_irq()
/linux/drivers/s390/crypto/
H A Dzcrypt_api.c1338 struct zcrypt_device_status_ext *devstat) in zcrypt_device_status_ext() argument
1343 memset(devstat, 0, sizeof(*devstat)); in zcrypt_device_status_ext()
1350 devstat->hwtype = zc->card->ap_dev.device_type; in zcrypt_device_status_ext()
1351 devstat->functions = zc->card->hwinfo.fac >> 26; in zcrypt_device_status_ext()
1352 devstat->qid = zq->queue->qid; in zcrypt_device_status_ext()
1353 devstat->online = zq->online ? 0x01 : 0x00; in zcrypt_device_status_ext()
H A Dzcrypt_ccamisc.c1639 struct zcrypt_device_status_ext devstat; in cca_get_info() local
1644 rc = zcrypt_device_status_ext(cardnr, domain, &devstat); in cca_get_info()
1647 ci->hwtype = devstat.hwtype; in cca_get_info()
/linux/drivers/usb/core/
H A Ddriver.c1455 u16 devstat; in usb_suspend_both() local
1458 &devstat); in usb_suspend_both()
H A Dhub.c5514 u16 devstat; in hub_port_connect() local
5517 &devstat); in hub_port_connect()
5522 if ((devstat & (1 << USB_DEVICE_SELF_POWERED)) == 0) { in hub_port_connect()
/linux/Documentation/arch/s390/
H A Dcds.rst58 Moreover, they don't return a devstat, but an irb.