Searched refs:portal_type (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.10/include/scsi/ |
| D | libiscsi.h | 309 char *portal_type; member
|
| D | scsi_transport_iscsi.h | 377 char *portal_type; member
|
| /Linux-v5.10/drivers/scsi/qla4xxx/ |
| D | ql4_os.c | 3508 rc = iscsi_switch_str_param(&sess->portal_type, in qla4xxx_copy_from_fwddb_param() 3513 rc = iscsi_switch_str_param(&sess->portal_type, in qla4xxx_copy_from_fwddb_param() 3649 if (!strncmp(sess->portal_type, PORTAL_TYPE_IPV6, 4)) in qla4xxx_copy_to_fwddb_param() 3716 if (!strncmp(sess->portal_type, PORTAL_TYPE_IPV6, 4)) in qla4xxx_copy_to_fwddb_param() 7386 if (!strncasecmp(fnode_sess->portal_type, PORTAL_TYPE_IPV6, 4)) in qla4xxx_sysfs_ddb_apply() 7582 if (!strncasecmp(fnode_sess->portal_type, PORTAL_TYPE_IPV6, 4)) in qla4xxx_sysfs_ddb_login() 7798 if (!strncmp(fnode_sess->portal_type, PORTAL_TYPE_IPV6, 4)) in qla4xxx_sysfs_ddb_logout() 7873 rc = sprintf(buf, "%s\n", fnode_sess->portal_type); in qla4xxx_sysfs_ddb_get_param() 7976 if (!strncmp(fnode_sess->portal_type, PORTAL_TYPE_IPV6, 4)) in qla4xxx_sysfs_ddb_get_param() 7988 if (!strncmp(fnode_sess->portal_type, PORTAL_TYPE_IPV6, 4)) in qla4xxx_sysfs_ddb_get_param() [all …]
|
| /Linux-v5.10/drivers/scsi/ |
| D | libiscsi.c | 2877 kfree(session->portal_type); in iscsi_session_teardown() 3315 return iscsi_switch_str_param(&session->portal_type, buf); in iscsi_set_param() 3422 len = sprintf(buf, "%s\n", session->portal_type); in iscsi_session_get_param()
|
| D | scsi_transport_iscsi.c | 845 iscsi_flashnode_sess_attr(fnode, portal_type, ISCSI_FLASHNODE_PORTAL_TYPE); 1023 kfree(fnode_sess->portal_type); in iscsi_flashnode_sess_release() 4170 iscsi_session_attr(portal_type, ISCSI_PARAM_PORTAL_TYPE, 0);
|