Home
last modified time | relevance | path

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

/linux/drivers/infiniband/sw/siw/
H A Dsiw_cm.c39 static int siw_cm_upcall(struct siw_cep *cep, enum iw_cm_event_type reason,
93 struct siw_cep *cep = sk_to_cep(sk); in siw_sk_assign_cm_upcalls() local
96 cep->sk_state_change = sk->sk_state_change; in siw_sk_assign_cm_upcalls()
97 cep->sk_data_ready = sk->sk_data_ready; in siw_sk_assign_cm_upcalls()
98 cep->sk_write_space = sk->sk_write_space; in siw_sk_assign_cm_upcalls()
99 cep->sk_error_report = sk->sk_error_report; in siw_sk_assign_cm_upcalls()
108 static void siw_sk_restore_upcalls(struct sock *sk, struct siw_cep *cep) in siw_sk_restore_upcalls() argument
110 sk->sk_state_change = cep->sk_state_change; in siw_sk_restore_upcalls()
111 sk->sk_data_ready = cep->sk_data_ready; in siw_sk_restore_upcalls()
112 sk->sk_write_space = cep->sk_write_space; in siw_sk_restore_upcalls()
[all …]
H 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);
H 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__)
/linux/tools/perf/util/
H A Ds390-sample-raw.c54 struct cf_ctrset_entry *cep, ce; in s390_cpumcfdg_testctr() local
57 cep = (struct cf_ctrset_entry *)(buf + offset); in s390_cpumcfdg_testctr()
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()
230 struct cf_ctrset_entry *cep, ce; in s390_cpumcfdg_dump() local
234 cep = (struct cf_ctrset_entry *)(buf + offset); in s390_cpumcfdg_dump()
236 ce.def = be16_to_cpu(cep->def); in s390_cpumcfdg_dump()
237 ce.set = be16_to_cpu(cep->set); in s390_cpumcfdg_dump()
[all …]
/linux/drivers/scsi/cxgbi/
H A Dlibcxgbi.c1264 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 Dlibcxgbi.h525 struct cxgbi_endpoint *cep; member
/linux/drivers/infiniband/hw/erdma/
H A Derdma_cm.h137 struct erdma_cep *cep; member