Searched refs:portal_type (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/include/scsi/ |
| H A D | libiscsi.h | 308 char *portal_type; member
|
| H A D | scsi_transport_iscsi.h | 389 char *portal_type; member
|
| /OK3568_Linux_fs/kernel/drivers/scsi/qla4xxx/ |
| H A D | ql4_os.c | 3510 rc = iscsi_switch_str_param(&sess->portal_type, in qla4xxx_copy_from_fwddb_param() 3515 rc = iscsi_switch_str_param(&sess->portal_type, in qla4xxx_copy_from_fwddb_param() 3651 if (!strncmp(sess->portal_type, PORTAL_TYPE_IPV6, 4)) in qla4xxx_copy_to_fwddb_param() 3718 if (!strncmp(sess->portal_type, PORTAL_TYPE_IPV6, 4)) in qla4xxx_copy_to_fwddb_param() 7388 if (!strncasecmp(fnode_sess->portal_type, PORTAL_TYPE_IPV6, 4)) in qla4xxx_sysfs_ddb_apply() 7584 if (!strncasecmp(fnode_sess->portal_type, PORTAL_TYPE_IPV6, 4)) in qla4xxx_sysfs_ddb_login() 7800 if (!strncmp(fnode_sess->portal_type, PORTAL_TYPE_IPV6, 4)) in qla4xxx_sysfs_ddb_logout() 7875 rc = sprintf(buf, "%s\n", fnode_sess->portal_type); in qla4xxx_sysfs_ddb_get_param() 7978 if (!strncmp(fnode_sess->portal_type, PORTAL_TYPE_IPV6, 4)) in qla4xxx_sysfs_ddb_get_param() 7990 if (!strncmp(fnode_sess->portal_type, PORTAL_TYPE_IPV6, 4)) in qla4xxx_sysfs_ddb_get_param() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | libiscsi.c | 2920 kfree(session->portal_type); in iscsi_session_teardown() 3338 return iscsi_switch_str_param(&session->portal_type, buf); in iscsi_set_param() 3445 len = sysfs_emit(buf, "%s\n", session->portal_type); in iscsi_session_get_param()
|
| H A D | scsi_transport_iscsi.c | 826 iscsi_flashnode_sess_attr(fnode, portal_type, ISCSI_FLASHNODE_PORTAL_TYPE); 1004 kfree(fnode_sess->portal_type); in iscsi_flashnode_sess_release() 4332 iscsi_session_attr(portal_type, ISCSI_PARAM_PORTAL_TYPE, 0);
|