Searched refs:cycx_card_array (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/wan/
H A Dcycx_main.c89 static struct cycx_device *cycx_card_array; /* adapter data space */ variable in typeref:struct:cycx_device
116 cycx_card_array = kcalloc(cycx_ncards, sizeof(struct cycx_device), GFP_KERNEL);
117 if (!cycx_card_array)
123 struct cycx_device *card = &cycx_card_array[cnt];
144 kfree(cycx_card_array);
162 struct cycx_device *card = &cycx_card_array[i];
166 kfree(cycx_card_array);

Completed in 22 milliseconds