Home
last modified time | relevance | path

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

/linux/drivers/scsi/cxgbi/cxgb3i/
H A 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()
/linux/drivers/net/ethernet/chelsio/libcxgb/
H A Dlibcxgb_cm.h132 struct cpl_abort_rpl *rpl; in cxgb_mk_abort_rpl()
/linux/drivers/scsi/cxgbi/cxgb4i/
H A 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()
/linux/drivers/net/ethernet/chelsio/cxgb/
H A Dcpl5_cmd.h370 struct cpl_abort_rpl { struct
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A 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()
/linux/drivers/scsi/cxgbi/
H A Dlibcxgbi.h141 struct sk_buff *cpl_abort_rpl; member
H A 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()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_filter.c105 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()
H A Dt4_msg.h807 struct cpl_abort_rpl { struct
/linux/drivers/target/iscsi/cxgbit/
H A 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()
/linux/drivers/infiniband/hw/cxgb4/
H A Diw_cxgb4.h871 struct cpl_abort_rpl abrt_rpl;
H A Dcm.c2828 u32 len = roundup(sizeof(struct cpl_abort_rpl), 16); in peer_abort()
/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_cpl.h762 struct cpl_abort_rpl { struct