Lines Matching refs:gfp
109 static struct sk_buff *get_skb(struct sk_buff *skb, int len, gfp_t gfp);
266 static void *alloc_ep(int size, gfp_t gfp) in alloc_ep() argument
270 epc = kzalloc(size, gfp); in alloc_ep()
324 static struct sk_buff *get_skb(struct sk_buff *skb, int len, gfp_t gfp) in get_skb() argument
330 skb = alloc_skb(len, gfp); in get_skb()
387 static int send_halfclose(struct iwch_ep *ep, gfp_t gfp) in send_halfclose() argument
393 skb = get_skb(NULL, sizeof(*req), gfp); in send_halfclose()
407 static int send_abort(struct iwch_ep *ep, struct sk_buff *skb, gfp_t gfp) in send_abort() argument
412 skb = get_skb(skb, sizeof(*req), gfp); in send_abort()
661 static void abort_connection(struct iwch_ep *ep, struct sk_buff *skb, gfp_t gfp) in abort_connection() argument
665 send_abort(ep, skb, gfp); in abort_connection()
2069 int iwch_ep_disconnect(struct iwch_ep *ep, int abrupt, gfp_t gfp) in iwch_ep_disconnect() argument
2129 ret = send_abort(ep, NULL, gfp); in iwch_ep_disconnect()
2131 ret = send_halfclose(ep, gfp); in iwch_ep_disconnect()