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