Lines Matching refs:cmd_pool
137 struct scsi_host_cmd_pool *pool = shost->cmd_pool; in scsi_host_free_command()
156 struct scsi_host_cmd_pool *pool = shost->cmd_pool; in scsi_host_alloc_command()
298 return shost->hostt->cmd_pool; in scsi_find_host_cmd_pool()
336 hostt->cmd_pool = pool; in scsi_alloc_host_cmd_pool()
384 hostt->cmd_pool = NULL; in scsi_get_host_cmd_pool()
409 hostt->cmd_pool = NULL; in scsi_put_host_cmd_pool()
433 shost->cmd_pool = scsi_get_host_cmd_pool(shost); in scsi_setup_command_freelist()
434 if (!shost->cmd_pool) in scsi_setup_command_freelist()
443 shost->cmd_pool = NULL; in scsi_setup_command_freelist()
460 if (!shost->cmd_pool) in scsi_destroy_command_freelist()
470 shost->cmd_pool = NULL; in scsi_destroy_command_freelist()