Searched refs:ostat (Results 1 – 8 of 8) sorted by relevance
3301 struct jme_hw_stats *stat, *ostat; in jme_stats_update() local3309 ostat = &sc->jme_ostats; in jme_stats_update()3327 stat->rx_good_frames += ostat->rx_good_frames; in jme_stats_update()3328 stat->rx_crc_errs += ostat->rx_crc_errs; in jme_stats_update()3329 stat->rx_mii_errs += ostat->rx_mii_errs; in jme_stats_update()3330 stat->rx_fifo_oflows += ostat->rx_fifo_oflows; in jme_stats_update()3331 stat->rx_desc_empty += ostat->rx_desc_empty; in jme_stats_update()3332 stat->rx_bad_frames += ostat->rx_bad_frames; in jme_stats_update()3333 stat->tx_good_frames += ostat->tx_good_frames; in jme_stats_update()3334 stat->tx_bad_frames += ostat->tx_bad_frames; in jme_stats_update()
104 struct ostat { struct
2313 char ub_l_[PADL_(struct ostat *)]; struct ostat * ub; char ub_r_[PADR_(struct ostat *)];2317 char ub_l_[PADL_(struct ostat *)]; struct ostat * ub; char ub_r_[PADR_(struct ostat *)];2330 char sb_l_[PADL_(struct ostat *)]; struct ostat * sb; char sb_r_[PADR_(struct ostat *)];2451 int ostat(struct thread *, struct ostat_args *);
630 struct ostat;697 void cvtstat(struct stat *st, struct ostat *ost);
5460 cam_status ostat; in ahc_search_qinfifo() local5463 ostat = aic_get_transaction_status(scb); in ahc_search_qinfifo()5464 if (ostat == CAM_REQ_INPROG) in ahc_search_qinfifo()5572 cam_status ostat; in ahc_search_qinfifo() local5575 ostat = aic_get_transaction_status(scb); in ahc_search_qinfifo()5576 if (ostat == CAM_REQ_INPROG) in ahc_search_qinfifo()5677 cam_status ostat; in ahc_search_untagged_queues() local5680 ostat = aic_get_transaction_status(scb); in ahc_search_untagged_queues()5681 if (ostat == CAM_REQ_INPROG) in ahc_search_untagged_queues()5979 cam_status ostat; in ahc_abort_scbs() local[all …]
7369 cam_status ostat; in ahd_done_with_status() local7372 ostat = aic_get_transaction_status(scb); in ahd_done_with_status()7373 if (ostat == CAM_REQ_INPROG) in ahd_done_with_status()7841 cam_status ostat; in ahd_abort_scbs() local7843 ostat = aic_get_transaction_status(scbp); in ahd_abort_scbs()7844 if (ostat == CAM_REQ_INPROG) in ahd_abort_scbs()
2218 struct ostat *ub;2222 ostat(struct thread *td, struct ostat_args *uap) in ostat() function2225 struct ostat osb; in ostat()2241 struct ostat *ub;2248 struct ostat osb; in olstat()2264 cvtstat(struct stat *st, struct ostat *ost) in cvtstat()
1548 struct ostat *sb;1555 struct ostat oub; in ofstat()