Searched refs:alloc_ep (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_cm.c252 alloc_ep(int size, int flags) function
1312 ep = alloc_ep(sizeof(*ep), M_NOWAIT);
1382 ep = alloc_ep(sizeof(*ep), M_NOWAIT);
1577 child_ep = alloc_ep(sizeof(*child_ep), M_NOWAIT);
/freebsd-10.1-release/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c87 static void *alloc_ep(int size, gfp_t flags);
661 child_ep = alloc_ep(sizeof(*child_ep), M_NOWAIT);
912 alloc_ep(int size, gfp_t gfp) function
2048 ep = alloc_ep(sizeof(*ep), M_NOWAIT);
2158 ep = alloc_ep(sizeof(*ep), GFP_KERNEL);

Completed in 85 milliseconds