Home
last modified time | relevance | path

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

/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.c275 struct sk_buff *skb = csk->cpl_abort_rpl; in send_abort_rpl()
276 struct cpl_abort_rpl *rpl = (struct cpl_abort_rpl *)skb->head; in send_abort_rpl()
282 csk->cpl_abort_rpl = NULL; in send_abort_rpl()
876 csk->cpl_abort_rpl = alloc_wr(sizeof(struct cpl_abort_rpl), 0, in alloc_cpls()
878 if (!csk->cpl_abort_rpl) in alloc_cpls()
/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c428 struct sk_buff *skb = csk->cpl_abort_rpl; in send_abort_rpl()
429 struct cpl_abort_rpl *rpl = (struct cpl_abort_rpl *)skb->head; in send_abort_rpl()
435 csk->cpl_abort_rpl = NULL; in send_abort_rpl()
1310 csk->cpl_abort_rpl = alloc_wr(sizeof(struct cpl_abort_rpl), in alloc_cpls()
1312 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.h379 struct cpl_abort_rpl { struct
/drivers/scsi/cxgbi/
Dlibcxgbi.h209 struct sk_buff *cpl_abort_rpl; member
Dlibcxgbi.c546 if (csk->cpl_abort_rpl) { in cxgbi_sock_free_cpl_skbs()
547 kfree_skb(csk->cpl_abort_rpl); in cxgbi_sock_free_cpl_skbs()
548 csk->cpl_abort_rpl = NULL; in cxgbi_sock_free_cpl_skbs()
/drivers/net/ethernet/chelsio/cxgb4/
Dt4_msg.h660 struct cpl_abort_rpl { struct
/drivers/infiniband/hw/cxgb3/
Diwch_cm.c1534 struct cpl_abort_rpl *rpl; in peer_abort()
1629 rpl = (struct cpl_abort_rpl *) skb_put(rpl_skb, sizeof(*rpl)); in peer_abort()
/drivers/infiniband/hw/cxgb4/
Dcm.c2654 struct cpl_abort_rpl *rpl; in peer_abort()
2758 rpl = (struct cpl_abort_rpl *) skb_put(rpl_skb, sizeof(*rpl)); in peer_abort()