Symbol: cpl_close_con_req
drivers/infiniband/hw/cxgb4/cm.c
649
u32 wrlen = roundup(sizeof(struct cpl_close_con_req), 16);
drivers/infiniband/hw/cxgb4/iw_cxgb4.h
873
struct cpl_close_con_req close_req;
drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_cm.c
298
struct cpl_close_con_req *req;
drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_cm.c
304
len = roundup(sizeof(struct cpl_close_con_req), 16);
drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_cm.c
309
req = (struct cpl_close_con_req *)__skb_put(skb, len);
drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_io.c
683
struct cpl_close_con_req *req = cplhdr(skb);
drivers/net/ethernet/chelsio/libcxgb/libcxgb_cm.h
104
struct cpl_close_con_req *req;
drivers/scsi/cxgbi/cxgb3i/cxgb3i.c
204
struct cpl_close_con_req *req = (struct cpl_close_con_req *)skb->head;
drivers/scsi/cxgbi/cxgb3i/cxgb3i.c
868
csk->cpl_close = alloc_wr(sizeof(struct cpl_close_con_req), 0,
drivers/scsi/cxgbi/cxgb4i/cxgb4i.c
1655
csk->cpl_close = alloc_wr(sizeof(struct cpl_close_con_req),
drivers/scsi/cxgbi/cxgb4i/cxgb4i.c
444
struct cpl_close_con_req *req = (struct cpl_close_con_req *)skb->head;
drivers/scsi/cxgbi/cxgb4i/cxgb4i.c
863
struct cpl_close_con_req *req =
drivers/scsi/cxgbi/cxgb4i/cxgb4i.c
864
(struct cpl_close_con_req *)skb->data;
drivers/target/iscsi/cxgbit/cxgbit_cm.c
625
u32 len = roundup(sizeof(struct cpl_close_con_req), 16);
drivers/target/iscsi/cxgbit/cxgbit_target.c
269
struct cpl_close_con_req *req =
drivers/target/iscsi/cxgbit/cxgbit_target.c
270
(struct cpl_close_con_req *)skb->data;