Home
last modified time | relevance | path

Searched refs:cpl_abort_rpl (Results 1 – 14 of 14) sorted by relevance

/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.c278 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()
/drivers/net/ethernet/chelsio/libcxgb/
Dlibcxgb_cm.h132 struct cpl_abort_rpl *rpl; in cxgb_mk_abort_rpl()
/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c511 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()
/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_offload.c857 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()
Dt3_cpl.h762 struct cpl_abort_rpl { struct
/drivers/net/ethernet/chelsio/cxgb/
Dcpl5_cmd.h370 struct cpl_abort_rpl { struct
/drivers/net/ethernet/chelsio/inline_crypto/chtls/
Dchtls_cm.c1981 struct cpl_abort_rpl *rpl = cplhdr(skb); in set_abort_rpl_wr()
1992 reply_skb = alloc_skb(sizeof(struct cpl_abort_rpl), in send_defer_abort_rpl()
1994 __skb_put(reply_skb, sizeof(struct cpl_abort_rpl)); in send_defer_abort_rpl()
2028 reply_skb = get_cpl_skb(skb, sizeof(struct cpl_abort_rpl), gfp_any()); in chtls_send_abort_rpl()
/drivers/scsi/cxgbi/
Dlibcxgbi.h142 struct sk_buff *cpl_abort_rpl; member
Dlibcxgbi.c550 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()
/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_filter.c105 static void mk_abort_rpl_ulp(struct cpl_abort_rpl *abort_rpl, unsigned int tid) in mk_abort_rpl_ulp()
1740 struct cpl_abort_rpl *abort_rpl; in cxgb4_del_hash_filter()
1789 abort_rpl = (struct cpl_abort_rpl *)(abort_req + 1); in cxgb4_del_hash_filter()
Dt4_msg.h807 struct cpl_abort_rpl { struct
/drivers/infiniband/hw/cxgb4/
Diw_cxgb4.h835 struct cpl_abort_rpl abrt_rpl;
Dcm.c2824 u32 len = roundup(sizeof(struct cpl_abort_rpl), 16); in peer_abort()
/drivers/target/iscsi/cxgbit/
Dcxgbit_cm.c1104 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()