Home
last modified time | relevance | path

Searched defs:fcport (Results 1 – 24 of 24) sorted by relevance

/linux/drivers/scsi/qla2xxx/
H A Dqla_edif.c80 static struct edif_list_entry *qla_edif_list_find_sa_index(fc_port_t *fcport, in qla_edif_list_find_sa_index()
98 fc_port_t *fcport = edif_entry->fcport; in qla2x00_sa_replace_iocb_timeout() local
156 static int qla_edif_list_add_sa_update_index(fc_port_t *fcport, in qla_edif_list_add_sa_update_index()
194 static void qla_edif_list_delete_sa_index(fc_port_t *fcport, struct edif_list_entry *entry) in qla_edif_list_delete_sa_index()
204 fc_port_t *fcport, uint16_t nport_handle, struct edif_sa_ctl *sa_ctl) in qla_post_sa_replace_work()
220 qla_edif_sa_ctl_init(scsi_qla_host_t *vha, struct fc_port *fcport) in qla_edif_sa_ctl_init()
234 fc_port_t *fcport) in qla_bsg_check()
318 qla_edif_free_sa_ctl(fc_port_t *fcport, struct edif_sa_ctl *sa_ctl, in qla_edif_free_sa_ctl()
334 static void qla_edif_add_sa_index_to_freepool(fc_port_t *fcport, int dir, in qla_edif_add_sa_index_to_freepool()
361 struct fc_port *fcport, struct edif_sa_index_entry *entry, in __qla2x00_release_all_sadb()
[all …]
H A Dqla_init.c229 fc_port_t *fcport = sp->fcport; in qla2x00_async_iocb_timeout() local
324 qla2x00_async_login(struct scsi_qla_host *vha, fc_port_t *fcport, in qla2x00_async_login()
412 qla2x00_async_logout(struct scsi_qla_host *vha, fc_port_t *fcport) in qla2x00_async_logout()
448 qla2x00_async_prlo_done(struct scsi_qla_host *vha, fc_port_t *fcport, in qla2x00_async_prlo_done()
472 qla2x00_async_prlo(struct scsi_qla_host *vha, fc_port_t *fcport) in qla2x00_async_prlo()
510 struct fc_port *fcport = ea->fcport; in qla24xx_handle_adisc_event() local
557 static int qla_post_els_plogi_work(struct scsi_qla_host *vha, fc_port_t *fcport) in qla_post_els_plogi_work()
600 qla2x00_async_adisc(struct scsi_qla_host *vha, fc_port_t *fcport, in qla2x00_async_adisc()
709 void qla2x00_clear_loop_id(fc_port_t *fcport) in qla2x00_clear_loop_id()
724 fc_port_t *fcport, *conflict_fcport; in qla24xx_handle_gnl_done_event() local
[all …]
H A Dqla_inline.h108 qla2x00_set_fcport_disc_state(fc_port_t *fcport, int state) in qla2x00_set_fcport_disc_state()
182 struct qla_qpair *qpair, fc_port_t *fcport) in qla2xxx_init_sp()
197 fc_port_t *fcport, gfp_t flag) in qla2xxx_get_qpair_sp()
228 qla2x00_get_sp(scsi_qla_host_t *vha, fc_port_t *fcport, gfp_t flag) in qla2x00_get_sp()
276 qla2x00_set_retry_delay_timestamp(fc_port_t *fcport, uint16_t sts_qual) in qla2x00_set_retry_delay_timestamp()
562 fcport_is_smaller(fc_port_t *fcport) in fcport_is_smaller()
572 fcport_is_bigger(fc_port_t *fcport) in fcport_is_bigger()
H A Dqla_gs.c200 qla2x00_ga_nxt(scsi_qla_host_t *vha, fc_port_t *fcport) in qla2x00_ga_nxt()
1003 qla2x00_sns_ga_nxt(scsi_qla_host_t *vha, fc_port_t *fcport) in qla2x00_sns_ga_nxt()
2802 int qla24xx_post_gpsc_work(struct scsi_qla_host *vha, fc_port_t *fcport) in qla24xx_post_gpsc_work()
2816 struct fc_port *fcport = ea->fcport; in qla24xx_handle_gpsc_event() local
2848 fc_port_t *fcport = sp->fcport; in qla24xx_async_gpsc_sp_done() local
2897 int qla24xx_async_gpsc(scsi_qla_host_t *vha, fc_port_t *fcport) in qla24xx_async_gpsc()
2987 fc_port_t *fcport = sp->fcport; in qla24xx_async_gffid_sp_done() local
3047 int qla24xx_async_gffid(scsi_qla_host_t *vha, fc_port_t *fcport, bool wait) in qla24xx_async_gffid()
3171 static bool qla_ok_to_clear_rscn(scsi_qla_host_t *vha, fc_port_t *fcport) in qla_ok_to_clear_rscn()
3196 fc_port_t *fcport; in qla_fab_scan_finish() local
[all …]
H A Dqla_mr.c730 qlafx00_abort_target(fc_port_t *fcport, uint64_t l, int tag) in qlafx00_abort_target()
736 qlafx00_lun_reset(fc_port_t *fcport, uint64_t l, int tag) in qlafx00_lun_reset()
1099 fc_port_t *fcport, *new_fcport; in qlafx00_find_all_targets() local
1227 fc_port_t *fcport, *rmptemp; in qlafx00_configure_all_targets() local
1333 fc_port_t *fcport; in qlafx00_abort_isp_cleanup() local
1657 fc_port_t *fcport; in qlafx00_get_fcport() local
1675 fc_port_t *fcport; in qlafx00_tgt_detach() local
1780 qlafx00_fx_disc(scsi_qla_host_t *vha, fc_port_t *fcport, uint16_t fx_type) in qlafx00_fx_disc()
2251 fc_port_t *fcport; in qlafx00_status_entry() local
H A Dqla_os.c876 fc_port_t *fcport = (struct fc_port *) cmd->device->hostdata; in qla2xxx_queuecommand() local
1000 fc_port_t *fcport = (struct fc_port *) cmd->device->hostdata; in qla2xxx_mqueuecommand() local
1137 struct fc_port *fcport; in test_fcport_count() local
1453 fc_port_t *fcport = (struct fc_port *) sdev->hostdata; in qla2xxx_eh_device_reset() local
1523 fc_port_t *fcport = *(fc_port_t **)rport->dd_data; in qla2xxx_eh_target_reset() local
4044 fc_port_t *fcport, *tfcport; in qla2x00_free_fcports() local
4051 qla2x00_schedule_rport_del(struct scsi_qla_host *vha, fc_port_t *fcport) in qla2x00_schedule_rport_del()
4077 void qla2x00_mark_device_lost(scsi_qla_host_t *vha, fc_port_t *fcport, in qla2x00_mark_device_lost()
4108 fc_port_t *fcport; in qla2x00_mark_all_devices_lost() local
5277 void qla24xx_sched_upd_fcport(fc_port_t *fcport) in qla24xx_sched_upd_fcport()
[all …]
H A Dqla_bsg.c16 struct fc_port *fcport = container_of(work, typeof(*fcport), in qla2xxx_free_fcport_work() local
277 fc_port_t *fcport = NULL; in qla2x00_process_els() local
475 struct fc_port *fcport; in qla2x00_process_ct() local
1326 fc_port_t *fcport = NULL; in qla24xx_iidma() local
1990 struct fc_port *fcport; in qlafx00_mgmt_cmd() local
2717 fc_port_t *fcport = NULL; in qla2xxx_find_rport() local
H A Dqla_mbx.c1529 fc_port_t *fcport = sp->fcport; in qla2x00_abort_command() local
1580 qla2x00_abort_target(struct fc_port *fcport, uint64_t l, int tag) in qla2x00_abort_target()
1628 qla2x00_lun_reset(struct fc_port *fcport, uint64_t l, int tag) in qla2x00_lun_reset()
1961 qla2x00_get_port_database(scsi_qla_host_t *vha, fc_port_t *fcport, uint8_t opt) in qla2x00_get_port_database()
2716 qla2x00_login_local_device(scsi_qla_host_t *vha, fc_port_t *fcport, in qla2x00_login_local_device()
3252 fc_port_t *fcport = sp->fcport; in qla24xx_abort_command() local
3340 __qla24xx_issue_tmf(char *name, uint32_t type, struct fc_port *fcport, in __qla24xx_issue_tmf()
3435 qla24xx_abort_target(struct fc_port *fcport, uint64_t l, int tag) in qla24xx_abort_target()
3446 qla24xx_lun_reset(struct fc_port *fcport, uint64_t l, int tag) in qla24xx_lun_reset()
3987 struct fc_port *fcport; in qla24xx_report_id_acquisition() local
[all …]
H A Dqla_mid.c150 fc_port_t *fcport; in qla2x00_mark_vp_devices_dead() local
167 fc_port_t *fcport; in qla24xx_disable_vp() local
326 fc_port_t *fcport; in qla2x00_vp_abort_isp() local
H A Dqla_iocb.c2544 struct fc_port *fcport = sp->fcport; in qla24xx_tm_iocb() local
2656 fc_port_t *fcport = sp->fcport; in qla2x00_els_dcmd_iocb_timeout() local
2689 fc_port_t *fcport = sp->fcport; in qla2x00_els_dcmd_sp_done() local
2706 fc_port_t *fcport = NULL; in qla24xx_els_dcmd_iocb() local
2865 fc_port_t *fcport = sp->fcport; in qla2x00_els_dcmd2_iocb_timeout() local
2909 fc_port_t *fcport = sp->fcport; in qla2x00_els_dcmd2_sp_done() local
3045 fc_port_t *fcport) in qla24xx_els_dcmd2_iocb()
H A Dqla_target.c521 static int qla24xx_post_nack_work(struct scsi_qla_host *vha, fc_port_t *fcport, in qla24xx_post_nack_work()
603 int qla24xx_async_notify_ack(scsi_qla_host_t *vha, fc_port_t *fcport, in qla24xx_async_notify_ack()
684 fc_port_t *fcport = container_of(work, struct fc_port, del_work); in qla24xx_delete_sess_fn() local
703 void qlt_fc_port_added(struct scsi_qla_host *vha, fc_port_t *fcport) in qlt_fc_port_added()
817 fc_port_t *fcport = pla->fcport; in qlt_plogi_ack_unref() local
1383 fc_port_t *fcport, in qlt_create_sess()
1462 qlt_fc_port_deleted(struct scsi_qla_host *vha, fc_port_t *fcport, int max_gen) in qlt_fc_port_deleted()
4604 void qlt_logo_completion_handler(fc_port_t *fcport, int rc) in qlt_logo_completion_handler()
6121 fc_port_t *fcport, *tfcp, *del; in qlt_get_port_database() local
6205 fc_port_t *fcport = NULL; in qlt_make_local_sess() local
H A Dqla_isr.c1267 fc_port_t *fcport = NULL; in qla2x00_async_event() local
2078 fc_port_t *fcport; in qla2x00_mbx_iocb_entry() local
2502 fc_port_t *fcport; in qla24xx_logio_entry() local
2646 fc_port_t *fcport; in qla24xx_tm_iocb_entry() local
2720 fc_port_t *fcport; in qla24xx_nvme_iocb_entry() local
3294 fc_port_t *fcport; in qla2x00_status_entry() local
H A Dqla_attr.c2635 fc_port_t *fcport; in qla2x00_get_starget_node_name() local
2654 fc_port_t *fcport; in qla2x00_get_starget_port_name() local
2673 fc_port_t *fcport; in qla2x00_get_starget_port_id() local
2691 fc_port_t *fcport = *(fc_port_t **)rport->dd_data; in qla2x00_set_rport_loss_tmo() local
2704 fc_port_t *fcport = *(fc_port_t **)rport->dd_data; in qla2x00_dev_loss_tmo_callbk() local
2751 fc_port_t *fcport = *(fc_port_t **)rport->dd_data; in qla2x00_terminate_rport_io() local
H A Dqla_nvme.h40 struct fc_port *fcport; member
H A Dqla_edif.h28 struct fc_port *fcport; member
H A Dqla_dfs.c305 fc_port_t *fcport = NULL; in qla_dfs_tgt_counters_show() local
H A Dqla_def.h477 struct fc_port *fcport; member
513 struct fc_port *fcport; member
730 struct fc_port *fcport; member
2527 void *fcport; member
2724 fc_port_t *fcport; member
3576 struct fc_port *fcport; member
3600 fc_port_t *fcport; member
3602 } fcport; member
3604 fc_port_t *fcport; member
3614 fc_port_t *fcport; member
[all …]
H A Dqla_mr.h477 fc_port_t fcport; /* fcport used for requests member
/linux/drivers/scsi/qedf/
H A Dqedf_io.c24 struct qedf_rport *fcport; in qedf_cmd_timeout() local
298 struct qedf_ioreq *qedf_alloc_cmd(struct qedf_rport *fcport, u8 cmd_type) in qedf_alloc_cmd()
437 struct qedf_rport *fcport = io_req->fcport; in qedf_release_cmd() local
590 static void qedf_init_task(struct qedf_rport *fcport, struct fc_lport *lport, in qedf_init_task()
684 struct qedf_rport *fcport = io_req->fcport; in qedf_init_mp_task() local
762 u16 qedf_get_sqe_idx(struct qedf_rport *fcport) in qedf_get_sqe_idx()
778 void qedf_ring_doorbell(struct qedf_rport *fcport) in qedf_ring_doorbell()
804 static void qedf_trace_io(struct qedf_rport *fcport, struct qedf_ioreq *io_req, in qedf_trace_io()
850 int qedf_post_io_req(struct qedf_rport *fcport, struct qedf_ioreq *io_req) in qedf_post_io_req()
940 struct qedf_rport *fcport; in qedf_queuecommand() local
[all …]
H A Dqedf_els.c9 static int qedf_initiate_els(struct qedf_rport *fcport, unsigned int op, in qedf_initiate_els()
146 struct qedf_rport *fcport; in qedf_process_els_compl() local
241 struct qedf_rport *fcport; in qedf_send_rrq() local
329 static void qedf_process_l2_frame_compl(struct qedf_rport *fcport, in qedf_process_l2_frame_compl()
368 void qedf_restart_rport(struct qedf_rport *fcport) in qedf_restart_rport()
421 struct qedf_rport *fcport; in qedf_l2_els_compl() local
500 int qedf_send_adisc(struct qedf_rport *fcport, struct fc_frame *fp) in qedf_send_adisc()
627 struct qedf_rport *fcport; in qedf_send_srr() local
699 struct qedf_rport *fcport; in qedf_initiate_seq_cleanup() local
772 struct qedf_rport *fcport; in qedf_requeue_io_req() local
[all …]
H A Dqedf_main.c731 struct qedf_rport *fcport = NULL; in qedf_eh_abort() local
885 struct qedf_rport *fcport; in qedf_wait_for_upload() local
1028 struct qedf_rport *fcport; in qedf_fcport_lookup() local
1048 static int qedf_xmit_l2_frame(struct qedf_rport *fcport, struct fc_frame *fp) in qedf_xmit_l2_frame()
1085 struct qedf_rport *fcport; in qedf_xmit() local
1255 static int qedf_alloc_sq(struct qedf_ctx *qedf, struct qedf_rport *fcport) in qedf_alloc_sq()
1308 static void qedf_free_sq(struct qedf_ctx *qedf, struct qedf_rport *fcport) in qedf_free_sq()
1319 struct qedf_rport *fcport) in qedf_offload_connection()
1418 struct qedf_rport *fcport) in qedf_upload_connection()
1443 struct qedf_rport *fcport) in qedf_cleanup_fcport()
[all …]
H A Dqedf_debugfs.c329 struct qedf_rport *fcport; in qedf_driver_stats_show() local
/linux/drivers/scsi/bfa/
H A Dbfad_bsg.c927 struct bfa_fcport_s *fcport = BFA_FCPORT_MOD(&bfad->bfa); in bfad_iocmd_ratelim() local
956 struct bfa_fcport_s *fcport = BFA_FCPORT_MOD(&bfad->bfa); in bfad_iocmd_ratelim_speed() local
2289 struct bfa_fcport_s *fcport = BFA_FCPORT_MOD(&bfad->bfa); in bfad_iocmd_cfg_trunk() local
2329 struct bfa_fcport_s *fcport = BFA_FCPORT_MOD(&bfad->bfa); in bfad_iocmd_trunk_get_attr() local
2352 struct bfa_fcport_s *fcport = BFA_FCPORT_MOD(&bfad->bfa); in bfad_iocmd_qos() local
2380 struct bfa_fcport_s *fcport = BFA_FCPORT_MOD(&bfad->bfa); in bfad_iocmd_qos_get_attr() local
2407 struct bfa_fcport_s *fcport = BFA_FCPORT_MOD(&bfad->bfa); in bfad_iocmd_qos_get_vc_attr() local
2442 struct bfa_fcport_s *fcport = BFA_FCPORT_MOD(&bfad->bfa); in bfad_iocmd_qos_get_stats() local
2472 struct bfa_fcport_s *fcport = BFA_FCPORT_MOD(&bfad->bfa); in bfad_iocmd_qos_reset_stats() local
H A Dbfad_im.c1030 struct bfa_fcport_s *fcport = BFA_FCPORT_MOD(&bfad->bfa); in bfad_fc_host_init() local