Searched refs:buffer_offset (Results 1 – 12 of 12) sorted by relevance
/freebsd/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/sys/cam/ctl/ |
H A D | ctl_frontend_iscsi.c | 697 size_t copy_len, len, off, buffer_offset; in cfiscsi_handle_data_segment() local 735 buffer_offset = ntohl(bhsdo->bhsdo_buffer_offset); in cfiscsi_handle_data_segment() 737 buffer_offset = 0; in cfiscsi_handle_data_segment() 744 if (buffer_offset > in cfiscsi_handle_data_segment() 746 buffer_offset + len <= in cfiscsi_handle_data_segment() 749 "expected %zd; dropping connection", buffer_offset, in cfiscsi_handle_data_segment() 763 buffer_offset; in cfiscsi_handle_data_segment() 2475 size_t len, expected_len, sg_len, buffer_offset; in cfiscsi_datamove_in() local 2504 buffer_offset = io->scsiio.kern_rel_offset; in cfiscsi_datamove_in() 2515 if (buffer_offset >= expected_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() 232 scsi_ulto3b(buffer_offset, cdb->offset); in ctl_scsi_read_write_buffer() 212 ctl_scsi_read_write_buffer(union ctl_io * io,uint8_t * data_ptr,uint32_t data_len,int read_buffer,uint8_t mode,uint8_t buffer_id,uint32_t buffer_offset,ctl_tag_type tag_type,uint8_t control) ctl_scsi_read_write_buffer() argument
|
H A D | ctl.c | 5533 uint64_t buffer_offset; in ctl_read_buffer() local 5546 buffer_offset = scsi_3btoul(cdb->offset); in ctl_read_buffer() 5555 buffer_offset = scsi_8btou64(cdb->offset); in ctl_read_buffer() 5566 if (buffer_offset > CTL_WRITE_BUFFER_SIZE || in ctl_read_buffer() 5567 buffer_offset + len > CTL_WRITE_BUFFER_SIZE) { in ctl_read_buffer() 5591 ctsio->kern_data_ptr = lun->write_buffer + buffer_offset; in ctl_read_buffer() 5608 int buffer_offset, len; in ctl_write_buffer() local 5615 buffer_offset = scsi_3btoul(cdb->offset); in ctl_write_buffer() 5617 if (buffer_offset + len > CTL_WRITE_BUFFER_SIZE) { in ctl_write_buffer() 5641 ctsio->kern_data_ptr = lun->write_buffer + buffer_offset; in ctl_write_buffer()
|
/freebsd/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/sys/dev/cxgbe/tom/ |
H A D | t4_cpl_io.c | 955 cpl->buffer_offset = htonl(0); in write_tx_data_iso()
|
/freebsd/sys/dev/cxgbe/common/ |
H A D | t4_msg.h | 1533 __be32 buffer_offset; member
|
/freebsd/sys/dev/bxe/ |
H A D | ecore_hsi.h | 10798 uint32_t buffer_offset; member
|