Home
last modified time | relevance | path

Searched refs:PCS_CARD_REMOVED (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dpcic_var.h146 #define PCS_CARD_REMOVED 0x4000 /* Removed but still work to do */ macro
/titanic_44/usr/src/uts/common/io/
H A Dpcic.c5482 sockp->pcs_flags &= ~(PCS_CARD_REMOVED|PCS_CARD_CBREM); in pcic_handle_cd_change()
5621 sockp->pcs_flags |= PCS_CARD_REMOVED; in pcic_handle_cd_change()
5625 if (debounce && (sockp->pcs_flags & PCS_CARD_REMOVED)) { in pcic_handle_cd_change()
5643 sockp->pcs_flags &= ~PCS_CARD_REMOVED; in pcic_handle_cd_change()