Searched refs:buffer_offset (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13.1/sys/dev/isci/scil/ |
| H A D | sati_write_buffer.c | 95 U32 buffer_offset; in sati_write_buffer_translate_command() local 101 buffer_offset = ((sati_get_cdb_byte(cdb, 3) << 16) | in sati_write_buffer_translate_command() 112 (buffer_offset == 0) && in sati_write_buffer_translate_command() 143 buffer_offset in sati_write_buffer_translate_command() 153 ((buffer_offset & 0x000001FF) == 0) && in sati_write_buffer_translate_command() 163 buffer_offset in sati_write_buffer_translate_command()
|
| H A D | sati_read_buffer.c | 94 U32 buffer_offset; in sati_read_buffer_translate_command() local 100 buffer_offset = ((sati_get_cdb_byte(cdb, 3) << 16) | in sati_read_buffer_translate_command() 109 if((allocation_length == 512) && (buffer_offset == 0) && in sati_read_buffer_translate_command()
|
| H A D | sati_util.c | 1977 U32 buffer_offset in sati_ata_download_microcode_construct() argument 1982 U32 buffer_blkoffset = buffer_offset >> 9; in sati_ata_download_microcode_construct() 2000 if((allocation_length == 0) && (buffer_offset == 0)) in sati_ata_download_microcode_construct()
|
| H A D | sati_util.h | 384 U32 buffer_offset
|
| /freebsd-13.1/sys/cam/ctl/ |
| H A D | ctl_frontend_iscsi.c | 699 size_t copy_len, len, off, buffer_offset; in cfiscsi_handle_data_segment() local 739 buffer_offset = 0; in cfiscsi_handle_data_segment() 746 if (buffer_offset > in cfiscsi_handle_data_segment() 748 buffer_offset + len <= in cfiscsi_handle_data_segment() 765 buffer_offset; in cfiscsi_handle_data_segment() 2499 if (buffer_offset >= expected_len) { in cfiscsi_datamove_in() 2627 buffer_offset += response->ip_data_len; in cfiscsi_datamove_in() 2629 buffer_offset == expected_len) { in cfiscsi_datamove_in() 2630 buffer_offset -= response->ip_data_len; in cfiscsi_datamove_in() 2646 buffer_offset += response->ip_data_len; in cfiscsi_datamove_in() [all …]
|
| H A D | ctl_util.h | 59 uint32_t buffer_offset, ctl_tag_type tag_type,
|
| H A D | ctl_util.c | 215 uint8_t buffer_id, uint32_t buffer_offset, in ctl_scsi_read_write_buffer() argument 234 scsi_ulto3b(buffer_offset, cdb->offset); in ctl_scsi_read_write_buffer()
|
| H A D | ctl.c | 5493 uint64_t buffer_offset; in ctl_read_buffer() local 5506 buffer_offset = scsi_3btoul(cdb->offset); in ctl_read_buffer() 5515 buffer_offset = scsi_8btou64(cdb->offset); in ctl_read_buffer() 5526 if (buffer_offset > CTL_WRITE_BUFFER_SIZE || in ctl_read_buffer() 5527 buffer_offset + len > CTL_WRITE_BUFFER_SIZE) { in ctl_read_buffer() 5551 ctsio->kern_data_ptr = lun->write_buffer + buffer_offset; in ctl_read_buffer() 5568 int buffer_offset, len; in ctl_write_buffer() local 5575 buffer_offset = scsi_3btoul(cdb->offset); in ctl_write_buffer() 5577 if (buffer_offset + len > CTL_WRITE_BUFFER_SIZE) { in ctl_write_buffer() 5597 ctsio->kern_data_ptr = lun->write_buffer + buffer_offset; in ctl_write_buffer()
|
| /freebsd-13.1/sys/dev/qlnx/qlnxe/ |
| H A D | iscsi_common.h | 246 __le32 buffer_offset /* Payload data offset */; member 443 __le32 buffer_offset /* Buffer Offset - offset in task */; member 476 __le32 buffer_offset /* Buffer Offset - offset in task */; member 495 __le32 buffer_offset /* Buffer Offset - offset in task */; member
|
| /freebsd-13.1/sys/dev/cxgbe/tom/ |
| H A D | t4_cpl_io.c | 986 cpl->buffer_offset = htonl(0); in write_tx_data_iso()
|
| /freebsd-13.1/sys/dev/cxgbe/common/ |
| H A D | t4_msg.h | 1535 __be32 buffer_offset; member
|
| /freebsd-13.1/sys/dev/bxe/ |
| H A D | ecore_hsi.h | 10800 uint32_t buffer_offset; member
|