Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dbscbus.c341 uint32_t cmd_log_size; member
2349 if (ssp->cmd_log_size != 0) { in bscbus_unattach()
2351 ssp->cmd_log_size * sizeof (bsc_cmd_log_t)); in bscbus_unattach()
2406 ssp->cmd_log_size = bscbus_cmd_log_size; in bscbus_attach()
2407 if (ssp->cmd_log_size != 0) { in bscbus_attach()
2409 ssp->cmd_log = kmem_zalloc(ssp->cmd_log_size * in bscbus_attach()
2621 if (ssp->cmd_log_size == 0) in bscbus_cmd_log()
2626 logp = &ssp->cmd_log[idx % ssp->cmd_log_size]; in bscbus_cmd_log()