Home
last modified time | relevance | path

Searched refs:cconn (Results 1 – 6 of 6) 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 Ddlmglue.c1334 ret = ocfs2_dlm_lock(osb->cconn, in ocfs2_lock_create()
1582 ret = ocfs2_dlm_lock(osb->cconn, in __ocfs2_cluster_lock()
2026 ret = ocfs2_dlm_lock(osb->cconn, level, &lockres->l_lksb, lkm_flags, in ocfs2_file_lock()
3373 osb->cconn = conn; in ocfs2_dlm_init()
3405 if (osb->cconn) { in ocfs2_dlm_shutdown()
3406 ocfs2_cluster_disconnect(osb->cconn, hangup_pending); in ocfs2_dlm_shutdown()
3407 osb->cconn = NULL; in ocfs2_dlm_shutdown()
3480 ret = ocfs2_dlm_unlock(osb->cconn, &lockres->l_lksb, lkm_flags); in ocfs2_drop_lock()
3668 ret = ocfs2_dlm_lock(osb->cconn, in ocfs2_downconvert_lock()
3721 ret = ocfs2_dlm_unlock(osb->cconn, &lockres->l_lksb, in ocfs2_cancel_convert()
H A Docfs2.h418 struct ocfs2_cluster_connection *cconn; member