Searched refs:cep (Results 1 – 3 of 3) sorted by relevance
751 struct scif_endpt *cep; in scif_accept() local807 cep = kzalloc(sizeof(*cep), GFP_KERNEL); in scif_accept()808 if (!cep) { in scif_accept()812 spin_lock_init(&cep->lock); in scif_accept()813 mutex_init(&cep->sendlock); in scif_accept()814 mutex_init(&cep->recvlock); in scif_accept()815 cep->state = SCIFEP_CONNECTING; in scif_accept()816 cep->remote_dev = &scif_dev[peer->node]; in scif_accept()817 cep->remote_ep = conreq->msg.payload[0]; in scif_accept()819 scif_rma_ep_init(cep); in scif_accept()[all …]
1720 err = cxgbi_ddp_reserve(cconn->cep->csk, &tag, sw_tag, in task_reserve_itt()1728 cconn->cep->csk, task, scsi_in(sc)->length, in task_reserve_itt()2117 struct cxgbi_sock *csk = cconn->cep->csk; in cxgbi_conn_alloc_pdu()2274 err = cxgbi_sock_send_pdus(cconn->cep->csk, skb); in cxgbi_conn_xmit_pdu()2400 struct cxgbi_sock *csk = cconn->cep->csk; in cxgbi_set_conn_param()2472 struct cxgbi_endpoint *cep = ep->dd_data; in cxgbi_get_ep_param() local2482 if (!cep) in cxgbi_get_ep_param()2485 csk = cep->csk; in cxgbi_get_ep_param()2531 struct cxgbi_endpoint *cep; in cxgbi_bind_conn() local2540 cep = ep->dd_data; in cxgbi_bind_conn()[all …]
579 struct cxgbi_endpoint *cep; member