Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/wan/
Dx25_asy.c40 } x25_asy_ctrl_t; typedef
42 static x25_asy_ctrl_t **x25_asy_ctrls = NULL;
57 x25_asy_ctrl_t *slp = NULL; in x25_asy_alloc()
81 (x25_asy_ctrls[i] = (x25_asy_ctrl_t *)kmalloc(sizeof(x25_asy_ctrl_t), in x25_asy_alloc()
84 memset(slp, 0, sizeof(x25_asy_ctrl_t)); in x25_asy_alloc()
813 x25_asy_ctrls = (x25_asy_ctrl_t **) kmalloc(sizeof(void*)*x25_asy_maxdev, GFP_KERNEL); in x25_asy_init_ctrl_dev()