Searched refs:cep (Results 1 – 3 of 3) sorted by relevance
750 struct scif_endpt *cep; in scif_accept() local806 cep = kzalloc(sizeof(*cep), GFP_KERNEL); in scif_accept()807 if (!cep) { in scif_accept()811 spin_lock_init(&cep->lock); in scif_accept()812 mutex_init(&cep->sendlock); in scif_accept()813 mutex_init(&cep->recvlock); in scif_accept()814 cep->state = SCIFEP_CONNECTING; in scif_accept()815 cep->remote_dev = &scif_dev[peer->node]; in scif_accept()816 cep->remote_ep = conreq->msg.payload[0]; in scif_accept()818 scif_rma_ep_init(cep); in scif_accept()[all …]
1332 struct cxgbi_sock *csk = cconn->cep->csk; in cxgbi_ddp_reserve()1478 cconn->cep->csk, task, tdata->dlen, in task_reserve_itt()1890 struct cxgbi_sock *csk = cconn->cep->csk; in cxgbi_conn_alloc_pdu()2074 if (cconn && cconn->cep) in cxgbi_conn_xmit_pdu()2075 csk = cconn->cep->csk; in cxgbi_conn_xmit_pdu()2099 err = cxgbi_sock_send_pdus(cconn->cep->csk, skb); in cxgbi_conn_xmit_pdu()2242 struct cxgbi_sock *csk = cconn->cep->csk; in cxgbi_set_conn_param()2314 struct cxgbi_endpoint *cep = ep->dd_data; in cxgbi_get_ep_param() local2324 if (!cep) in cxgbi_get_ep_param()2327 csk = cep->csk; in cxgbi_get_ep_param()[all …]
508 struct cxgbi_endpoint *cep; member