Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ieee802154/
Dat86rf230.c1011 lp->hw->phy->supported.cca_ed_levels = at86rf212_ed_levels_98; in at86rf212_update_cca_ed_level()
1016 lp->hw->phy->supported.cca_ed_levels = at86rf212_ed_levels_100; in at86rf212_update_cca_ed_level()
1250 if (hw->phy->supported.cca_ed_levels[i] == mbm) in at86rf230_set_cca_ed_level()
1551 lp->hw->phy->supported.cca_ed_levels = at86rf23x_ed_levels; in at86rf230_detect_device()
1581 lp->hw->phy->supported.cca_ed_levels = at86rf212_ed_levels_100; in at86rf230_detect_device()
1599 lp->hw->phy->cca_ed_level = lp->hw->phy->supported.cca_ed_levels[7]; in at86rf230_detect_device()
Dmrf24j40.c1249 devrec->hw->phy->supported.cca_ed_levels = mrf24j40_ed_levels; in mrf24j40_phy_setup()
/linux-4.4.14/include/net/
Dcfg802154.h150 const s32 *tx_powers, *cca_ed_levels; member
/linux-4.4.14/net/ieee802154/
Dnl802154.c400 if (nla_put_s32(msg, i, caps->cca_ed_levels[i])) in nl802154_put_capabilities()
1037 if (ed_level == rdev->wpan_phy.supported.cca_ed_levels[i]) in nl802154_set_cca_ed_level()