Lines Matching refs:cep

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() local
2482 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() local
2540 cep = ep->dd_data; in cxgbi_bind_conn()
2541 csk = cep->csk; in cxgbi_bind_conn()
2555 cconn->chba = cep->chba; in cxgbi_bind_conn()
2556 cconn->cep = cep; in cxgbi_bind_conn()
2557 cep->cconn = cconn; in cxgbi_bind_conn()
2577 struct cxgbi_endpoint *cep; in cxgbi_create_session() local
2588 cep = ep->dd_data; in cxgbi_create_session()
2589 chba = cep->chba; in cxgbi_create_session()
2707 struct cxgbi_endpoint *cep; in cxgbi_ep_connect() local
2767 ep = iscsi_create_endpoint(sizeof(*cep)); in cxgbi_ep_connect()
2774 cep = ep->dd_data; in cxgbi_ep_connect()
2775 cep->csk = csk; in cxgbi_ep_connect()
2776 cep->chba = hba; in cxgbi_ep_connect()
2780 ep, cep, csk, hba, hba->ndev->name); in cxgbi_ep_connect()
2793 struct cxgbi_endpoint *cep = ep->dd_data; in cxgbi_ep_poll() local
2794 struct cxgbi_sock *csk = cep->csk; in cxgbi_ep_poll()
2804 struct cxgbi_endpoint *cep = ep->dd_data; in cxgbi_ep_disconnect() local
2805 struct cxgbi_conn *cconn = cep->cconn; in cxgbi_ep_disconnect()
2806 struct cxgbi_sock *csk = cep->csk; in cxgbi_ep_disconnect()
2810 ep, cep, cconn, csk, csk->state, csk->flags); in cxgbi_ep_disconnect()
2815 cep->csk->user_data = NULL; in cxgbi_ep_disconnect()
2816 cconn->cep = NULL; in cxgbi_ep_disconnect()