Lines Matching refs:lport
65 struct fc_lport *lport = NULL; in bnx2fc_send_rrq() local
75 lport = tgt->rdata->local_port; in bnx2fc_send_rrq()
77 r_a_tov = lport->r_a_tov; in bnx2fc_send_rrq()
187 struct fc_lport *lport = tgt->rdata->local_port; in bnx2fc_send_adisc() local
188 u32 r_a_tov = lport->r_a_tov; in bnx2fc_send_adisc()
215 struct fc_lport *lport = tgt->rdata->local_port; in bnx2fc_send_logo() local
216 u32 r_a_tov = lport->r_a_tov; in bnx2fc_send_logo()
243 struct fc_lport *lport = tgt->rdata->local_port; in bnx2fc_send_rls() local
244 u32 r_a_tov = lport->r_a_tov; in bnx2fc_send_rls()
586 struct fc_lport *lport = tgt->rdata->local_port; in bnx2fc_send_rec() local
589 u32 r_a_tov = lport->r_a_tov; in bnx2fc_send_rec()
628 struct fc_lport *lport = tgt->rdata->local_port; in bnx2fc_send_srr() local
630 u32 r_a_tov = lport->r_a_tov; in bnx2fc_send_srr()
678 struct fc_lport *lport = port->lport; in bnx2fc_initiate_els() local
695 if (lport->state != LPORT_ST_READY || !(lport->link_up)) { in bnx2fc_initiate_els()
862 struct fc_lport *lport = exch->lp; in bnx2fc_flogi_resp() local
872 if (lport->vport) { in bnx2fc_flogi_resp()
875 fc_vport_terminate(lport->vport); in bnx2fc_flogi_resp()
880 fcoe_ctlr_recv_flogi(fip, lport, fp); in bnx2fc_flogi_resp()
883 fip->update_mac(lport, mac); in bnx2fc_flogi_resp()
885 fc_lport_flogi_resp(seq, fp, lport); in bnx2fc_flogi_resp()
893 struct fc_lport *lport = exch->lp; in bnx2fc_logo_resp() local
897 fip->update_mac(lport, zero_mac); in bnx2fc_logo_resp()
898 fc_lport_logo_resp(seq, fp, lport); in bnx2fc_logo_resp()
901 struct fc_seq *bnx2fc_elsct_send(struct fc_lport *lport, u32 did, in bnx2fc_elsct_send() argument
908 struct fcoe_port *port = lport_priv(lport); in bnx2fc_elsct_send()
916 return fc_elsct_send(lport, did, fp, op, bnx2fc_flogi_resp, in bnx2fc_elsct_send()
922 return fc_elsct_send(lport, did, fp, op, bnx2fc_logo_resp, in bnx2fc_elsct_send()
925 return fc_elsct_send(lport, did, fp, op, resp, arg, timeout); in bnx2fc_elsct_send()