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
1544
mac->mac_phy.
phy_flags
|= BWI_PHY_F_LINKED;
1548
mac->mac_phy.
phy_flags
&= ~BWI_PHY_F_LINKED;
1822
if ((phy->
phy_flags
& BWI_PHY_F_LINKED) == 0)
3162
if (phy->
phy_flags
& BWI_PHY_F_CALIBRATED)
3171
phy->
phy_flags
|= BWI_PHY_F_CALIBRATED;
3232
if (phy->phy_rev >= 2 || (phy->
phy_flags
& BWI_PHY_F_LINKED))
3248
if (phy->phy_rev >= 2 || (phy->
phy_flags
& BWI_PHY_F_LINKED)) {
3262
if ((phy->phy_rev <= 2 && (phy->
phy_flags
& BWI_PHY_F_LINKED)) ||
3271
if (phy->phy_rev >= 2 && (phy->
phy_flags
& BWI_PHY_F_LINKED))
3303
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 56 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025