destroy_skb       986 drivers/infiniband/hw/cxgb4/cq.c 		   chp->destroy_skb, chp->wr_waitp);
destroy_skb      1026 drivers/infiniband/hw/cxgb4/cq.c 	chp->destroy_skb = alloc_skb(wr_len, GFP_KERNEL);
destroy_skb      1027 drivers/infiniband/hw/cxgb4/cq.c 	if (!chp->destroy_skb) {
destroy_skb      1141 drivers/infiniband/hw/cxgb4/cq.c 		   chp->destroy_skb, chp->wr_waitp);
destroy_skb      1143 drivers/infiniband/hw/cxgb4/cq.c 	kfree_skb(chp->destroy_skb);
destroy_skb       431 drivers/infiniband/hw/cxgb4/iw_cxgb4.h 	struct sk_buff *destroy_skb;
destroy_skb       512 drivers/infiniband/hw/cxgb4/iw_cxgb4.h 	struct sk_buff *destroy_skb;
destroy_skb      2484 drivers/infiniband/hw/cxgb4/qp.c 	struct sk_buff *skb = srq->destroy_skb;
destroy_skb      2715 drivers/infiniband/hw/cxgb4/qp.c 	srq->destroy_skb = alloc_skb(wr_len, GFP_KERNEL);
destroy_skb      2716 drivers/infiniband/hw/cxgb4/qp.c 	if (!srq->destroy_skb) {
destroy_skb      2792 drivers/infiniband/hw/cxgb4/qp.c 	kfree_skb(srq->destroy_skb);