cpl_close_con_req  257 drivers/crypto/chelsio/chtls/chtls_cm.c 	struct cpl_close_con_req *req;
cpl_close_con_req  263 drivers/crypto/chelsio/chtls/chtls_cm.c 	len = roundup(sizeof(struct cpl_close_con_req), 16);
cpl_close_con_req  268 drivers/crypto/chelsio/chtls/chtls_cm.c 	req = (struct cpl_close_con_req *)__skb_put(skb, len);
cpl_close_con_req  689 drivers/crypto/chelsio/chtls/chtls_io.c 			struct cpl_close_con_req *req = cplhdr(skb);
cpl_close_con_req  388 drivers/infiniband/hw/cxgb3/iwch_cm.c 	struct cpl_close_con_req *req;
cpl_close_con_req  649 drivers/infiniband/hw/cxgb4/cm.c 	u32 wrlen = roundup(sizeof(struct cpl_close_con_req), 16);
cpl_close_con_req  849 drivers/infiniband/hw/cxgb4/iw_cxgb4.h 	struct cpl_close_con_req close_req;
cpl_close_con_req  104 drivers/net/ethernet/chelsio/libcxgb/libcxgb_cm.h 	struct cpl_close_con_req *req;
cpl_close_con_req  202 drivers/scsi/cxgbi/cxgb3i/cxgb3i.c 	struct cpl_close_con_req *req = (struct cpl_close_con_req *)skb->head;
cpl_close_con_req  868 drivers/scsi/cxgbi/cxgb3i/cxgb3i.c 	csk->cpl_close = alloc_wr(sizeof(struct cpl_close_con_req), 0,
cpl_close_con_req  439 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 	struct cpl_close_con_req *req = (struct cpl_close_con_req *)skb->head;
cpl_close_con_req  782 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 			struct cpl_close_con_req *req =
cpl_close_con_req  783 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 				(struct cpl_close_con_req *)skb->data;
cpl_close_con_req 1574 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 	csk->cpl_close = alloc_wr(sizeof(struct cpl_close_con_req),
cpl_close_con_req  625 drivers/target/iscsi/cxgbit/cxgbit_cm.c 	u32 len = roundup(sizeof(struct cpl_close_con_req), 16);
cpl_close_con_req  270 drivers/target/iscsi/cxgbit/cxgbit_target.c 			struct cpl_close_con_req *req =
cpl_close_con_req  271 drivers/target/iscsi/cxgbit/cxgbit_target.c 				(struct cpl_close_con_req *)skb->data;