Lines Matching refs:target

486  * ibmvfc_set_tgt_action - Set the next init action for the target
487 * @tgt: ibmvfc target struct
652 * ibmvfc_del_tgt - Schedule cleanup and removal of the target
653 * @tgt: ibmvfc target struct
1210 * @starget: scsi target struct
1231 * @starget: scsi target struct
1348 * ibmvfc_release_tgt - Free memory allocated for a target
1359 * ibmvfc_get_starget_node_name - Get SCSI target's node name
1360 * @starget: scsi target struct
1374 * ibmvfc_get_starget_port_name - Get SCSI target's port name
1375 * @starget: scsi target struct
1389 * ibmvfc_get_starget_port_id - Get SCSI target's port ID
1390 * @starget: scsi target struct
2082 * ibmvfc_bsg_plogi - PLOGI into a target to handle a BSG command
2400 * ibmvfc_match_target - Match function for specified target
2985 * ibmvfc_eh_target_reset_handler - Reset the target
3006 reset_rc = ibmvfc_reset_device(sdev, IBMVFC_TARGET_RESET, "target");
3078 * an implicit logout to the target but it failed, most likely
3386 * ibmvfc_target_alloc - Setup the target's task set value
3389 * Set the target's task set value so that error handling works as
3922 * ibmvfc_init_tgt - Set the next init job step for the target
3923 * @tgt: ibmvfc target struct
3936 * ibmvfc_retry_tgt_init - Attempt to retry a step in target initialization
3937 * @tgt: ibmvfc target struct
4060 * @tgt: ibmvfc target struct
4171 * ibmvfc_tgt_send_plogi - Send PLOGI to the specified target
4172 * @tgt: ibmvfc target struct
4254 * @tgt: ibmvfc target struct
4283 * ibmvfc_tgt_implicit_logout - Initiate an Implicit Logout for specified target
4284 * @tgt: ibmvfc target struct
4348 * ibmvfc_tgt_implicit_logout_and_del - Initiate an Implicit Logout for specified target
4349 * @tgt: ibmvfc target struct
4429 * ibmvfc_tgt_move_login - Initiate a move login for specified target
4430 * @tgt: ibmvfc target struct
4476 * @tgt: ibmvfc target struct
4588 * @t: ibmvfc target struct
4592 * log back into the target.
4653 * ibmvfc_tgt_adisc - Initiate an ADISC for specified target
4654 * @tgt: ibmvfc target struct
4657 * first timer is the timer in the ibmvfc target struct. If this
4658 * fires, we send a cancel to the target. The second timer is the
4768 * ibmvfc_tgt_query_target - Initiate a Query Target for specified target
4769 * @tgt: ibmvfc target struct
4809 * ibmvfc_alloc_target - Allocate and initialize an ibmvfc target
4811 * @target: Holds SCSI ID to allocate target forand the WWPN
4817 struct ibmvfc_discover_targets_entry *target)
4823 u64 scsi_id = be32_to_cpu(target->scsi_id) & IBMVFC_DISC_TGT_SCSI_ID_MASK;
4824 u64 wwpn = be64_to_cpu(target->wwpn);
4826 /* Look to see if we already have a target allocated for this SCSI ID or WWPN */
4844 * A WWPN target has moved and we still are tracking the old
4848 * pending to the target. In this case, we will have already
4859 * Do a move login here. The old target is no longer
4871 tgt_err(wtgt, "Unexpected target state: %d, %p\n",
5337 * ibmvfc_dev_init_to_do - Is there target initialization work to do?
5357 * ibmvfc_dev_logo_to_do - Is there target logout work to do?
5466 * @tgt: ibmvfc target struct
6134 dev_err(dev, "Couldn't allocate target memory pool\n");