Lines Matching refs:lport
65 struct fc_lport *lport = NULL;
75 lport = tgt->rdata->local_port;
77 r_a_tov = lport->r_a_tov;
187 struct fc_lport *lport = tgt->rdata->local_port;
188 u32 r_a_tov = lport->r_a_tov;
215 struct fc_lport *lport = tgt->rdata->local_port;
216 u32 r_a_tov = lport->r_a_tov;
243 struct fc_lport *lport = tgt->rdata->local_port;
244 u32 r_a_tov = lport->r_a_tov;
586 struct fc_lport *lport = tgt->rdata->local_port;
589 u32 r_a_tov = lport->r_a_tov;
628 struct fc_lport *lport = tgt->rdata->local_port;
630 u32 r_a_tov = lport->r_a_tov;
678 struct fc_lport *lport = port->lport;
695 if (lport->state != LPORT_ST_READY || !(lport->link_up)) {
865 struct fc_lport *lport = exch->lp;
906 BNX2FC_HBA_DBG(lport, "fcoe_mac=%pM method=%d\n", fcoe_mac, method);
907 fip->update_mac(lport, fcoe_mac);
909 fc_lport_flogi_resp(seq, fp, lport);
917 struct fc_lport *lport = exch->lp;
921 fip->update_mac(lport, zero_mac);
922 fc_lport_logo_resp(seq, fp, lport);
925 struct fc_seq *bnx2fc_elsct_send(struct fc_lport *lport, u32 did,
932 struct fcoe_port *port = lport_priv(lport);
940 return fc_elsct_send(lport, did, fp, op, bnx2fc_flogi_resp,
946 return fc_elsct_send(lport, did, fp, op, bnx2fc_logo_resp,
949 return fc_elsct_send(lport, did, fp, op, resp, arg, timeout);