Home
last modified time | relevance | path

Searched refs:xfer_contig_end (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/libfc/
H A Dfc_fcp.c568 if (fsp->xfer_contig_end == start_offset) in fc_fcp_recv_data()
569 fsp->xfer_contig_end += copy_len; in fc_fcp_recv_data()
839 seq->rec_data = fsp->xfer_contig_end; in fc_fcp_recv()
1603 } else if (fsp->xfer_contig_end == offset) { in fc_fcp_rec_resp()
1606 offset = fsp->xfer_contig_end; in fc_fcp_rec_resp()
1638 } else if (offset == fsp->xfer_contig_end) { in fc_fcp_rec_resp()
1640 } else if (fsp->xfer_contig_end < offset) { in fc_fcp_rec_resp()
1641 offset = fsp->xfer_contig_end; in fc_fcp_rec_resp()
1764 fsp->xfer_contig_end = offset; in fc_fcp_srr()
/kernel/linux/linux-6.6/drivers/scsi/libfc/
H A Dfc_fcp.c558 if (fsp->xfer_contig_end == start_offset) in fc_fcp_recv_data()
559 fsp->xfer_contig_end += copy_len; in fc_fcp_recv_data()
829 seq->rec_data = fsp->xfer_contig_end; in fc_fcp_recv()
1593 } else if (fsp->xfer_contig_end == offset) { in fc_fcp_rec_resp()
1596 offset = fsp->xfer_contig_end; in fc_fcp_rec_resp()
1628 } else if (offset == fsp->xfer_contig_end) { in fc_fcp_rec_resp()
1630 } else if (fsp->xfer_contig_end < offset) { in fc_fcp_rec_resp()
1631 offset = fsp->xfer_contig_end; in fc_fcp_rec_resp()
1754 fsp->xfer_contig_end = offset; in fc_fcp_srr()
/kernel/linux/linux-5.10/include/scsi/
H A Dlibfc.h297 * @xfer_contig_end: The offset into the buffer if the buffer is contiguous
337 u32 xfer_contig_end; member
/kernel/linux/linux-6.6/include/scsi/
H A Dlibfc.h297 * @xfer_contig_end: The offset into the buffer if the buffer is contiguous
337 u32 xfer_contig_end; member

Completed in 9 milliseconds