Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/mediatek/mt76/mt76x2/
H A Dusb_phy.c87 u8 channel = chan->hw_value, bw, bw_index; in mt76x2u_phy_set_channel() local
98 bw_index = 1; in mt76x2u_phy_set_channel()
101 bw_index = 3; in mt76x2u_phy_set_channel()
111 bw_index = ch_group_index; in mt76x2u_phy_set_channel()
116 bw_index = 0; in mt76x2u_phy_set_channel()
137 ret = mt76x2_mcu_set_channel(dev, channel, bw, bw_index, scan); in mt76x2u_phy_set_channel()
H A Dpci_phy.c148 u8 bw, bw_index; in mt76x2_phy_set_channel() local
161 bw_index = 1; in mt76x2_phy_set_channel()
164 bw_index = 3; in mt76x2_phy_set_channel()
174 bw_index = ch_group_index; in mt76x2_phy_set_channel()
179 bw_index = 0; in mt76x2_phy_set_channel()
200 ret = mt76x2_mcu_set_channel(dev, channel, bw, bw_index, scan); in mt76x2_phy_set_channel()
H A Dmcu.c16 u8 bw_index, bool scan) in mt76x2_mcu_set_channel() argument
41 msg.ext_chan = 0xe0 + bw_index; in mt76x2_mcu_set_channel()
H A Dmt76x2.h60 u8 bw_index, bool scan);
/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c326 uint64_t bw_index; member
5216 if (pack->bw_data != 0 && pack->bw_index != n + i) in ztest_dmu_read_write()
5219 pack->bw_index, n, i); in ztest_dmu_read_write()
5232 pack->bw_index = n + i; in ztest_dmu_read_write()
5319 if (pack->bw_data != 0 && pack->bw_index != n + i) in compare_and_update_pbbufs()
5322 pack->bw_index, n, i); in compare_and_update_pbbufs()
5332 pack->bw_index = n + i; in compare_and_update_pbbufs()