Home
last modified time | relevance | path

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

/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.c274 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()
/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c414 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()
/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.c542 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()
/drivers/net/ethernet/chelsio/cxgb4/
Dt4_msg.h470 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.c2512 struct cpl_abort_rpl *rpl; in peer_abort()
2612 rpl = (struct cpl_abort_rpl *) skb_put(rpl_skb, sizeof(*rpl)); in peer_abort()