Home
last modified time | relevance | path

Searched refs:iwh_rate_to_plcp (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/uts/common/io/iwh/
H A Diwh.c308 static uint8_t iwh_rate_to_plcp(int);
2951 iwh_rate_to_plcp(int rate) in iwh_rate_to_plcp() function
3396 tx->rate.r.rate_n_flags = LE_32(iwh_rate_to_plcp(rate) | masks); in iwh_send()
4144 hdr->tx_cmd.rate.r.rate_n_flags = LE_32(iwh_rate_to_plcp(2)); in iwh_scan()
4467 LE_32(iwh_rate_to_plcp(2) | masks); in iwh_config()
6333 LE_32(iwh_rate_to_plcp(rate) | masks); in iwh_ap_lq()