OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:phy_flags
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/ic/
bwi.c
1539
mac->mac_phy.
phy_flags
|= BWI_PHY_F_LINKED;
1543
mac->mac_phy.
phy_flags
&= ~BWI_PHY_F_LINKED;
1817
if ((phy->
phy_flags
& BWI_PHY_F_LINKED) == 0)
3160
if (phy->
phy_flags
& BWI_PHY_F_CALIBRATED)
3169
phy->
phy_flags
|= BWI_PHY_F_CALIBRATED;
3230
if (phy->phy_rev >= 2 || (phy->
phy_flags
& BWI_PHY_F_LINKED))
3246
if (phy->phy_rev >= 2 || (phy->
phy_flags
& BWI_PHY_F_LINKED)) {
3260
if ((phy->phy_rev <= 2 && (phy->
phy_flags
& BWI_PHY_F_LINKED)) ||
3269
if (phy->phy_rev >= 2 && (phy->
phy_flags
& BWI_PHY_F_LINKED))
3301
if ((phy->
phy_flags
& BWI_PHY_F_LINKED) || phy->phy_rev >= 2)
[
all
...]
bwivar.h
351
uint32_t
phy_flags
; /* BWI_PHY_F_ */
member in struct:bwi_phy
/src/sys/dev/pci/
if_iwmreg.h
2888
* @
phy_flags
: general phy flags: band, modulation, ...
2908
uint16_t
phy_flags
;
member in struct:iwm_rx_phy_info
2924
* enum iwm_rx_phy_flags - to parse %iwm_rx_phy_info
phy_flags
if_iwm.c
3972
if (phy_info->
phy_flags
& htole16(IWM_PHY_INFO_FLAG_SHPREAMBLE))
3981
if (phy_info->
phy_flags
&
Completed in 27 milliseconds
Indexes created Mon Oct 27 08:10:08 GMT 2025