Searched refs:_phy (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_rc.h68 #define WLAN_RC_PHY_DS(_phy) ((_phy == WLAN_RC_PHY_HT_20_DS) || \
69 (_phy == WLAN_RC_PHY_HT_40_DS) || \
70 (_phy == WLAN_RC_PHY_HT_20_DS_HGI) || \
71 (_phy == WLAN_RC_PHY_HT_40_DS_HGI))
72 #define WLAN_RC_PHY_40(_phy) ((_phy == WLAN_RC_PHY_HT_40_SS) || \
73 (_phy == WLAN_RC_PHY_HT_40_DS) || \
74 (_phy == WLAN_RC_PHY_HT_40_SS_HGI) || \
75 (_phy
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c1523 uintptr_t _wp, _phy; local
1540 _phy = (uintptr_t)wp->last_phy;
1542 _phy = (uintptr_t)wp->phy;
1548 if (_phy != NULL) {
1549 if (MDB_RD(phy, sizeof (*phy), _phy) == -1) {
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/common/
H A Dbnxe_clc.c326 #define CL22_WR_OVER_CL45(_cb, _phy, _bank, _addr, _val) \
327 elink_cl45_write(_cb, _phy, \
328 (_phy)->def_md_devad, \
332 #define CL22_RD_OVER_CL45(_cb, _phy, _bank, _addr, _val) \
333 elink_cl45_read(_cb, _phy, \
334 (_phy)->def_md_devad, \

Completed in 99 milliseconds