Lines Matching refs:cep

1716 		err = cxgbi_ddp_reserve(cconn->cep->csk, &tag, sw_tag,  in task_reserve_itt()
1724 cconn->cep->csk, task, scsi_in(sc)->length, in task_reserve_itt()
2113 struct cxgbi_sock *csk = cconn->cep->csk; in cxgbi_conn_alloc_pdu()
2270 err = cxgbi_sock_send_pdus(cconn->cep->csk, skb); in cxgbi_conn_xmit_pdu()
2396 struct cxgbi_sock *csk = cconn->cep->csk; in cxgbi_set_conn_param()
2468 struct cxgbi_endpoint *cep = ep->dd_data; in cxgbi_get_ep_param() local
2478 if (!cep) in cxgbi_get_ep_param()
2481 csk = cep->csk; in cxgbi_get_ep_param()
2527 struct cxgbi_endpoint *cep; in cxgbi_bind_conn() local
2536 cep = ep->dd_data; in cxgbi_bind_conn()
2537 csk = cep->csk; in cxgbi_bind_conn()
2551 cconn->chba = cep->chba; in cxgbi_bind_conn()
2552 cconn->cep = cep; in cxgbi_bind_conn()
2553 cep->cconn = cconn; in cxgbi_bind_conn()
2573 struct cxgbi_endpoint *cep; in cxgbi_create_session() local
2584 cep = ep->dd_data; in cxgbi_create_session()
2585 chba = cep->chba; in cxgbi_create_session()
2703 struct cxgbi_endpoint *cep; in cxgbi_ep_connect() local
2763 ep = iscsi_create_endpoint(sizeof(*cep)); in cxgbi_ep_connect()
2770 cep = ep->dd_data; in cxgbi_ep_connect()
2771 cep->csk = csk; in cxgbi_ep_connect()
2772 cep->chba = hba; in cxgbi_ep_connect()
2776 ep, cep, csk, hba, hba->ndev->name); in cxgbi_ep_connect()
2789 struct cxgbi_endpoint *cep = ep->dd_data; in cxgbi_ep_poll() local
2790 struct cxgbi_sock *csk = cep->csk; in cxgbi_ep_poll()
2800 struct cxgbi_endpoint *cep = ep->dd_data; in cxgbi_ep_disconnect() local
2801 struct cxgbi_conn *cconn = cep->cconn; in cxgbi_ep_disconnect()
2802 struct cxgbi_sock *csk = cep->csk; in cxgbi_ep_disconnect()
2806 ep, cep, cconn, csk, csk->state, csk->flags); in cxgbi_ep_disconnect()
2811 cep->csk->user_data = NULL; in cxgbi_ep_disconnect()
2812 cconn->cep = NULL; in cxgbi_ep_disconnect()