Searched refs:pcwl_flag (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/pcwl/
H A Dpcwl.c297 pcwl_p->pcwl_flag = 0;
413 pcwl_p->pcwl_flag |= PCWL_ATTACHED;
415 pcwl_p->pcwl_flag |= PCWL_CARD_READY;
457 if (!(pcwl_p->pcwl_flag & PCWL_ATTACHED))
564 while (!(pcwl_p->pcwl_flag & PCWL_CARD_READY))
568 pcwl_p->pcwl_flag |= PCWL_CS_REGISTERED;
576 pcwl_p->pcwl_flag &= ~PCWL_CS_REGISTERED;
592 if (!(pcwl_p->pcwl_flag | PCWL_CS_REGISTERED))
598 if (pcwl_p->pcwl_flag & PCWL_CARD_READY) {
600 pcwl_p->pcwl_flag
[all...]
H A Dpcwl.h712 uint32_t pcwl_flag; member in struct:pcwl_macinfo

Completed in 101 milliseconds