Searched defs:cep (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/infiniband/sw/siw/ |
| H A D | siw_cm.c | 93 struct siw_cep *cep = sk_to_cep(sk); in siw_sk_assign_cm_upcalls() local 108 static void siw_sk_restore_upcalls(struct sock *sk, struct siw_cep *cep) in siw_sk_restore_upcalls() argument 117 siw_qp_socket_assoc(struct siw_cep * cep,struct siw_qp * qp) siw_qp_socket_assoc() argument 134 struct siw_cep *cep; siw_socket_disassoc() local 153 struct siw_cep *cep; siw_rtr_data_ready() local 187 siw_sk_assign_rtr_upcalls(struct siw_cep * cep) siw_sk_assign_rtr_upcalls() argument 197 siw_cep_socket_assoc(struct siw_cep * cep,struct socket * s) siw_cep_socket_assoc() argument 208 struct siw_cep *cep = kzalloc_obj(*cep); siw_cep_alloc() local 233 siw_cm_free_work(struct siw_cep * cep) siw_cm_free_work() argument 245 siw_cancel_mpatimer(struct siw_cep * cep) siw_cancel_mpatimer() argument 266 siw_cep_set_inuse(struct siw_cep * cep) siw_cep_set_inuse() argument 284 siw_cep_set_free(struct siw_cep * cep) siw_cep_set_free() argument 297 struct siw_cep *cep = container_of(ref, struct siw_cep, ref); __siw_cep_dealloc() local 318 siw_get_work(struct siw_cep * cep) siw_get_work() argument 332 siw_cm_alloc_work(struct siw_cep * cep,int num) siw_cm_alloc_work() argument 355 siw_cm_upcall(struct siw_cep * cep,enum iw_cm_event_type reason,int status) siw_cm_upcall() argument 410 siw_free_cm_id(struct siw_cep * cep) siw_free_cm_id() argument 419 siw_destroy_cep_sock(struct siw_cep * cep) siw_destroy_cep_sock() argument 438 struct siw_cep *cep = qp->cep; siw_qp_cm_drop() local 494 siw_cep_put(struct siw_cep * cep) siw_cep_put() argument 500 siw_cep_set_free_and_put(struct siw_cep * cep) siw_cep_set_free_and_put() argument 506 siw_cep_get(struct siw_cep * cep) siw_cep_get() argument 514 siw_send_mpareqrep(struct siw_cep * cep,const void * pdata,u8 pd_len) siw_send_mpareqrep() argument 561 siw_recv_mpa_rr(struct siw_cep * cep) siw_recv_mpa_rr() argument 651 siw_proc_mpareq(struct siw_cep * cep) siw_proc_mpareq() argument 776 siw_proc_mpareply(struct siw_cep * cep) siw_proc_mpareply() argument 969 siw_accept_newconn(struct siw_cep * cep) siw_accept_newconn() argument 1061 struct siw_cep *cep; siw_cm_work_handler() local 1247 siw_cm_queue_work(struct siw_cep * cep,enum siw_work_type type) siw_cm_queue_work() argument 1281 struct siw_cep *cep; siw_cm_llp_data_ready() local 1317 struct siw_cep *cep = sk_to_cep(sk); siw_cm_llp_write_space() local 1325 struct siw_cep *cep = sk_to_cep(sk); siw_cm_llp_error_report() local 1336 struct siw_cep *cep; siw_cm_llp_state_change() local 1405 struct siw_cep *cep = NULL; siw_connect() local 1604 struct siw_cep *cep = (struct siw_cep *)id->provider_data; siw_accept() local 1772 struct siw_cep *cep = (struct siw_cep *)id->provider_data; siw_reject() local 1811 struct siw_cep *cep = NULL; siw_create_listen() local 1961 struct siw_cep *cep = list_entry(p, struct siw_cep, listenq); siw_drop_listeners() local [all...] |
| H A D | siw_cm.h | 89 struct siw_cep *cep; member
|
| H A D | siw_qp.c | 188 struct siw_cep *cep; in siw_qp_llp_write_space() local
|
| H A D | siw.h | 425 struct siw_cep *cep; global() member 720 siw_dbg_cep(cep,fmt,...) global() argument
|
| /linux/drivers/infiniband/hw/erdma/ |
| H A D | erdma_cm.c | 37 struct erdma_cep *cep = sk_to_cep(sk); in erdma_sk_save_upcalls() local 46 static void erdma_sk_restore_upcalls(struct sock *sk, struct erdma_cep *cep) in erdma_sk_restore_upcalls() 57 struct erdma_cep *cep; in erdma_socket_disassoc() local 74 static void erdma_cep_socket_assoc(struct erdma_cep *cep, struct socket *s) in erdma_cep_socket_assoc() 84 static void erdma_disassoc_listen_cep(struct erdma_cep *cep) in erdma_disassoc_listen_cep() 94 struct erdma_cep *cep = kzalloc_obj(*cep); in erdma_cep_alloc() local 117 static void erdma_cm_free_work(struct erdma_cep *cep) in erdma_cm_free_work() 129 static void erdma_cancel_mpatimer(struct erdma_cep *cep) in erdma_cancel_mpatimer() 150 static void erdma_cep_set_inuse(struct erdma_cep *cep) in erdma_cep_set_inuse() 168 static void erdma_cep_set_free(struct erdma_cep *cep) in erdma_cep_set_free() [all …]
|
| H A D | erdma_cm.h | 137 struct erdma_cep *cep; member
|
| /linux/tools/perf/util/ |
| H A D | s390-sample-raw.c | 54 struct cf_ctrset_entry *cep, ce; in s390_cpumcfdg_testctr() local 230 struct cf_ctrset_entry *cep, ce; s390_cpumcfdg_dump() local [all...] |
| /linux/drivers/scsi/cxgbi/ |
| H A D | libcxgbi.c | 2618 struct cxgbi_endpoint *cep = ep->dd_data; in cxgbi_get_ep_param() local 2677 struct cxgbi_endpoint *cep; in cxgbi_bind_conn() local 2730 struct cxgbi_endpoint *cep; in cxgbi_create_session() local 2860 struct cxgbi_endpoint *cep; in cxgbi_ep_connect() local 2955 struct cxgbi_endpoint *cep = ep->dd_data; in cxgbi_ep_poll() local 2966 struct cxgbi_endpoint *cep = ep->dd_data; in cxgbi_ep_disconnect() local
|
| H A D | libcxgbi.h | 525 struct cxgbi_endpoint *cep; member
|