Searched refs:tx_rate (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/io/arn/ |
H A D | arn_rc.c | 949 int tx_rate, int xretries, int retries, in arn_rc_update_per() argument 968 last_per = ath_rc_priv->state[tx_rate].per; in arn_rc_update_per() 972 ath_rc_priv->state[tx_rate].per += 30; in arn_rc_update_per() 973 if (ath_rc_priv->state[tx_rate].per > 100) in arn_rc_update_per() 974 ath_rc_priv->state[tx_rate].per = 100; in arn_rc_update_per() 982 ath_rc_priv->state[tx_rate].per = in arn_rc_update_per() 988 if (ath_rc_priv->probe_rate == tx_rate) in arn_rc_update_per() 1023 ath_rc_priv->state[tx_rate].per = new_per; in arn_rc_update_per() 1026 ath_rc_priv->state[tx_rate].per = in arn_rc_update_per() 1041 ath_rc_priv->probe_rate == tx_rate) { in arn_rc_update_per() [all …]
|
/illumos-gate/usr/src/cmd/cxgbetool/ |
H A D | cudbg_view.h | 68 DECLARE_VIEW_FUNC(tx_rate);
|
H A D | cudbg_view.c | 3888 struct tx_rate *tx_rate; in view_tx_rate() local 3895 tx_rate = (struct tx_rate *)dc_buff.data; in view_tx_rate() 3897 if (tx_rate->nchan == NCHAN) { in view_tx_rate() 3901 (unsigned long long)tx_rate->nrate[0], in view_tx_rate() 3902 (unsigned long long)tx_rate->nrate[1], in view_tx_rate() 3903 (unsigned long long)tx_rate->nrate[2], in view_tx_rate() 3904 (unsigned long long)tx_rate->nrate[3]); in view_tx_rate() 3907 (unsigned long long)tx_rate->orate[0], in view_tx_rate() 3908 (unsigned long long)tx_rate->orate[1], in view_tx_rate() 3909 (unsigned long long)tx_rate->orate[2], in view_tx_rate() [all …]
|
/illumos-gate/usr/src/uts/common/io/atu/ |
H A D | atu.h | 397 uint8_t tx_rate; member
|
H A D | atu.c | 828 desc->tx_rate = ATU_DEF_TX_RATE; in atu_send()
|
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | cudbg_lib.c | 3413 struct tx_rate *tx_rate; in collect_tx_rate() local 3417 size = sizeof(struct tx_rate); in collect_tx_rate() 3424 tx_rate = (struct tx_rate *)scratch_buff.data; in collect_tx_rate() 3425 t4_get_chan_txrate(padap, tx_rate->nrate, tx_rate->orate); in collect_tx_rate() 3426 tx_rate->nchan = padap->params.arch.nchan; in collect_tx_rate()
|
H A D | cudbg_entity.h | 751 struct tx_rate { struct
|
/illumos-gate/usr/src/uts/common/io/iwk/ |
H A D | iwk_hw.h | 2966 } tx_rate; member
|