Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/cxgbi/
Dlibcxgbi.c1692 struct cxgbi_conn *cconn = tcp_conn->dd_data; in task_release_itt() local
1693 struct cxgbi_hba *chba = cconn->chba; in task_release_itt()
1711 struct cxgbi_conn *cconn = tcp_conn->dd_data; in task_reserve_itt() local
1712 struct cxgbi_hba *chba = cconn->chba; in task_reserve_itt()
1714 u32 sw_tag = (sess->age << cconn->task_idx_bits) | task->itt; in task_reserve_itt()
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()
1746 struct cxgbi_conn *cconn = tcp_conn->dd_data; in cxgbi_parse_pdu_itt() local
1747 struct cxgbi_device *cdev = cconn->chba->cdev; in cxgbi_parse_pdu_itt()
1753 *idx = sw_bits & ((1 << cconn->task_idx_bits) - 1); in cxgbi_parse_pdu_itt()
[all …]
Dlibcxgbi.h586 struct cxgbi_conn *cconn; member
/linux-4.4.14/fs/ocfs2/
Dheartbeat.c71 if (!osb->cconn) { in ocfs2_do_node_down()
Dlocks.c143 return ocfs2_plock(osb->cconn, OCFS2_I(inode)->ip_blkno, file, cmd, fl); in ocfs2_lock()
Dsuper.c235 struct ocfs2_cluster_connection *cconn = osb->cconn; in ocfs2_osb_dump() local
263 if (cconn) { in ocfs2_osb_dump()
269 cconn->cc_namelen, cconn->cc_name, in ocfs2_osb_dump()
270 cconn->cc_version.pv_major, in ocfs2_osb_dump()
271 cconn->cc_version.pv_minor); in ocfs2_osb_dump()
1944 if (osb->cconn) { in ocfs2_dismount_volume()
1955 if (osb->cconn) in ocfs2_dismount_volume()
1970 if (osb->cconn) in ocfs2_dismount_volume()
Ddlmglue.c1245 ret = ocfs2_dlm_lock(osb->cconn, in ocfs2_lock_create()
1491 ret = ocfs2_dlm_lock(osb->cconn, in __ocfs2_cluster_lock()
1928 ret = ocfs2_dlm_lock(osb->cconn, level, &lockres->l_lksb, lkm_flags, in ocfs2_file_lock()
3044 osb->cconn = conn; in ocfs2_dlm_init()
3076 ocfs2_cluster_disconnect(osb->cconn, hangup_pending); in ocfs2_dlm_shutdown()
3077 osb->cconn = NULL; in ocfs2_dlm_shutdown()
3149 ret = ocfs2_dlm_unlock(osb->cconn, &lockres->l_lksb, lkm_flags); in ocfs2_drop_lock()
3327 ret = ocfs2_dlm_lock(osb->cconn, in ocfs2_downconvert_lock()
3380 ret = ocfs2_dlm_unlock(osb->cconn, &lockres->l_lksb, in ocfs2_cancel_convert()
Docfs2.h404 struct ocfs2_cluster_connection *cconn; member