Searched refs:feedth (Results 1 – 2 of 2) sorted by relevance
2382 uint16_t feedth; in bwn_lo_probe_loctl() local2410 feedth = bwn_lo_calcfeed(mac, pg->pg_lna_gain, in bwn_lo_probe_loctl()2412 if (feedth < d->feedth) { in bwn_lo_probe_loctl()2416 d->feedth = feedth; in bwn_lo_probe_loctl()2442 uint16_t feedth; in bwn_lo_probe_sm() local2454 feedth = bwn_lo_calcfeed(mac, pg->pg_lna_gain, in bwn_lo_probe_sm()2456 if (feedth < 0x258) { in bwn_lo_probe_sm()2457 if (feedth >= 0x12c) in bwn_lo_probe_sm()2461 feedth = bwn_lo_calcfeed(mac, pg->pg_lna_gain, in bwn_lo_probe_sm()2464 d.feedth = feedth; in bwn_lo_probe_sm()[all …]
877 uint16_t feedth; member