Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dpcic_var.h144 #define PCS_CARD_REMOVED 0x4000 /* Removed but still work to do */ macro
/illumos-gate/usr/src/uts/common/io/
H A Dpcic.c5483 sockp->pcs_flags &= ~(PCS_CARD_REMOVED|PCS_CARD_CBREM); in pcic_handle_cd_change()
5622 sockp->pcs_flags |= PCS_CARD_REMOVED; in pcic_handle_cd_change()
5626 if (debounce && (sockp->pcs_flags & PCS_CARD_REMOVED)) { in pcic_handle_cd_change()
5644 sockp->pcs_flags &= ~PCS_CARD_REMOVED; in pcic_handle_cd_change()