Searched defs:bus_param (Results 1 – 2 of 2) sorted by relevance
981 struct bus_param { struct982 uint8_t id; /* Host adapter SCSI id */983 uint8_t bus_reset_delay; /* SCSI bus reset delay. */984 uint8_t failed_reset_count; /* number of time reset failed */985 uint8_t unused;986 uint16_t device_enables; /* Device enable bits. */987 uint16_t lun_disables; /* LUN disable bits. */988 uint16_t qtag_enables; /* Tag queue enables. */989 uint16_t hiwat; /* High water mark per device. */990 uint8_t reset_marker:1;[all …]
1298 struct ath10k_bus_params bus_param; member