Searched refs:xfer_contig_end (Results 1 – 2 of 2) sorted by relevance
574 if (fsp->xfer_contig_end == start_offset) in fc_fcp_recv_data()575 fsp->xfer_contig_end += copy_len; in fc_fcp_recv_data()845 seq->rec_data = fsp->xfer_contig_end; in fc_fcp_recv()1609 } else if (fsp->xfer_contig_end == offset) { in fc_fcp_rec_resp()1612 offset = fsp->xfer_contig_end; in fc_fcp_rec_resp()1644 } else if (offset == fsp->xfer_contig_end) { in fc_fcp_rec_resp()1646 } else if (fsp->xfer_contig_end < offset) { in fc_fcp_rec_resp()1647 offset = fsp->xfer_contig_end; in fc_fcp_rec_resp()1767 fsp->xfer_contig_end = offset; in fc_fcp_srr()
349 u32 xfer_contig_end; member