Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Desp_scsi.h344 u8 nego_goal_width; member
H A Desp_scsi.c556 return spi_width(target) != tp->nego_goal_width; in esp_need_to_nego_wide()
786 tp->nego_goal_width = 0; in esp_maybe_execute_command()
791 if (spi_width(tp->starget) == tp->nego_goal_width && in esp_maybe_execute_command()
801 (tp->nego_goal_width ? in esp_maybe_execute_command()
2272 esp->target[i].nego_goal_width = 0; in esp_init_swstate()
2727 tp->nego_goal_width = (width ? 1 : 0); in esp_set_width()