OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
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
3128
* @
phy_flags
: general phy flags: band, modulation, ...
3148
uint16_t
phy_flags
;
member in struct:iwm_rx_phy_info
3164
* enum iwm_rx_phy_flags - to parse %iwm_rx_phy_info
phy_flags
if_iwm.c
4242
if (phy_info->
phy_flags
& htole16(IWM_PHY_INFO_FLAG_SHPREAMBLE))
4251
if (phy_info->
phy_flags
&
Completed in 42 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026