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()
2706 cconn->chba = cep->chba; in cxgbi_bind_conn()
2707 cconn->cep = cep; in cxgbi_bind_conn()
2708 cep->cconn = cconn; in cxgbi_bind_conn()
2730 struct cxgbi_endpoint *cep; in cxgbi_create_session() local
2741 cep = ep->dd_data; in cxgbi_create_session()
2742 chba = cep->chba; in cxgbi_create_session()
2860 struct cxgbi_endpoint *cep; in cxgbi_ep_connect() local
2929 ep = iscsi_create_endpoint(sizeof(*cep)); in cxgbi_ep_connect()
2936 cep = ep->dd_data; in cxgbi_ep_connect()
2937 cep->csk = csk; in cxgbi_ep_connect()
2938 cep->chba = hba; in cxgbi_ep_connect()
2942 ep, cep, csk, hba, hba->ndev->name); in cxgbi_ep_connect()
2955 struct cxgbi_endpoint *cep = ep->dd_data; in cxgbi_ep_poll() local
2956 struct cxgbi_sock *csk = cep->csk; in cxgbi_ep_poll()
2966 struct cxgbi_endpoint *cep = ep->dd_data; in cxgbi_ep_disconnect() local
2967 struct cxgbi_conn *cconn = cep->cconn; in cxgbi_ep_disconnect()
2968 struct cxgbi_sock *csk = cep->csk; in cxgbi_ep_disconnect()
2972 ep, cep, cconn, csk, csk->state, csk->flags); in cxgbi_ep_disconnect()
2976 cep->csk->user_data = NULL; in cxgbi_ep_disconnect()
2977 cconn->cep = NULL; in cxgbi_ep_disconnect()