Lines Matching refs:cmd_pool
183 struct scsi_host_cmd_pool *pool = shost->cmd_pool; in scsi_host_free_command()
202 struct scsi_host_cmd_pool *pool = shost->cmd_pool; in scsi_host_alloc_command()
344 return shost->hostt->cmd_pool; in scsi_find_host_cmd_pool()
382 hostt->cmd_pool = pool; in scsi_alloc_host_cmd_pool()
430 hostt->cmd_pool = NULL; in scsi_get_host_cmd_pool()
455 hostt->cmd_pool = NULL; in scsi_put_host_cmd_pool()
479 shost->cmd_pool = scsi_get_host_cmd_pool(shost); in scsi_setup_command_freelist()
480 if (!shost->cmd_pool) in scsi_setup_command_freelist()
489 shost->cmd_pool = NULL; in scsi_setup_command_freelist()
506 if (!shost->cmd_pool) in scsi_destroy_command_freelist()
516 shost->cmd_pool = NULL; in scsi_destroy_command_freelist()