Lines Matching refs:ibmvfc_target
140 static void ibmvfc_tgt_send_prli(struct ibmvfc_target *);
141 static void ibmvfc_tgt_send_plogi(struct ibmvfc_target *);
142 static void ibmvfc_tgt_query_target(struct ibmvfc_target *);
425 static void ibmvfc_set_tgt_action(struct ibmvfc_target *tgt, in ibmvfc_set_tgt_action()
556 struct ibmvfc_target *tgt; in ibmvfc_link_down()
578 struct ibmvfc_target *tgt; in ibmvfc_init_host()
911 static struct ibmvfc_target *__ibmvfc_get_target(struct scsi_target *starget) in __ibmvfc_get_target()
915 struct ibmvfc_target *tgt; in __ibmvfc_get_target()
932 static struct ibmvfc_target *ibmvfc_get_target(struct scsi_target *starget) in ibmvfc_get_target()
935 struct ibmvfc_target *tgt; in ibmvfc_get_target()
1050 struct ibmvfc_target *tgt = container_of(kref, struct ibmvfc_target, kref); in ibmvfc_release_tgt()
1063 struct ibmvfc_target *tgt = ibmvfc_get_target(starget); in ibmvfc_get_starget_node_name()
1078 struct ibmvfc_target *tgt = ibmvfc_get_target(starget); in ibmvfc_get_starget_port_name()
1093 struct ibmvfc_target *tgt = ibmvfc_get_target(starget); in ibmvfc_get_starget_port_id()
1506 struct ibmvfc_target *tgt; in ibmvfc_relogin()
1759 struct ibmvfc_target *tgt; in ibmvfc_bsg_plogi()
2636 struct ibmvfc_target *tgt; in ibmvfc_handle_async()
3224 static void ibmvfc_init_tgt(struct ibmvfc_target *tgt, in ibmvfc_init_tgt() argument
3225 void (*job_step) (struct ibmvfc_target *)) in ibmvfc_init_tgt()
3240 static int ibmvfc_retry_tgt_init(struct ibmvfc_target *tgt, in ibmvfc_retry_tgt_init() argument
3241 void (*job_step) (struct ibmvfc_target *)) in ibmvfc_retry_tgt_init()
3293 struct ibmvfc_target *tgt = evt->tgt; in ibmvfc_tgt_prli_done()
3360 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()
3456 static void ibmvfc_tgt_send_plogi(struct ibmvfc_target *tgt) in ibmvfc_tgt_send_plogi()
3494 struct ibmvfc_target *tgt = evt->tgt; in ibmvfc_tgt_implicit_logout_done()
3531 static void ibmvfc_tgt_implicit_logout(struct ibmvfc_target *tgt) in ibmvfc_tgt_implicit_logout()
3570 struct ibmvfc_target *tgt) in ibmvfc_adisc_needs_plogi()
3590 struct ibmvfc_target *tgt = evt->tgt; in ibmvfc_tgt_adisc_done()
3667 struct ibmvfc_target *tgt = evt->tgt; in ibmvfc_tgt_adisc_cancel_done()
3684 static void ibmvfc_adisc_timeout(struct ibmvfc_target *tgt) in ibmvfc_adisc_timeout()
3739 static void ibmvfc_tgt_adisc(struct ibmvfc_target *tgt) in ibmvfc_tgt_adisc()
3793 struct ibmvfc_target *tgt = evt->tgt; in ibmvfc_tgt_query_target_done()
3844 static void ibmvfc_tgt_query_target(struct ibmvfc_target *tgt) in ibmvfc_tgt_query_target()
3884 struct ibmvfc_target *tgt; in ibmvfc_alloc_target()
4186 struct ibmvfc_target *tgt; in ibmvfc_dev_init_to_do()
4206 struct ibmvfc_target *tgt; in __ibmvfc_work_to_do()
4282 static void ibmvfc_tgt_add_rport(struct ibmvfc_target *tgt) in ibmvfc_tgt_add_rport()
4332 struct ibmvfc_target *tgt; in ibmvfc_do_work()
4660 sizeof(struct ibmvfc_target)); in ibmvfc_alloc_mem()
4699 struct ibmvfc_target *tgt; in ibmvfc_rport_add_thread()