Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/infiniband/hw/cxgb3/
Diwch_cm.c267 static void *alloc_ep(int size, gfp_t gfp) in alloc_ep() function
1384 child_ep = alloc_ep(sizeof(*child_ep), GFP_KERNEL); in pass_accept_req()
1897 ep = alloc_ep(sizeof(*ep), GFP_KERNEL); in iwch_connect()
1983 ep = alloc_ep(sizeof(*ep), GFP_KERNEL); in iwch_create_listen()
/linux-3.4.99/drivers/infiniband/hw/cxgb4/
Dcm.c245 static void *alloc_ep(int size, gfp_t gfp) in alloc_ep() function
1656 child_ep = alloc_ep(sizeof(*child_ep), GFP_KERNEL); in pass_accept_req()
2237 ep = alloc_ep(sizeof(*ep), GFP_KERNEL); in c4iw_connect()
2333 ep = alloc_ep(sizeof(*ep), GFP_KERNEL); in c4iw_create_listen()
/linux-3.4.99/drivers/usb/host/
Dimx21-hcd.c1135 static struct ep_priv *alloc_ep(void) in alloc_ep() function
1180 ep_priv = alloc_ep(); in imx21_hc_urb_enqueue()