Searched refs:target_host (Results 1 – 2 of 2) sorted by relevance
229 [Arguments] ${target_host} ${num}=${count} ${packet_type}=${TCP_CONNECTION}233 # target_host The host name or IP address of the target system.242 …${cmd_buf}= Set Variable --delay ${delay} ${target_host} -c ${num} --${packet_type} -p ${http_po…
3687 struct Scsi_Host *target_host; in add_target_store() local3697 target_host = scsi_host_alloc(&srp_template, in add_target_store()3699 if (!target_host) in add_target_store()3702 target_host->transportt = ib_srp_transport_template; in add_target_store()3703 target_host->max_channel = 0; in add_target_store()3704 target_host->max_id = 1; in add_target_store()3705 target_host->max_lun = -1LL; in add_target_store()3710 target_host->virt_boundary_mask = ~srp_dev->mr_page_mask; in add_target_store()3712 target = host_to_target(target_host); in add_target_store()3716 target->scsi_host = target_host; in add_target_store()[all …]