Searched refs:allocation_length (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/sys/dev/isci/scil/
H A Dsati_write_buffer.c91 U32 allocation_length; local
95 allocation_length = ((sati_get_cdb_byte(cdb, 6) << 16) |
103 sequence->allocation_length = allocation_length;
104 allocation_blocks = allocation_length / DOWNLOAD_MICROCODE_BLOCK_SIZE;
109 if((allocation_length == DOWNLOAD_MICROCODE_BLOCK_SIZE) &&
140 allocation_length,
150 if(((allocation_length & 0x000001FF) == 0) && //Bits 08:00 need to be zero per SAT2v7
154 (allocation_length == 0)))
160 allocation_length,
[all...]
H A Dsati_read_buffer.c91 U32 allocation_length; local
94 allocation_length = ((sati_get_cdb_byte(cdb, 6) << 16) |
102 sequence->allocation_length = allocation_length;
107 if((allocation_length == 512) && (buffer_offset == 0) &&
133 if(allocation_length < 4)
H A Dsati_report_luns.c90 sequence->allocation_length = (sati_get_cdb_byte(cdb, 6) << 24) |
H A Dsati_translator_sequence.h309 U32 allocation_length; member in struct:SATI_TRANSLATOR_SEQUENCE
H A Dsati_read_capacity.c118 sequence->allocation_length = SCSI_READ_CAPACITY_10_DATA_LENGTH;
179 sequence->allocation_length = (sati_get_cdb_byte(cdb, 10) << 24) |
H A Dsati_util.c1438 if (byte_offset < sequence->allocation_length)
1466 if (byte_offset < sequence->allocation_length)
1962 * @param[in] allocation_length This parameter specifies the number of bytes
1974 U32 allocation_length,
1979 U32 allocation_blocks = allocation_length >> 9;
1987 sati_set_ata_sector_count(register_fis, (U8) (allocation_length >> 9));
1988 sati_set_ata_lba_low(register_fis, (U8) (allocation_length >> 17));
1998 if((allocation_length == 0) && (buffer_offset == 0))
2006 sequence->ata_transfer_length = allocation_length;
1970 sati_ata_download_microcode_construct( void * ata_io, SATI_TRANSLATOR_SEQUENCE_T * sequence, U8 mode, U32 allocation_length, U32 buffer_offset ) argument
H A Dsati_request_sense.c166 sequence->allocation_length = sati_get_cdb_byte(cdb, 4);
H A Dsati_reassign_blocks.c304 sequence->allocation_length = 4; //Pre-set allocation_length so that the header can be retrieved
326 sequence->allocation_length = data_transfer_length;
H A Dsati_mode_sense_10.c274 sequence->allocation_length = (sati_get_cdb_byte(cdb, 7) << 8) |
H A Dsati_mode_sense_6.c193 sequence->allocation_length = sati_get_cdb_byte(cdb, 4);
H A Dsati_unmap.c281 sequence->allocation_length = unmap_length;
H A Dsati_inquiry.c683 sequence->allocation_length = (sati_get_cdb_byte(cdb, 3) << 8) |
H A Dsati_log_sense.c607 sequence->allocation_length = (sati_get_cdb_byte(cdb, 7) << 8) |
H A Dsati.c771 else if(sequence->number_data_bytes_set < sequence->allocation_length)
H A Dsati_mode_select.c863 sequence->allocation_length = data_transfer_length;
/freebsd-11-stable/sys/cam/ata/
H A Data_all.h158 uint8_t *data_ptr, uint16_t allocation_length, uint32_t timeout);
168 uint8_t *data_ptr, uint16_t allocation_length, uint32_t timeout);
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_utils.h99 uint32_t allocation_length; member in struct:__anon7659
H A Docs_utils.c1702 textbuf->allocation_length = OCS_TEXTBUF_MAX_ALLOC_LEN;
1704 textbuf->allocation_length = length;
1725 segment->buffer = ocs_malloc(textbuf->ocs, textbuf->allocation_length, OCS_M_ZERO | OCS_M_NOWAIT);
1727 segment->buffer_length = textbuf->allocation_length;
1730 textbuf->total_allocation_length += textbuf->allocation_length;
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_all.c8643 uint8_t *data_ptr, uint16_t allocation_length,
8655 scsi_ulto2b(allocation_length, scsi_cmd->length);
8663 allocation_length,
8715 uint8_t *data_ptr, uint32_t allocation_length,
8726 scsi_ulto3b(allocation_length, scsi_cmd->length);
8734 allocation_length,
8640 scsi_receive_diagnostic_results(struct ccb_scsiio *csio, u_int32_t retries, void (*cbfcnp)(struct cam_periph *, union ccb*), uint8_t tag_action, int pcv, uint8_t page_code, uint8_t *data_ptr, uint16_t allocation_length, uint8_t sense_len, uint32_t timeout) argument
8711 scsi_read_buffer(struct ccb_scsiio *csio, u_int32_t retries, void (*cbfcnp)(struct cam_periph *, union ccb*), uint8_t tag_action, int mode, uint8_t buffer_id, u_int32_t offset, uint8_t *data_ptr, uint32_t allocation_length, uint8_t sense_len, uint32_t timeout) argument
H A Dscsi_all.h4109 uint16_t allocation_length,
4124 uint8_t *data_ptr, uint32_t allocation_length,

Completed in 375 milliseconds