Searched refs:DOMAINSET_DEL (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/sun4u/starfire/io/ |
H A D | idn_proto.c | 646 DOMAINSET_DEL(domset, idn.localid); in idn_unlink() 1272 DOMAINSET_DEL(dis_set, domid); in idn_select_master() 1409 DOMAINSET_DEL(conset, idn.localid); in idn_send_nego() 1410 DOMAINSET_DEL(conset, domid); in idn_send_nego() 1977 DOMAINSET_DEL(idn.domset.ds_trans_on, d); in idn_check_nego() 1991 DOMAINSET_DEL(idn.domset.ds_trans_on, d); in idn_check_nego() 2100 DOMAINSET_DEL(idn.domset.ds_relink, domid); in idn_error_nego() 2139 DOMAINSET_DEL(conset, idn.localid); in idn_action_nego_sent() 2140 DOMAINSET_DEL(conset, domid); in idn_action_nego_sent() 2203 DOMAINSET_DEL(idn.domset.ds_relink, domid); in idn_action_nego_sent() [all …]
|
H A D | idn.c | 3349 DOMAINSET_DEL(idn.domset.ds_trans_on, domid); in idn_close_domain() 3350 DOMAINSET_DEL(idn.domset.ds_ready_on, domid); in idn_close_domain() 3351 DOMAINSET_DEL(idn.domset.ds_connected, domid); in idn_close_domain() 3352 DOMAINSET_DEL(idn.domset.ds_trans_off, domid); in idn_close_domain() 3353 DOMAINSET_DEL(idn.domset.ds_ready_off, domid); in idn_close_domain() 3354 DOMAINSET_DEL(idn.domset.ds_hwlinked, domid); in idn_close_domain() 3355 DOMAINSET_DEL(idn.domset.ds_flush, domid); in idn_close_domain()
|
/titanic_44/usr/src/uts/sun4u/starfire/sys/ |
H A D | idn.h | 348 #define DOMAINSET_DEL(s, d) ((s) &= ~DOMAINSET(d)) macro 2231 (DOMAINSET_DEL((csp)->ch_reg_domset, (dom)))
|