Searched defs:tx_info_priv (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_rc.c948 struct ath_tx_info_priv *tx_info_priv,
996 if (tx_info_priv->n_bad_frames) {
1010 if (tx_info_priv->n_frames > 0) {
1015 tx_info_priv->n_frames +
1016 tx_info_priv->n_bad_frames;
1018 tx_info_priv->n_frames * (retries + 1);
1033 ath_rc_priv->rssi_last = tx_info_priv->tx.ts_rssi;
1042 if (retries > 0 || 2 * tx_info_priv->n_bad_frames >
1043 tx_info_priv->n_frames) {
1100 if (tx_info_priv
945 arn_rc_update_per(struct arn_softc *sc, struct ath_rate_table *rate_table, struct ath_rate_priv *ath_rc_priv, struct ath_tx_info_priv *tx_info_priv, int tx_rate, int xretries, int retries, uint32_t now_msec) argument
1146 arn_rc_update_ht(struct arn_softc *sc, struct ath_rate_priv *ath_rc_priv, struct ath_tx_info_priv *tx_info_priv, int tx_rate, int xretries, int retries) argument
1324 struct ath_tx_info_priv *tx_info_priv = local
1579 struct ath_tx_info_priv *tx_info_priv = local
[all...]
H A Darn_xmit.c524 struct ath_tx_info_priv *tx_info_priv; local
531 tx_info_priv = (struct ath_tx_info_priv *)&bf->tx_info_priv;
2166 struct ath_tx_info_priv *tx_info_priv = local
2167 (struct ath_tx_info_priv *)&bf->tx_info_priv;
2169 tx_info_priv->update_rc = B_FALSE;
2174 (void) memcpy(&tx_info_priv->tx, &ds->ds_txstat,
2175 sizeof (tx_info_priv->tx));
2176 tx_info_priv->n_frames = bf->bf_nframes;
2177 tx_info_priv
[all...]
H A Darn_core.h322 (void) memset(&((_bf)->tx_info_priv), 0, \
394 struct ath_tx_info_priv tx_info_priv; member in struct:ath_buf

Completed in 93 milliseconds