Home
last modified time | relevance | path

Searched refs:cep (Results 1 – 12 of 12) sorted by relevance

/drivers/infiniband/sw/siw/
A Dsiw_cm.c294 work->cep = cep; in siw_cm_alloc_work()
366 cep->cm_id->rem_ref(cep->cm_id); in siw_free_cm_id()
389 struct siw_cep *cep = qp->cep; in siw_qp_cm_drop() local
672 cep->mpa.v2_ctrl.ird = htons(cep->ird); in siw_proc_mpareq()
673 cep->mpa.v2_ctrl.ord = htons(cep->ord); in siw_proc_mpareq()
1016 cep = work->cep; in siw_cm_work_handler()
1208 work->cep = cep; in siw_cm_queue_work()
1419 qp->cep = cep; in siw_connect()
1481 cep->mpa.v2_ctrl.ird = htons(cep->ird); in siw_connect()
1482 cep->mpa.v2_ctrl.ord = htons(cep->ord); in siw_connect()
[all …]
A Dsiw_cm.h89 struct siw_cep *cep; member
120 void siw_cep_get(struct siw_cep *cep);
121 void siw_cep_put(struct siw_cep *cep);
122 int siw_cm_queue_work(struct siw_cep *cep, enum siw_work_type type);
A Dsiw_qp.c171 if (qp->cep) { in siw_qp_llp_close()
172 siw_cep_put(qp->cep); in siw_qp_llp_close()
173 qp->cep = NULL; in siw_qp_llp_close()
188 struct siw_cep *cep; in siw_qp_llp_write_space() local
192 cep = sk_to_cep(sk); in siw_qp_llp_write_space()
193 if (cep) { in siw_qp_llp_write_space()
385 if (!s && qp->cep) in siw_send_terminate()
387 s = qp->cep->sock; in siw_send_terminate()
662 if (qp->cep) { in siw_qp_nextstate_from_idle()
664 qp->cep = NULL; in siw_qp_nextstate_from_idle()
[all …]
A Dsiw.h425 struct siw_cep *cep; member
720 #define siw_dbg_cep(cep, fmt, ...) \ argument
721 ibdev_dbg(&cep->sdev->base_dev, "CEP[0x%p] %s: " fmt, \
722 cep, __func__, ##__VA_ARGS__)
A Dsiw_verbs.c628 if (qp->cep) { in siw_destroy_qp()
629 siw_cep_put(qp->cep); in siw_destroy_qp()
630 qp->cep = NULL; in siw_destroy_qp()
/drivers/infiniband/hw/erdma/
A Derdma_cm.c226 work->cep = cep; in erdma_cm_alloc_work()
272 struct erdma_cep *cep = qp->cep; in erdma_qp_cm_drop() local
301 cep->cm_id->rem_ref(cep->cm_id); in erdma_qp_cm_drop()
731 ret = erdma_send_mpareqrep(cep, cep->private_data, cep->pd_len); in erdma_newconn_connected()
748 cep = work->cep; in erdma_cm_work_handler()
884 cep->cm_id->rem_ref(cep->cm_id); in erdma_cm_work_handler()
904 work->cep = cep; in erdma_cm_queue_work()
1043 qp->cep = cep; in erdma_connect()
1196 qp->cep = cep; in erdma_accept()
1361 cep->cm_id->rem_ref(cep->cm_id); in erdma_create_listen()
[all …]
A Derdma_qp.c33 if (qp->cep) { in erdma_qp_llp_close()
34 erdma_cep_put(qp->cep); in erdma_qp_llp_close()
35 qp->cep = NULL; in erdma_qp_llp_close()
60 struct erdma_cep *cep = qp->cep; in erdma_modify_qp_state_to_rts() local
72 ret = getname_local(cep->sock, &local_addr); in erdma_modify_qp_state_to_rts()
76 ret = getname_peer(cep->sock, &remote_addr); in erdma_modify_qp_state_to_rts()
80 tp = tcp_sk(qp->cep->sock->sk); in erdma_modify_qp_state_to_rts()
89 req.cookie = be32_to_cpu(cep->mpa.ext_data.cookie); in erdma_modify_qp_state_to_rts()
166 if (qp->cep) { in erdma_modify_qp_state_iwarp()
167 erdma_cep_put(qp->cep); in erdma_modify_qp_state_iwarp()
[all …]
A Derdma_cm.h137 struct erdma_cep *cep; member
A Derdma_verbs.h301 struct erdma_cep *cep; member
A Derdma_verbs.c1362 if (qp->cep) in erdma_destroy_qp()
1363 erdma_cep_put(qp->cep); in erdma_destroy_qp()
/drivers/scsi/cxgbi/
A Dlibcxgbi.c1892 struct cxgbi_sock *csk = cconn->cep ? cconn->cep->csk : NULL; in cxgbi_conn_alloc_pdu()
2627 if (!cep) in cxgbi_get_ep_param()
2630 csk = cep->csk; in cxgbi_get_ep_param()
2686 cep = ep->dd_data; in cxgbi_bind_conn()
2687 csk = cep->csk; in cxgbi_bind_conn()
2707 cconn->cep = cep; in cxgbi_bind_conn()
2741 cep = ep->dd_data; in cxgbi_create_session()
2742 chba = cep->chba; in cxgbi_create_session()
2936 cep = ep->dd_data; in cxgbi_ep_connect()
2937 cep->csk = csk; in cxgbi_ep_connect()
[all …]
A Dlibcxgbi.h525 struct cxgbi_endpoint *cep; member

Completed in 758 milliseconds