Home
last modified time | relevance | path

Searched refs:iscsi_def_time2retain (Results 1 – 3 of 3) sorted by relevance

/drivers/scsi/qla4xxx/
Dql4_fw.h639 uint16_t iscsi_def_time2retain; /* 42-43 */ member
877 uint16_t iscsi_def_time2retain; /* 1A-1B */ member
Dql4_mbx.c2126 fw_ddb_entry->iscsi_def_time2retain = in qla4xxx_set_param_ddbentry()
Dql4_os.c3578 sess->time2retain = le16_to_cpu(fw_ddb_entry->iscsi_def_time2retain); in qla4xxx_copy_from_fwddb_param()
3705 fw_ddb_entry->iscsi_def_time2retain = cpu_to_le16(sess->time2retain); in qla4xxx_copy_to_fwddb_param()
3814 sess->time2retain = le16_to_cpu(fw_ddb_entry->iscsi_def_time2retain); in qla4xxx_copy_to_sess_conn_params()