Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/agere/
H A Det131x.c3573 struct ce_stats *devstat = &adapter->stats; in et131x_stats() local
3575 stats->rx_errors = devstat->rx_length_errs + in et131x_stats()
3576 devstat->rx_align_errs + in et131x_stats()
3577 devstat->rx_crc_errs + in et131x_stats()
3578 devstat->rx_code_violations + in et131x_stats()
3579 devstat->rx_other_errs; in et131x_stats()
3580 stats->tx_errors = devstat->tx_max_pkt_errs; in et131x_stats()
3581 stats->multicast = devstat->multicast_pkts_rcvd; in et131x_stats()
3582 stats->collisions = devstat->tx_collisions; in et131x_stats()
3584 stats->rx_length_errors = devstat->rx_length_errs; in et131x_stats()
[all …]
/linux/drivers/usb/gadget/udc/
H A Domap_udc.h165 u16 devstat; member
/linux/drivers/s390/crypto/
H A Dzcrypt_api.c1318 struct zcrypt_device_status_ext *devstat) in zcrypt_device_status_ext() argument
1323 memset(devstat, 0, sizeof(*devstat)); in zcrypt_device_status_ext()
1330 devstat->hwtype = zc->card->ap_dev.device_type; in zcrypt_device_status_ext()
1331 devstat->functions = zc->card->hwinfo.fac >> 26; in zcrypt_device_status_ext()
1332 devstat->qid = zq->queue->qid; in zcrypt_device_status_ext()
1333 devstat->online = zq->online ? 0x01 : 0x00; in zcrypt_device_status_ext()
H A Dzcrypt_ccamisc.c1664 struct zcrypt_device_status_ext devstat; in fetch_cca_info() local
1669 rc = zcrypt_device_status_ext(cardnr, domain, &devstat); in fetch_cca_info()
1672 ci->hwtype = devstat.hwtype; in fetch_cca_info()
/linux/drivers/usb/core/
H A Dhub.c5481 u16 devstat; in hub_port_connect() local
5484 &devstat); in hub_port_connect()
5489 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.