Home
last modified time | relevance | path

Searched refs:cep (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/scsi/cxgbi/
Dlibcxgbi.c1716 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()
[all …]
Dlibcxgbi.h579 struct cxgbi_endpoint *cep; member