Home
last modified time | relevance | path

Searched refs:cconn (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/scsi/cxgbi/
H A Dlibcxgbi.c1260 static int cxgbi_ddp_reserve(struct cxgbi_conn *cconn, in cxgbi_ddp_reserve() argument
1264 struct cxgbi_sock *csk = cconn->cep->csk; in cxgbi_ddp_reserve()
1303 cconn->ddp_full++; in cxgbi_ddp_reserve()
1355 struct cxgbi_conn *cconn = tcp_conn->dd_data; in task_release_itt() local
1356 struct cxgbi_device *cdev = cconn->chba->cdev; in task_release_itt()
1388 struct cxgbi_conn *cconn = tcp_conn->dd_data; in task_reserve_itt() local
1389 struct cxgbi_device *cdev = cconn->chba->cdev; in task_reserve_itt()
1401 err = cxgbi_ddp_reserve(cconn, tdata, sw_tag, tdata->dlen); in task_reserve_itt()
1407 cconn->cep->csk, task, tdata->dlen, in task_reserve_itt()
1428 struct cxgbi_conn *cconn = tcp_conn->dd_data; in cxgbi_parse_pdu_itt() local
[all …]
H A Dlibcxgbi.h534 struct cxgbi_conn *cconn; member
/linux/fs/ocfs2/
H A Dheartbeat.c50 if (!osb->cconn) { in ocfs2_do_node_down()
H A Dlocks.c124 return ocfs2_plock(osb->cconn, OCFS2_I(inode)->ip_blkno, file, cmd, fl); in ocfs2_lock()
H A Docfs2.h433 struct ocfs2_cluster_connection *cconn; member