Searched refs:devstat (Results 1 – 6 of 6) sorted by relevance
3573 struct ce_stats *devstat = &adapter->stats; in et131x_stats() local3575 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 …]
165 u16 devstat; member
1318 struct zcrypt_device_status_ext *devstat) in zcrypt_device_status_ext() argument1323 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()
1664 struct zcrypt_device_status_ext devstat; in fetch_cca_info() local1669 rc = zcrypt_device_status_ext(cardnr, domain, &devstat); in fetch_cca_info()1672 ci->hwtype = devstat.hwtype; in fetch_cca_info()
5481 u16 devstat; in hub_port_connect() local5484 &devstat); in hub_port_connect()5489 if ((devstat & (1 << USB_DEVICE_SELF_POWERED)) == 0) { in hub_port_connect()
58 Moreover, they don't return a devstat, but an irb.