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()
3223 static void ibmvfc_init_tgt(struct ibmvfc_target *tgt, in ibmvfc_init_tgt() argument
3224 void (*job_step) (struct ibmvfc_target *)) in ibmvfc_init_tgt()
3239 static int ibmvfc_retry_tgt_init(struct ibmvfc_target *tgt, in ibmvfc_retry_tgt_init() argument
3240 void (*job_step) (struct ibmvfc_target *)) in ibmvfc_retry_tgt_init()
3292 struct ibmvfc_target *tgt = evt->tgt; in ibmvfc_tgt_prli_done()
3359 static void ibmvfc_tgt_send_prli(struct ibmvfc_target *tgt) in ibmvfc_tgt_send_prli()
3400 struct ibmvfc_target *tgt = evt->tgt; in ibmvfc_tgt_plogi_done()
3455 static void ibmvfc_tgt_send_plogi(struct ibmvfc_target *tgt) in ibmvfc_tgt_send_plogi()
3493 struct ibmvfc_target *tgt = evt->tgt; in ibmvfc_tgt_implicit_logout_done()
3530 static void ibmvfc_tgt_implicit_logout(struct ibmvfc_target *tgt) in ibmvfc_tgt_implicit_logout()
3569 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()
3683 static void ibmvfc_adisc_timeout(struct ibmvfc_target *tgt) in ibmvfc_adisc_timeout()
3738 static void ibmvfc_tgt_adisc(struct ibmvfc_target *tgt) in ibmvfc_tgt_adisc()
3792 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()
4185 struct ibmvfc_target *tgt; in ibmvfc_dev_init_to_do()
4205 struct ibmvfc_target *tgt; in __ibmvfc_work_to_do()
4281 static void ibmvfc_tgt_add_rport(struct ibmvfc_target *tgt) in ibmvfc_tgt_add_rport()
4331 struct ibmvfc_target *tgt; in ibmvfc_do_work()
4659 sizeof(struct ibmvfc_target)); in ibmvfc_alloc_mem()
4698 struct ibmvfc_target *tgt; in ibmvfc_rport_add_thread()