Lines Matching refs:ibmvfc_target
132 static void ibmvfc_tgt_send_prli(struct ibmvfc_target *);
133 static void ibmvfc_tgt_send_plogi(struct ibmvfc_target *);
134 static void ibmvfc_tgt_query_target(struct ibmvfc_target *);
417 static void ibmvfc_set_tgt_action(struct ibmvfc_target *tgt, in ibmvfc_set_tgt_action()
548 struct ibmvfc_target *tgt; in ibmvfc_link_down()
570 struct ibmvfc_target *tgt; in ibmvfc_init_host()
902 static struct ibmvfc_target *__ibmvfc_get_target(struct scsi_target *starget) in __ibmvfc_get_target()
906 struct ibmvfc_target *tgt; in __ibmvfc_get_target()
923 static struct ibmvfc_target *ibmvfc_get_target(struct scsi_target *starget) in ibmvfc_get_target()
926 struct ibmvfc_target *tgt; in ibmvfc_get_target()
1041 struct ibmvfc_target *tgt = container_of(kref, struct ibmvfc_target, kref); in ibmvfc_release_tgt()
1054 struct ibmvfc_target *tgt = ibmvfc_get_target(starget); in ibmvfc_get_starget_node_name()
1069 struct ibmvfc_target *tgt = ibmvfc_get_target(starget); in ibmvfc_get_starget_port_name()
1084 struct ibmvfc_target *tgt = ibmvfc_get_target(starget); in ibmvfc_get_starget_port_id()
1499 struct ibmvfc_target *tgt; in ibmvfc_relogin()
1752 struct ibmvfc_target *tgt; in ibmvfc_bsg_plogi()
2630 struct ibmvfc_target *tgt; in ibmvfc_handle_async()
3220 static void ibmvfc_init_tgt(struct ibmvfc_target *tgt, in ibmvfc_init_tgt() argument
3221 void (*job_step) (struct ibmvfc_target *)) in ibmvfc_init_tgt()
3236 static int ibmvfc_retry_tgt_init(struct ibmvfc_target *tgt, in ibmvfc_retry_tgt_init() argument
3237 void (*job_step) (struct ibmvfc_target *)) in ibmvfc_retry_tgt_init()
3289 struct ibmvfc_target *tgt = evt->tgt; in ibmvfc_tgt_prli_done()
3356 static void ibmvfc_tgt_send_prli(struct ibmvfc_target *tgt) in ibmvfc_tgt_send_prli()
3401 struct ibmvfc_target *tgt = evt->tgt; in ibmvfc_tgt_plogi_done()
3457 static void ibmvfc_tgt_send_plogi(struct ibmvfc_target *tgt) in ibmvfc_tgt_send_plogi()
3495 struct ibmvfc_target *tgt = evt->tgt; in ibmvfc_tgt_implicit_logout_done()
3532 static void ibmvfc_tgt_implicit_logout(struct ibmvfc_target *tgt) in ibmvfc_tgt_implicit_logout()
3571 struct ibmvfc_target *tgt) in ibmvfc_adisc_needs_plogi()
3589 struct ibmvfc_target *tgt = evt->tgt; in ibmvfc_tgt_adisc_done()
3666 struct ibmvfc_target *tgt = evt->tgt; in ibmvfc_tgt_adisc_cancel_done()
3685 struct ibmvfc_target *tgt = from_timer(tgt, t, timer); in ibmvfc_adisc_timeout()
3739 static void ibmvfc_tgt_adisc(struct ibmvfc_target *tgt) in ibmvfc_tgt_adisc()
3791 struct ibmvfc_target *tgt = evt->tgt; in ibmvfc_tgt_query_target_done()
3843 static void ibmvfc_tgt_query_target(struct ibmvfc_target *tgt) in ibmvfc_tgt_query_target()
3883 struct ibmvfc_target *tgt; in ibmvfc_alloc_target()
4180 struct ibmvfc_target *tgt; in ibmvfc_dev_init_to_do()
4200 struct ibmvfc_target *tgt; in __ibmvfc_work_to_do()
4276 static void ibmvfc_tgt_add_rport(struct ibmvfc_target *tgt) in ibmvfc_tgt_add_rport()
4326 struct ibmvfc_target *tgt; in ibmvfc_do_work()
4654 sizeof(struct ibmvfc_target)); in ibmvfc_alloc_mem()
4693 struct ibmvfc_target *tgt; in ibmvfc_rport_add_thread()