Searched refs:cpl_abort_rpl (Results 1 – 10 of 10) sorted by relevance
274 struct sk_buff *skb = csk->cpl_abort_rpl; in send_abort_rpl()275 struct cpl_abort_rpl *rpl = (struct cpl_abort_rpl *)skb->head; in send_abort_rpl()281 csk->cpl_abort_rpl = NULL; in send_abort_rpl()875 csk->cpl_abort_rpl = alloc_wr(sizeof(struct cpl_abort_rpl), 0, in alloc_cpls()877 if (!csk->cpl_abort_rpl) in alloc_cpls()
414 struct sk_buff *skb = csk->cpl_abort_rpl; in send_abort_rpl()415 struct cpl_abort_rpl *rpl = (struct cpl_abort_rpl *)skb->head; in send_abort_rpl()421 csk->cpl_abort_rpl = NULL; in send_abort_rpl()1236 csk->cpl_abort_rpl = alloc_wr(sizeof(struct cpl_abort_rpl), in alloc_cpls()1238 if (!csk->cpl_abort_rpl) in alloc_cpls()
857 struct cpl_abort_rpl *rpl; in do_abort_req_rss()868 cpl_abort_rpl), in do_abort_req_rss()876 __skb_put(reply_skb, sizeof(struct cpl_abort_rpl)); in do_abort_req_rss()
762 struct cpl_abort_rpl { struct
379 struct cpl_abort_rpl { struct
209 struct sk_buff *cpl_abort_rpl; member
542 if (csk->cpl_abort_rpl) { in cxgbi_sock_free_cpl_skbs()543 kfree_skb(csk->cpl_abort_rpl); in cxgbi_sock_free_cpl_skbs()544 csk->cpl_abort_rpl = NULL; in cxgbi_sock_free_cpl_skbs()
470 struct cpl_abort_rpl { struct
1534 struct cpl_abort_rpl *rpl; in peer_abort()1629 rpl = (struct cpl_abort_rpl *) skb_put(rpl_skb, sizeof(*rpl)); in peer_abort()
2512 struct cpl_abort_rpl *rpl; in peer_abort()2612 rpl = (struct cpl_abort_rpl *) skb_put(rpl_skb, sizeof(*rpl)); in peer_abort()