Lines Matching refs:cep

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
2686 cep = ep->dd_data; in cxgbi_bind_conn()
2687 csk = cep->csk; in cxgbi_bind_conn()
2704 cconn->chba = cep->chba; in cxgbi_bind_conn()
2705 cconn->cep = cep; in cxgbi_bind_conn()
2706 cep->cconn = cconn; in cxgbi_bind_conn()
2726 struct cxgbi_endpoint *cep; in cxgbi_create_session() local
2737 cep = ep->dd_data; in cxgbi_create_session()
2738 chba = cep->chba; in cxgbi_create_session()
2856 struct cxgbi_endpoint *cep; in cxgbi_ep_connect() local
2925 ep = iscsi_create_endpoint(sizeof(*cep)); in cxgbi_ep_connect()
2932 cep = ep->dd_data; in cxgbi_ep_connect()
2933 cep->csk = csk; in cxgbi_ep_connect()
2934 cep->chba = hba; in cxgbi_ep_connect()
2938 ep, cep, csk, hba, hba->ndev->name); in cxgbi_ep_connect()
2951 struct cxgbi_endpoint *cep = ep->dd_data; in cxgbi_ep_poll() local
2952 struct cxgbi_sock *csk = cep->csk; in cxgbi_ep_poll()
2962 struct cxgbi_endpoint *cep = ep->dd_data; in cxgbi_ep_disconnect() local
2963 struct cxgbi_conn *cconn = cep->cconn; in cxgbi_ep_disconnect()
2964 struct cxgbi_sock *csk = cep->csk; in cxgbi_ep_disconnect()
2968 ep, cep, cconn, csk, csk->state, csk->flags); in cxgbi_ep_disconnect()
2973 cep->csk->user_data = NULL; in cxgbi_ep_disconnect()
2974 cconn->cep = NULL; in cxgbi_ep_disconnect()