Lines Matching defs:lport
106 struct fc_lport *lport;
115 lport = ep->lp;
117 fp = fc_frame_alloc(lport, len);
153 rc = fc_seq_send(lport, cmd->seq, fp);
183 struct fc_lport *lport;
193 lport = ep->lp;
194 fp = fc_frame_alloc(lport, sizeof(*txrdy));
214 if ((ep->xid <= lport->lro_xid) &&
217 lport->tt.ddp_target(lport, ep->xid,
223 fc_seq_send(lport, cmd->seq, fp);
271 static void ft_send_resp_status(struct fc_lport *lport,
288 fp = fc_frame_alloc(lport, len);
304 fc_seq_send(lport, sp, fp);
307 lport->tt.frame_send(lport, fp);
317 ft_send_resp_status(cmd->sess->tport->lport,
429 struct fc_lport *lport = sess->tport->lport;
443 cmd->seq = fc_seq_assign(lport, fp);
456 ft_send_resp_status(lport, fp, SAM_STAT_BUSY, 0);