Home
last modified time | relevance | path

Searched refs:ip_options (Results 1 – 2 of 2) sorted by relevance

/drivers/scsi/qla4xxx/
Dql4_fw.h868 uint16_t ip_options; /* 0C-0D */ member
Dql4_os.c3570 options = le16_to_cpu(fw_ddb_entry->ip_options); in qla4xxx_copy_from_fwddb_param()
3697 options = le16_to_cpu(fw_ddb_entry->ip_options); in qla4xxx_copy_to_fwddb_param()
3699 fw_ddb_entry->ip_options = cpu_to_le16(options); in qla4xxx_copy_to_fwddb_param()
3807 options = le16_to_cpu(fw_ddb_entry->ip_options); in qla4xxx_copy_to_sess_conn_params()