Searched refs:cpl_abort_rpl (Results 1 – 11 of 11) sorted by relevance
278 struct sk_buff *skb = csk->cpl_abort_rpl; in send_abort_rpl()279 struct cpl_abort_rpl *rpl = (struct cpl_abort_rpl *)skb->head; in send_abort_rpl()285 csk->cpl_abort_rpl = NULL; in send_abort_rpl()877 csk->cpl_abort_rpl = alloc_wr(sizeof(struct cpl_abort_rpl), 0, in alloc_cpls()879 if (!csk->cpl_abort_rpl) in alloc_cpls()
132 struct cpl_abort_rpl *rpl; in cxgb_mk_abort_rpl()
511 struct sk_buff *skb = csk->cpl_abort_rpl; in send_abort_rpl()512 struct cpl_abort_rpl *rpl = (struct cpl_abort_rpl *)skb->head; in send_abort_rpl()518 csk->cpl_abort_rpl = NULL; in send_abort_rpl()1665 csk->cpl_abort_rpl = alloc_wr(sizeof(struct cpl_abort_rpl), in alloc_cpls()1667 if (!csk->cpl_abort_rpl) in alloc_cpls()
370 struct cpl_abort_rpl { struct
141 struct sk_buff *cpl_abort_rpl; member
550 if (csk->cpl_abort_rpl) { in cxgbi_sock_free_cpl_skbs()551 kfree_skb(csk->cpl_abort_rpl); in cxgbi_sock_free_cpl_skbs()552 csk->cpl_abort_rpl = NULL; in cxgbi_sock_free_cpl_skbs()
105 static void mk_abort_rpl_ulp(struct cpl_abort_rpl *abort_rpl, unsigned int tid) in mk_abort_rpl_ulp()1741 struct cpl_abort_rpl *abort_rpl; in cxgb4_del_hash_filter()1790 abort_rpl = (struct cpl_abort_rpl *)(abort_req + 1); in cxgb4_del_hash_filter()
807 struct cpl_abort_rpl { struct
1104 sizeof(struct cpl_abort_rpl)); in cxgbit_alloc_csk_skb()1730 u32 len = roundup(sizeof(struct cpl_abort_rpl), 16); in cxgbit_abort_req_rss()
762 struct cpl_abort_rpl { struct
2828 u32 len = roundup(sizeof(struct cpl_abort_rpl), 16); in peer_abort()