Searched refs:buffer_offset (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14.2/sys/dev/isci/scil/ |
| H A D | sati_write_buffer.c | 93 U32 buffer_offset; in sati_write_buffer_translate_command() local 99 buffer_offset = ((sati_get_cdb_byte(cdb, 3) << 16) | in sati_write_buffer_translate_command() 110 (buffer_offset == 0) && in sati_write_buffer_translate_command() 141 buffer_offset in sati_write_buffer_translate_command() 151 ((buffer_offset & 0x000001FF) == 0) && in sati_write_buffer_translate_command() 161 buffer_offset in sati_write_buffer_translate_command()
|
| H A D | sati_read_buffer.c | 92 U32 buffer_offset; in sati_read_buffer_translate_command() local 98 buffer_offset = ((sati_get_cdb_byte(cdb, 3) << 16) | in sati_read_buffer_translate_command() 107 if((allocation_length == 512) && (buffer_offset == 0) && in sati_read_buffer_translate_command()
|
| H A D | sati_util.c | 1975 U32 buffer_offset in sati_ata_download_microcode_construct() argument 1980 U32 buffer_blkoffset = buffer_offset >> 9; in sati_ata_download_microcode_construct() 1998 if((allocation_length == 0) && (buffer_offset == 0)) in sati_ata_download_microcode_construct()
|
| H A D | sati_util.h | 382 U32 buffer_offset
|
| /freebsd-14.2/sys/cam/ctl/ |
| H A D | ctl_frontend_iscsi.c | 698 size_t copy_len, len, off, buffer_offset; in cfiscsi_handle_data_segment() local 738 buffer_offset = 0; in cfiscsi_handle_data_segment() 745 if (buffer_offset > in cfiscsi_handle_data_segment() 747 buffer_offset + len <= in cfiscsi_handle_data_segment() 764 buffer_offset; in cfiscsi_handle_data_segment() 2516 if (buffer_offset >= expected_len) { in cfiscsi_datamove_in() 2644 buffer_offset += response->ip_data_len; in cfiscsi_datamove_in() 2646 buffer_offset == expected_len) { in cfiscsi_datamove_in() 2647 buffer_offset -= response->ip_data_len; in cfiscsi_datamove_in() 2663 buffer_offset += response->ip_data_len; in cfiscsi_datamove_in() [all …]
|
| H A D | ctl_util.h | 58 uint32_t buffer_offset, ctl_tag_type tag_type,
|
| H A D | ctl_util.c | 213 uint8_t buffer_id, uint32_t buffer_offset, in ctl_scsi_read_write_buffer() argument 232 scsi_ulto3b(buffer_offset, cdb->offset); in ctl_scsi_read_write_buffer()
|
| H A D | ctl.c | 5575 uint64_t buffer_offset; in ctl_read_buffer() local 5588 buffer_offset = scsi_3btoul(cdb->offset); in ctl_read_buffer() 5597 buffer_offset = scsi_8btou64(cdb->offset); in ctl_read_buffer() 5608 if (buffer_offset > CTL_WRITE_BUFFER_SIZE || in ctl_read_buffer() 5609 buffer_offset + len > CTL_WRITE_BUFFER_SIZE) { in ctl_read_buffer() 5633 ctsio->kern_data_ptr = lun->write_buffer + buffer_offset; in ctl_read_buffer() 5650 int buffer_offset, len; in ctl_write_buffer() local 5657 buffer_offset = scsi_3btoul(cdb->offset); in ctl_write_buffer() 5659 if (buffer_offset + len > CTL_WRITE_BUFFER_SIZE) { in ctl_write_buffer() 5683 ctsio->kern_data_ptr = lun->write_buffer + buffer_offset; in ctl_write_buffer()
|
| /freebsd-14.2/sys/dev/qlnx/qlnxe/ |
| H A D | iscsi_common.h | 244 __le32 buffer_offset /* Payload data offset */; member 441 __le32 buffer_offset /* Buffer Offset - offset in task */; member 474 __le32 buffer_offset /* Buffer Offset - offset in task */; member 493 __le32 buffer_offset /* Buffer Offset - offset in task */; member
|
| /freebsd-14.2/sys/dev/cxgbe/tom/ |
| H A D | t4_cpl_io.c | 955 cpl->buffer_offset = htonl(0); in write_tx_data_iso()
|
| /freebsd-14.2/sys/dev/cxgbe/common/ |
| H A D | t4_msg.h | 1533 __be32 buffer_offset; member
|
| /freebsd-14.2/sys/dev/bxe/ |
| H A D | ecore_hsi.h | 10798 uint32_t buffer_offset; member
|