Home
last modified time | relevance | path

Searched refs:sg_bytes (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/drivers/scsi/libfc/
A Dfc_libfc.c108 size_t off, sg_bytes; in fc_copy_buffer_to_sglist() local
123 sg_bytes = min(remaining, sg->length - *offset); in fc_copy_buffer_to_sglist()
130 sg_bytes = min(sg_bytes, in fc_copy_buffer_to_sglist()
134 *crc = crc32(*crc, buf, sg_bytes); in fc_copy_buffer_to_sglist()
135 memcpy((char *)page_addr + (off & ~PAGE_MASK), buf, sg_bytes); in fc_copy_buffer_to_sglist()
137 buf += sg_bytes; in fc_copy_buffer_to_sglist()
138 *offset += sg_bytes; in fc_copy_buffer_to_sglist()
139 remaining -= sg_bytes; in fc_copy_buffer_to_sglist()
140 copy_len += sg_bytes; in fc_copy_buffer_to_sglist()
A Dfc_fcp.c596 size_t sg_bytes; in fc_fcp_send_data() local
670 sg_bytes = min(sg_bytes, in fc_fcp_send_data()
677 page, off & ~PAGE_MASK, sg_bytes); in fc_fcp_send_data()
678 fp_skb(fp)->data_len += sg_bytes; in fc_fcp_send_data()
679 fr_len(fp) += sg_bytes; in fc_fcp_send_data()
688 sg_bytes); in fc_fcp_send_data()
690 data += sg_bytes; in fc_fcp_send_data()
692 offset += sg_bytes; in fc_fcp_send_data()
693 frame_offset += sg_bytes; in fc_fcp_send_data()
694 tlen -= sg_bytes; in fc_fcp_send_data()
[all …]

Completed in 7 milliseconds