Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/wan/
Dcycx_main.c89 static struct cycx_device *cycx_card_array; /* adapter data space */ variable
116 cycx_card_array = kcalloc(cycx_ncards, sizeof(struct cycx_device), GFP_KERNEL); in cycx_init()
117 if (!cycx_card_array) in cycx_init()
123 struct cycx_device *card = &cycx_card_array[cnt]; in cycx_init()
144 kfree(cycx_card_array); in cycx_init()
162 struct cycx_device *card = &cycx_card_array[i]; in cycx_exit()
166 kfree(cycx_card_array); in cycx_exit()