Searched refs:discovery_parent_type (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/scsi/ |
H A D | libiscsi.h | 309 char *discovery_parent_type; member
|
H A D | scsi_transport_iscsi.h | 408 uint16_t discovery_parent_type; member
|
/kernel/linux/linux-6.6/include/scsi/ |
H A D | libiscsi.h | 329 char *discovery_parent_type; member
|
H A D | scsi_transport_iscsi.h | 409 uint16_t discovery_parent_type; member
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | libiscsi.c | 3006 kfree(session->discovery_parent_type); in iscsi_session_teardown() 3437 return iscsi_switch_str_param(&session->discovery_parent_type, in iscsi_set_param() 3575 if (session->discovery_parent_type) in iscsi_session_get_param() 3577 session->discovery_parent_type); in iscsi_session_get_param()
|
H A D | scsi_transport_iscsi.c | 856 iscsi_flashnode_sess_attr(fnode, discovery_parent_type, 4390 iscsi_session_attr(discovery_parent_type, ISCSI_PARAM_DISCOVERY_PARENT_TYPE, 0);
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | libiscsi.c | 3147 kfree(session->discovery_parent_type); in iscsi_session_free() 3595 return iscsi_switch_str_param(&session->discovery_parent_type, in iscsi_set_param() 3733 if (session->discovery_parent_type) in iscsi_session_get_param() 3735 session->discovery_parent_type); in iscsi_session_get_param()
|
H A D | scsi_transport_iscsi.c | 860 iscsi_flashnode_sess_attr(fnode, discovery_parent_type, 4417 iscsi_session_attr(discovery_parent_type, ISCSI_PARAM_DISCOVERY_PARENT_TYPE, 0);
|
/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/ |
H A D | ql4_os.c | 3594 sess->discovery_parent_type = le16_to_cpu(fw_ddb_entry->ddb_link); in qla4xxx_copy_from_fwddb_param() 8037 if (fnode_sess->discovery_parent_type == DDB_ISNS) in qla4xxx_sysfs_ddb_get_param() 8039 else if (fnode_sess->discovery_parent_type == DDB_NO_LINK) in qla4xxx_sysfs_ddb_get_param() 8041 else if (fnode_sess->discovery_parent_type < MAX_DDB_ENTRIES) in qla4xxx_sysfs_ddb_get_param()
|
/kernel/linux/linux-6.6/drivers/scsi/qla4xxx/ |
H A D | ql4_os.c | 3589 sess->discovery_parent_type = le16_to_cpu(fw_ddb_entry->ddb_link); in qla4xxx_copy_from_fwddb_param() 8022 if (fnode_sess->discovery_parent_type == DDB_ISNS) in qla4xxx_sysfs_ddb_get_param() 8024 else if (fnode_sess->discovery_parent_type == DDB_NO_LINK) in qla4xxx_sysfs_ddb_get_param() 8026 else if (fnode_sess->discovery_parent_type < MAX_DDB_ENTRIES) in qla4xxx_sysfs_ddb_get_param()
|
Completed in 43 milliseconds