Searched refs:cep (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | s390-sample-raw.c | 55 struct cf_ctrset_entry *cep, ce; in s390_cpumcfdg_testctr() 58 cep = (struct cf_ctrset_entry *)(buf + offset); in s390_cpumcfdg_testctr() 59 ce.def = be16_to_cpu(cep->def); in s390_cpumcfdg_testctr() 60 ce.set = be16_to_cpu(cep->set); in s390_cpumcfdg_testctr() 61 ce.ctr = be16_to_cpu(cep->ctr); in s390_cpumcfdg_testctr() 62 ce.res1 = be16_to_cpu(cep->res1); in s390_cpumcfdg_testctr() 232 struct cf_ctrset_entry *cep, ce; in s390_cpumcfdg_dump() 236 cep = (struct cf_ctrset_entry *)(buf + offset); in s390_cpumcfdg_dump() 238 ce.def = be16_to_cpu(cep->def); in s390_cpumcfdg_dump() 239 ce.set = be16_to_cpu(cep in s390_cpumcfdg_dump() 54 struct cf_ctrset_entry *cep, ce; s390_cpumcfdg_testctr() local 230 struct cf_ctrset_entry *cep, ce; s390_cpumcfdg_dump() local [all...] |
| /linux/drivers/infiniband/sw/siw/ |
| H 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);
|
| H 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() 194 cep->sk_write_space(sk); in siw_qp_llp_write_space() 197 (void)siw_sq_start(cep->qp); in siw_qp_llp_write_space() 385 if (!s && qp->cep) in siw_send_terminate() 387 s = qp->cep->sock; in siw_send_terminate() [all …]
|
| /linux/drivers/infiniband/hw/erdma/ |
| H 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() 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 …]
|
| H A D | erdma_cm.h | 137 struct erdma_cep *cep; member
|
| /linux/drivers/scsi/cxgbi/ |
| H A D | libcxgbi.c | 1264 struct cxgbi_sock *csk = cconn->cep->csk; in cxgbi_ddp_reserve() 1407 cconn->cep->csk, task, tdata->dlen, in task_reserve_itt() 1892 struct cxgbi_sock *csk = cconn->cep ? cconn->cep->csk : NULL; in cxgbi_conn_alloc_pdu() 2388 if (cconn && cconn->cep) in cxgbi_conn_xmit_pdu() 2389 csk = cconn->cep->csk; in cxgbi_conn_xmit_pdu() 2574 struct cxgbi_sock *csk = cconn->cep->csk; in cxgbi_set_conn_param() 2618 struct cxgbi_endpoint *cep = ep->dd_data; in cxgbi_get_ep_param() local 2627 if (!cep) in cxgbi_get_ep_param() 2630 csk = cep->csk; in cxgbi_get_ep_param() 2677 struct cxgbi_endpoint *cep; in cxgbi_bind_conn() local [all …]
|
| H A D | libcxgbi.h | 525 struct cxgbi_endpoint *cep; member
|