Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/chelsio/libcxgb/
Dlibcxgb_cm.h104 struct cpl_close_con_req *req; in cxgb_mk_close_con_req()
/Linux-v5.4/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.c202 struct cpl_close_con_req *req = (struct cpl_close_con_req *)skb->head; in send_close_req()
868 csk->cpl_close = alloc_wr(sizeof(struct cpl_close_con_req), 0, in alloc_cpls()
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb/
Dcpl5_cmd.h347 struct cpl_close_con_req { struct
/Linux-v5.4/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c439 struct cpl_close_con_req *req = (struct cpl_close_con_req *)skb->head; in send_close_req()
782 struct cpl_close_con_req *req = in push_tx_frames()
783 (struct cpl_close_con_req *)skb->data; in push_tx_frames()
1574 csk->cpl_close = alloc_wr(sizeof(struct cpl_close_con_req), in alloc_cpls()
/Linux-v5.4/drivers/crypto/chelsio/chtls/
Dchtls_cm.c257 struct cpl_close_con_req *req; in chtls_close_conn()
263 len = roundup(sizeof(struct cpl_close_con_req), 16); in chtls_close_conn()
268 req = (struct cpl_close_con_req *)__skb_put(skb, len); in chtls_close_conn()
Dchtls_io.c689 struct cpl_close_con_req *req = cplhdr(skb); in chtls_push_frames()
/Linux-v5.4/drivers/target/iscsi/cxgbit/
Dcxgbit_target.c270 struct cpl_close_con_req *req = in cxgbit_push_tx_frames()
271 (struct cpl_close_con_req *)skb->data; in cxgbit_push_tx_frames()
Dcxgbit_cm.c625 u32 len = roundup(sizeof(struct cpl_close_con_req), 16); in cxgbit_send_halfclose()
/Linux-v5.4/drivers/infiniband/hw/cxgb4/
Diw_cxgb4.h849 struct cpl_close_con_req close_req;
Dcm.c649 u32 wrlen = roundup(sizeof(struct cpl_close_con_req), 16); in send_halfclose()
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb3/
Dt3_cpl.h709 struct cpl_close_con_req { struct
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dt4_msg.h725 struct cpl_close_con_req { struct
/Linux-v5.4/drivers/infiniband/hw/cxgb3/
Diwch_cm.c388 struct cpl_close_con_req *req; in send_halfclose()