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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/pcmcia/
H A Dpcnet_cs.c545 int *has_shmem, int try)
558 *has_shmem = (priv & 0x10);
611 int has_shmem = 0; local
616 local_hw_info = pcnet_try_config(link, &has_shmem, 0);
620 local_hw_info = pcnet_try_config(link, &has_shmem, 1);
649 /* has_shmem is ignored if use_shmem != -1 */
650 if ((use_shmem == 0) || (!has_shmem && (use_shmem == -1)) ||
544 pcnet_try_config(struct pcmcia_device *link, int *has_shmem, int try) argument

Completed in 189 milliseconds