Lines Matching refs:lport
105 struct fc_lport *lport;
114 lport = ep->lp;
116 fp = fc_frame_alloc(lport, len);
152 rc = fc_seq_send(lport, cmd->seq, fp);
182 struct fc_lport *lport;
192 lport = ep->lp;
193 fp = fc_frame_alloc(lport, sizeof(*txrdy));
213 if ((ep->xid <= lport->lro_xid) &&
216 lport->tt.ddp_target(lport, ep->xid,
222 fc_seq_send(lport, cmd->seq, fp);
265 static void ft_send_resp_status(struct fc_lport *lport,
282 fp = fc_frame_alloc(lport, len);
298 fc_seq_send(lport, sp, fp);
301 lport->tt.frame_send(lport, fp);
311 ft_send_resp_status(cmd->sess->tport->lport,
423 struct fc_lport *lport = sess->tport->lport;
437 cmd->seq = fc_seq_assign(lport, fp);
450 ft_send_resp_status(lport, fp, SAM_STAT_BUSY, 0);