Home
last modified time | relevance | path

Searched refs:sync_max_depth (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/scsi/arm/
Dfas216.h274 unsigned char sync_max_depth; /* Synchronous xfer max fifo depth */ member
Darxescsi.c286 info->info.ifcfg.sync_max_depth = 0; in arxescsi_probe()
Dpowertec.c340 info->info.ifcfg.sync_max_depth = 7; in powertecscsi_probe()
Dcumana_2.c414 info->info.ifcfg.sync_max_depth = 7; in cumanascsi2_probe()
Dfas216.c213 info->ifcfg.asyncperiod, info->ifcfg.sync_max_depth); in fas216_dumpinfo()
556 if (msg[4] > info->ifcfg.sync_max_depth) in fas216_handlesync()
557 msg[4] = info->ifcfg.sync_max_depth; in fas216_handlesync()
582 if (msg[4] <= info->ifcfg.sync_max_depth && in fas216_handlesync()
1800 info->ifcfg.sync_max_depth); in fas216_start_command()
Deesox.c533 info->info.ifcfg.sync_max_depth = 7; in eesoxscsi_probe()