Home
last modified time | relevance | path

Searched refs:BIS (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/uts/common/io/bge/
H A Dbge_mii.c37 #define BIS(w, b) (((w) & (b)) ? B_TRUE : B_FALSE) macro
1185 linkup = BIS(aux, MII_AUX_STATUS_LINKUP); in bge_check_copper()
1186 linkup &= BIS(mii_status, MII_STATUS_LINKUP); in bge_check_copper()
1191 linkup &= BIS(aux, MII_AUX_STATUS_LINKUP); in bge_check_copper()
1192 linkup &= BIS(mii_status, MII_STATUS_LINKUP); in bge_check_copper()
1237 if (BIS(aux, MII_AUX_STATUS_LP_ANEG_ABLE)) { in bge_check_copper()
1240 bgep->param_link_tx_pause = BIS(aux, MII_AUX_STATUS_TX_PAUSE); in bge_check_copper()
1241 bgep->param_link_rx_pause = BIS(aux, MII_AUX_STATUS_RX_PAUSE); in bge_check_copper()
1244 bgep->param_lp_1000fdx = BIS(aux, MII_MSSTATUS_LP1000T_FD); in bge_check_copper()
1245 bgep->param_lp_1000hdx = BIS(aux, MII_MSSTATUS_LP1000T); in bge_check_copper()
[all …]
/titanic_41/usr/src/cmd/backup/dump/
H A Ddumptraverse.c99 BIS(ino, clrmap);
102 BIS(ino, dirmap);
108 BIS(ino, nodmap);
111 BIS(UFSROOTINO, nodmap);
133 BIS(ino, clrmap);
136 BIS(ino, dirmap);
140 BIS(ino, nodmap);
143 BIS(UFSROOTINO, nodmap);
193 BIS(shadow, shamap);
278 BIS(ino, nodmap);
[all …]
H A Ddump.h92 #define BIS(i, w) (MWORD(w, i) |= MBIT(i)) macro
H A Ddumptape.c790 BIS(slp->sl_req->ir_inumber, activemap); in toslave()
864 BIS(slp->sl_req->ir_inumber, activemap); in flushcmds()
/titanic_41/usr/src/uts/common/io/nge/
H A Dnge_xmii.c580 linkup &= BIS(mii_status, MII_STATUS_LINKUP); in nge_check_copper()
581 linkup &= BIS(mii_cs.cs_val, MII_STATUS_LINKUP); in nge_check_copper()
H A Dnge.h85 #define BIS(w, b) (((w) & (b)) ? B_TRUE : B_FALSE) macro
/titanic_41/usr/src/cmd/backup/restore/
H A Drestore.h367 #define BIS(i, w) (MWORD((w), (i)) |= MBIT(i)) macro
/titanic_41/usr/src/cmd/spell/
H A Dlocal58 BIS
/titanic_41/usr/src/uts/common/io/rge/
H A Drge.h591 #define BIS(w, b) (((w) & (b)) ? B_TRUE : B_FALSE) macro