Searched refs:cep (Results 1 – 13 of 13) sorted by relevance
/linux-6.3-rc2/drivers/infiniband/sw/siw/ |
A D | siw_cm.c | 300 work->cep = cep; in siw_cm_alloc_work() 377 struct siw_cep *cep = qp->cep; in siw_qp_cm_drop() local 419 cep->cm_id->rem_ref(cep->cm_id); in siw_qp_cm_drop() 663 cep->mpa.v2_ctrl.ird = htons(cep->ird); in siw_proc_mpareq() 1006 cep = work->cep; in siw_cm_work_handler() 1174 cep->cm_id->rem_ref(cep->cm_id); in siw_cm_work_handler() 1196 work->cep = cep; in siw_cm_queue_work() 1403 qp->cep = cep; in siw_connect() 1662 qp->cep = cep; in siw_accept() 1887 cep->cm_id->rem_ref(cep->cm_id); in siw_create_listen() [all …]
|
A D | siw_cm.h | 89 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 D | siw_qp.c | 171 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() 412 if (!s && qp->cep) in siw_send_terminate() 414 s = qp->cep->sock; in siw_send_terminate() 694 if (qp->cep) { in siw_qp_nextstate_from_idle() 696 qp->cep = NULL; in siw_qp_nextstate_from_idle() [all …]
|
A D | siw.h | 426 struct siw_cep *cep; member 718 #define siw_dbg_cep(cep, fmt, ...) \ argument 719 ibdev_dbg(&cep->sdev->base_dev, "CEP[0x%pK] %s: " fmt, \ 720 cep, __func__, ##__VA_ARGS__)
|
A D | siw_verbs.c | 617 if (qp->cep) { in siw_destroy_qp() 618 siw_cep_put(qp->cep); in siw_destroy_qp() 619 qp->cep = NULL; in siw_destroy_qp()
|
/linux-6.3-rc2/drivers/infiniband/hw/erdma/ |
A D | erdma_cm.c | 226 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() 728 ret = erdma_send_mpareqrep(cep, cep->private_data, cep->pd_len); in erdma_newconn_connected() 745 cep = work->cep; in erdma_cm_work_handler() 881 cep->cm_id->rem_ref(cep->cm_id); in erdma_cm_work_handler() 901 work->cep = cep; in erdma_cm_queue_work() 1040 qp->cep = cep; in erdma_connect() 1192 qp->cep = cep; in erdma_accept() 1355 cep->cm_id->rem_ref(cep->cm_id); in erdma_create_listen() [all …]
|
A D | erdma_qp.c | 33 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() 59 struct erdma_cep *cep = qp->cep; in erdma_modify_qp_state_to_rts() local 68 ret = getname_local(cep->sock, &local_addr); in erdma_modify_qp_state_to_rts() 72 ret = getname_peer(cep->sock, &remote_addr); in erdma_modify_qp_state_to_rts() 78 tp = tcp_sk(qp->cep->sock->sk); in erdma_modify_qp_state_to_rts() 87 req.cookie = be32_to_cpu(qp->cep->mpa.ext_data.cookie); in erdma_modify_qp_state_to_rts() 140 if (qp->cep) { in erdma_modify_qp_internal() 141 erdma_cep_put(qp->cep); in erdma_modify_qp_internal() [all …]
|
A D | erdma_cm.h | 137 struct erdma_cep *cep; member
|
A D | erdma_verbs.h | 201 struct erdma_cep *cep; member
|
A D | erdma_verbs.c | 1077 if (qp->cep) in erdma_destroy_qp() 1078 erdma_cep_put(qp->cep); in erdma_destroy_qp()
|
/linux-6.3-rc2/tools/perf/util/ |
A D | s390-sample-raw.c | 52 struct cf_ctrset_entry *cep, ce; in s390_cpumcfdg_testctr() local 58 ce.def = be16_to_cpu(cep->def); in s390_cpumcfdg_testctr() 59 ce.set = be16_to_cpu(cep->set); in s390_cpumcfdg_testctr() 60 ce.ctr = be16_to_cpu(cep->ctr); in s390_cpumcfdg_testctr() 61 ce.res1 = be16_to_cpu(cep->res1); in s390_cpumcfdg_testctr() 180 struct cf_ctrset_entry *cep, ce; in s390_cpumcfdg_dump() local 188 ce.def = be16_to_cpu(cep->def); in s390_cpumcfdg_dump() 189 ce.set = be16_to_cpu(cep->set); in s390_cpumcfdg_dump() 190 ce.ctr = be16_to_cpu(cep->ctr); in s390_cpumcfdg_dump() 191 ce.res1 = be16_to_cpu(cep->res1); in s390_cpumcfdg_dump() [all …]
|
/linux-6.3-rc2/drivers/scsi/cxgbi/ |
A D | libcxgbi.c | 1892 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 D | libcxgbi.h | 528 struct cxgbi_endpoint *cep; member
|
Completed in 40 milliseconds