Home
last modified time | relevance | path

Searched refs:cpl_close_con_req (Results 1 – 7 of 7) sorted by relevance

/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.c201 struct cpl_close_con_req *req = (struct cpl_close_con_req *)skb->head; in send_close_req()
867 csk->cpl_close = alloc_wr(sizeof(struct cpl_close_con_req), 0, in alloc_cpls()
/drivers/net/ethernet/chelsio/cxgb/
Dcpl5_cmd.h347 struct cpl_close_con_req { struct
/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c361 struct cpl_close_con_req *req = (struct cpl_close_con_req *)skb->head; in send_close_req()
1300 csk->cpl_close = alloc_wr(sizeof(struct cpl_close_con_req), in alloc_cpls()
/drivers/net/ethernet/chelsio/cxgb4/
Dt4_msg.h607 struct cpl_close_con_req { struct
/drivers/infiniband/hw/cxgb3/
Diwch_cm.c389 struct cpl_close_con_req *req; in send_halfclose()
400 req = (struct cpl_close_con_req *) skb_put(skb, sizeof(*req)); in send_halfclose()
/drivers/net/ethernet/chelsio/cxgb3/
Dt3_cpl.h709 struct cpl_close_con_req { struct
/drivers/infiniband/hw/cxgb4/
Dcm.c531 struct cpl_close_con_req *req; in send_halfclose()
543 req = (struct cpl_close_con_req *) skb_put(skb, wrlen); in send_halfclose()