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

/opensolaris-onvv-gate/usr/src/uts/common/io/pcwl/
H A Dpcwl.h696 int pcwl_device_type; /* pci or pcmcia card */ member in struct:pcwl_macinfo
870 if (p->pcwl_device_type == PCWL_DEVICE_PCI) { \
880 if (p->pcwl_device_type == PCWL_DEVICE_PCI) { \
888 if (p->pcwl_device_type == PCWL_DEVICE_PCI) { \
898 if (p->pcwl_device_type == PCWL_DEVICE_PCI) { \
H A Dpcwl.c82 static int pcwl_device_type; variable
189 pcwl_device_type = PCWL_DEVICE_PCCARD;
192 pcwl_device_type = PCWL_DEVICE_PCI;
227 pcwl_p->pcwl_device_type = pcwl_device_type;
228 if (pcwl_p->pcwl_device_type == PCWL_DEVICE_PCI) {
315 if (pcwl_p->pcwl_device_type == PCWL_DEVICE_PCI) {
321 } else if (pcwl_p->pcwl_device_type == PCWL_DEVICE_PCCARD) {
376 if (pcwl_p->pcwl_device_type == PCWL_DEVICE_PCCARD) {
414 if (pcwl_p->pcwl_device_type
[all...]

Completed in 100 milliseconds