Lines Matching refs:lport
15 struct fc_lport *lport; in qedf_initiate_els() local
34 lport = qedf->lport; in qedf_initiate_els()
44 if (lport->state != LPORT_ST_READY || !(lport->link_up)) { in qedf_initiate_els()
242 struct fc_lport *lport; in qedf_send_rrq() local
291 lport = qedf->lport; in qedf_send_rrq()
293 r_a_tov = lport->r_a_tov; in qedf_send_rrq()
333 struct fc_lport *lport = fcport->qedf->lport; in qedf_process_l2_frame_compl() local
348 hton24(fh->fh_d_id, lport->port_id); in qedf_process_l2_frame_compl()
355 fr_dev(fp) = lport; in qedf_process_l2_frame_compl()
361 fc_exch_recv(lport, fp); in qedf_process_l2_frame_compl()
370 struct fc_lport *lport; in qedf_restart_rport() local
401 lport = fcport->qedf->lport; in qedf_restart_rport()
407 mutex_lock(&lport->disc.disc_mutex); in qedf_restart_rport()
409 rdata = fc_rport_create(lport, port_id); in qedf_restart_rport()
410 mutex_unlock(&lport->disc.disc_mutex); in qedf_restart_rport()
477 fp = fc_frame_alloc(fcport->qedf->lport, resp_len); in qedf_l2_els_compl()
504 struct fc_lport *lport = fcport->qedf->lport; in qedf_send_adisc() local
507 uint32_t r_a_tov = lport->r_a_tov; in qedf_send_adisc()
547 struct fc_lport *lport; in qedf_srr_compl() local
554 lport = qedf->lport; in qedf_srr_compl()
587 fp = fc_frame_alloc(lport, resp_len); in qedf_srr_compl()
628 struct fc_lport *lport; in qedf_send_srr() local
655 lport = qedf->lport; in qedf_send_srr()
656 r_a_tov = lport->r_a_tov; in qedf_send_srr()
842 struct fc_lport *lport; in qedf_rec_compl() local
855 lport = qedf->lport; in qedf_rec_compl()
887 fp = fc_frame_alloc(lport, resp_len); in qedf_rec_compl()
1001 struct fc_lport *lport; in qedf_send_rec() local
1030 lport = qedf->lport; in qedf_send_rec()
1032 r_a_tov = lport->r_a_tov; in qedf_send_rec()