Home
last modified time | relevance | path

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

/linux-3.3/drivers/net/wan/
Dcycx_main.c92 static struct cycx_device *cycx_card_array; /* adapter data space */ variable
119 cycx_card_array = kcalloc(cycx_ncards, sizeof(struct cycx_device), GFP_KERNEL); in cycx_init()
120 if (!cycx_card_array) in cycx_init()
126 struct cycx_device *card = &cycx_card_array[cnt]; in cycx_init()
146 kfree(cycx_card_array); in cycx_init()
164 struct cycx_device *card = &cycx_card_array[i]; in cycx_exit()
168 kfree(cycx_card_array); in cycx_exit()