Searched refs:ostat (Results 1 – 9 of 9) sorted by relevance
3333 struct jme_hw_stats *stat, *ostat; in jme_stats_update() local3341 ostat = &sc->jme_ostats; in jme_stats_update()3359 stat->rx_good_frames += ostat->rx_good_frames; in jme_stats_update()3360 stat->rx_crc_errs += ostat->rx_crc_errs; in jme_stats_update()3361 stat->rx_mii_errs += ostat->rx_mii_errs; in jme_stats_update()3362 stat->rx_fifo_oflows += ostat->rx_fifo_oflows; in jme_stats_update()3363 stat->rx_desc_empty += ostat->rx_desc_empty; in jme_stats_update()3364 stat->rx_bad_frames += ostat->rx_bad_frames; in jme_stats_update()3365 stat->tx_good_frames += ostat->tx_good_frames; in jme_stats_update()3366 stat->tx_bad_frames += ostat->tx_bad_frames; in jme_stats_update()
103 struct ostat { struct
596 struct ostat;623 void cvtstat(struct stat *st, struct ostat *ost);
2526 char ub_l_[PADL_(struct ostat *)]; struct ostat * ub; char ub_r_[PADR_(struct ostat *)];2530 char ub_l_[PADL_(struct ostat *)]; struct ostat * ub; char ub_r_[PADR_(struct ostat *)];2543 char sb_l_[PADL_(struct ostat *)]; struct ostat * sb; char sb_r_[PADR_(struct ostat *)];2646 int ostat(struct thread *, struct ostat_args *);
5487 cam_status ostat; in ahc_search_qinfifo() local5490 ostat = aic_get_transaction_status(scb); in ahc_search_qinfifo()5491 if (ostat == CAM_REQ_INPROG) in ahc_search_qinfifo()5599 cam_status ostat; in ahc_search_qinfifo() local5602 ostat = aic_get_transaction_status(scb); in ahc_search_qinfifo()5603 if (ostat == CAM_REQ_INPROG) in ahc_search_qinfifo()5707 cam_status ostat; in ahc_search_untagged_queues() local5710 ostat = aic_get_transaction_status(scb); in ahc_search_untagged_queues()5711 if (ostat == CAM_REQ_INPROG) in ahc_search_untagged_queues()6010 cam_status ostat; in ahc_abort_scbs() local[all …]
7414 cam_status ostat; in ahd_done_with_status() local7417 ostat = aic_get_transaction_status(scb); in ahd_done_with_status()7418 if (ostat == CAM_REQ_INPROG) in ahd_done_with_status()7890 cam_status ostat; in ahd_abort_scbs() local7892 ostat = aic_get_transaction_status(scbp); in ahd_abort_scbs()7893 if (ostat == CAM_REQ_INPROG) in ahd_abort_scbs()
2017 struct ostat *ub;2021 ostat(td, uap) in ostat() function2029 struct ostat osb;2046 struct ostat *ub;2058 struct ostat osb;2075 struct ostat *ost;
1285 struct ostat *sb;1292 struct ostat oub; in ofstat()
857 char ub_l_[PADL_(struct ostat *)]; struct ostat * ub; char ub_r_[PADR_(struct ostat *)];