Searched refs:txmcs (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwmvar.h263 int txmcs; member in struct:iwm_tx_data
H A Dif_iwm.c5521 int txmcs, uint8_t failure_frame, int txfail)
5527 if (txmcs != ni->ni_txmcs) {
5534 int mcs = txmcs;
5536 ieee80211_ra_get_ht_rateset(txmcs,
5554 txmcs, 1, 1);
5566 int txmcs, int nss, uint8_t failure_frame, int txfail)
5574 if (txmcs != ni->ni_txmcs || nss != ni->ni_vht_ss) {
5581 int mcs = txmcs;
5618 txmcs, nss, 1, 1);
5630 struct iwm_node *in, int txmcs, in
5520 iwm_ht_single_rate_control(struct iwm_softc *sc, struct ieee80211_node *ni, int txmcs, uint8_t failure_frame, int txfail) argument
5565 iwm_vht_single_rate_control(struct iwm_softc *sc, struct ieee80211_node *ni, int txmcs, int nss, uint8_t failure_frame, int txfail) argument
5629 iwm_rx_tx_cmd_single(struct iwm_softc *sc, struct iwm_rx_packet *pkt, struct iwm_node *in, int txmcs, int txrate) argument
5672 int txmcs = initial_rate & IWM_RATE_VHT_MCS_RATE_CODE_MSK; local
5679 int txmcs = initial_rate & local
5820 int txmcs = initial_rate & local
5828 int txmcs = initial_rate & local
9286 int i, tab, txmcs; local
[all...]

Completed in 59 milliseconds