Lines Matching refs:lport

64 	struct fc_lport *lport = tgt->rdata->local_port;  in bnx2fc_send_rrq()  local
67 u32 r_a_tov = lport->r_a_tov; in bnx2fc_send_rrq()
179 struct fc_lport *lport = tgt->rdata->local_port; in bnx2fc_send_adisc() local
180 u32 r_a_tov = lport->r_a_tov; in bnx2fc_send_adisc()
207 struct fc_lport *lport = tgt->rdata->local_port; in bnx2fc_send_logo() local
208 u32 r_a_tov = lport->r_a_tov; in bnx2fc_send_logo()
235 struct fc_lport *lport = tgt->rdata->local_port; in bnx2fc_send_rls() local
236 u32 r_a_tov = lport->r_a_tov; in bnx2fc_send_rls()
578 struct fc_lport *lport = tgt->rdata->local_port; in bnx2fc_send_rec() local
581 u32 r_a_tov = lport->r_a_tov; in bnx2fc_send_rec()
620 struct fc_lport *lport = tgt->rdata->local_port; in bnx2fc_send_srr() local
622 u32 r_a_tov = lport->r_a_tov; in bnx2fc_send_srr()
670 struct fc_lport *lport = port->lport; in bnx2fc_initiate_els() local
687 if (lport->state != LPORT_ST_READY || !(lport->link_up)) { in bnx2fc_initiate_els()
854 struct fc_lport *lport = exch->lp; in bnx2fc_flogi_resp() local
864 if (lport->vport) { in bnx2fc_flogi_resp()
867 fc_vport_terminate(lport->vport); in bnx2fc_flogi_resp()
872 fcoe_ctlr_recv_flogi(fip, lport, fp); in bnx2fc_flogi_resp()
875 fip->update_mac(lport, mac); in bnx2fc_flogi_resp()
877 fc_lport_flogi_resp(seq, fp, lport); in bnx2fc_flogi_resp()
885 struct fc_lport *lport = exch->lp; in bnx2fc_logo_resp() local
889 fip->update_mac(lport, zero_mac); in bnx2fc_logo_resp()
890 fc_lport_logo_resp(seq, fp, lport); in bnx2fc_logo_resp()
893 struct fc_seq *bnx2fc_elsct_send(struct fc_lport *lport, u32 did, in bnx2fc_elsct_send() argument
900 struct fcoe_port *port = lport_priv(lport); in bnx2fc_elsct_send()
908 return fc_elsct_send(lport, did, fp, op, bnx2fc_flogi_resp, in bnx2fc_elsct_send()
914 return fc_elsct_send(lport, did, fp, op, bnx2fc_logo_resp, in bnx2fc_elsct_send()
917 return fc_elsct_send(lport, did, fp, op, resp, arg, timeout); in bnx2fc_elsct_send()