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