Lines Matching defs:stat

1412 	error = iwn_dma_contig_alloc(sc, &ring->stat_dma, (void **)&ring->stat,
2438 struct iwn_rx_stat *stat = (struct iwn_rx_stat *)(desc + 1);
2444 memcpy(&sc->last_rx_stat, stat, sizeof (*stat));
2463 struct iwn_rx_stat *stat;
2478 stat = &sc->last_rx_stat;
2480 stat = (struct iwn_rx_stat *)(desc + 1);
2484 if (stat->cfg_phy_len > IWN_STAT_MAXLEN) {
2487 stat->cfg_phy_len);
2495 head = (caddr_t)(stat + 1) + stat->cfg_phy_len;
2496 len = le16toh(stat->len);
2565 rssi = ops->get_rssi(sc, stat);
2571 if (stat->flags & htole16(IWN_STAT_FLAG_SHPREAMBLE))
2575 tap->wr_tsft = stat->tstamp;
2576 switch (stat->rate) {
2845 struct iwn4965_tx_stat *stat = (struct iwn4965_tx_stat *)(desc + 1);
2854 __func__, desc->qid, desc->idx, stat->ackfailcnt,
2855 stat->btkillcnt, stat->rate, le16toh(stat->duration),
2856 le32toh(stat->status));
2860 iwn_ampdu_tx_done(sc, qid, desc->idx, stat->nframes,
2861 &stat->status);
2863 iwn_tx_done(sc, desc, stat->ackfailcnt,
2864 le32toh(stat->status) & 0xff);
2872 struct iwn5000_tx_stat *stat = (struct iwn5000_tx_stat *)(desc + 1);
2881 __func__, desc->qid, desc->idx, stat->ackfailcnt,
2882 stat->btkillcnt, stat->rate, le16toh(stat->duration),
2883 le32toh(stat->status));
2892 iwn_ampdu_tx_done(sc, qid, desc->idx, stat->nframes,
2893 &stat->status);
2895 iwn_tx_done(sc, desc, stat->ackfailcnt,
2896 le16toh(stat->status) & 0xff);
3001 void *stat)
3012 uint32_t *status = stat;
3013 uint16_t *aggstatus = stat;
3122 hw = le16toh(sc->rxq.stat->closed_count) & 0xfff;
4703 iwn4965_get_rssi(struct iwn_softc *sc, struct iwn_rx_stat *stat)
4705 struct iwn4965_rx_phystat *phy = (void *)stat->phybuf;
4730 iwn5000_get_rssi(struct iwn_softc *sc, struct iwn_rx_stat *stat)
4732 struct iwn5000_rx_phystat *phy = (void *)stat->phybuf;