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

/illumos-gate/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) function
3396 tx->rate.r.rate_n_flags = LE_32(iwh_rate_to_plcp(rate) | masks);
4144 hdr->tx_cmd.rate.r.rate_n_flags = LE_32(iwh_rate_to_plcp(2));
4467 LE_32(iwh_rate_to_plcp(2) | masks);
6333 LE_32(iwh_rate_to_plcp(rate) | masks);

Completed in 72 milliseconds