Lines Matching refs:lport

63 	struct fc_lport *lport = tgt->rdata->local_port;  in bnx2fc_send_rrq()  local
66 u32 r_a_tov = lport->r_a_tov; in bnx2fc_send_rrq()
178 struct fc_lport *lport = tgt->rdata->local_port; in bnx2fc_send_adisc() local
179 u32 r_a_tov = lport->r_a_tov; in bnx2fc_send_adisc()
206 struct fc_lport *lport = tgt->rdata->local_port; in bnx2fc_send_logo() local
207 u32 r_a_tov = lport->r_a_tov; in bnx2fc_send_logo()
234 struct fc_lport *lport = tgt->rdata->local_port; in bnx2fc_send_rls() local
235 u32 r_a_tov = lport->r_a_tov; in bnx2fc_send_rls()
579 struct fc_lport *lport = tgt->rdata->local_port; in bnx2fc_send_rec() local
582 u32 r_a_tov = lport->r_a_tov; in bnx2fc_send_rec()
621 struct fc_lport *lport = tgt->rdata->local_port; in bnx2fc_send_srr() local
623 u32 r_a_tov = lport->r_a_tov; in bnx2fc_send_srr()
671 struct fc_lport *lport = port->lport; in bnx2fc_initiate_els() local
688 if (lport->state != LPORT_ST_READY || !(lport->link_up)) { in bnx2fc_initiate_els()
855 struct fc_lport *lport = exch->lp; in bnx2fc_flogi_resp() local
873 if (lport->vport) { in bnx2fc_flogi_resp()
876 fc_vport_terminate(lport->vport); in bnx2fc_flogi_resp()
881 if (fcoe_ctlr_recv_flogi(fip, lport, fp)) { in bnx2fc_flogi_resp()
886 fip->update_mac(lport, mac); in bnx2fc_flogi_resp()
888 fc_lport_flogi_resp(seq, fp, lport); in bnx2fc_flogi_resp()
896 struct fc_lport *lport = exch->lp; in bnx2fc_logo_resp() local
900 fip->update_mac(lport, zero_mac); in bnx2fc_logo_resp()
901 fc_lport_logo_resp(seq, fp, lport); in bnx2fc_logo_resp()
904 struct fc_seq *bnx2fc_elsct_send(struct fc_lport *lport, u32 did, in bnx2fc_elsct_send() argument
911 struct fcoe_port *port = lport_priv(lport); in bnx2fc_elsct_send()
919 return fc_elsct_send(lport, did, fp, op, bnx2fc_flogi_resp, in bnx2fc_elsct_send()
925 return fc_elsct_send(lport, did, fp, op, bnx2fc_logo_resp, in bnx2fc_elsct_send()
928 return fc_elsct_send(lport, did, fp, op, resp, arg, timeout); in bnx2fc_elsct_send()