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

/freebsd-13-stable/sys/dev/isci/scil/
H A Dsati_write_buffer.c93 U32 allocation_length; local
97 allocation_length = ((sati_get_cdb_byte(cdb, 6) << 16) |
105 sequence->allocation_length = allocation_length;
106 allocation_blocks = allocation_length / DOWNLOAD_MICROCODE_BLOCK_SIZE;
111 if((allocation_length == DOWNLOAD_MICROCODE_BLOCK_SIZE) &&
142 allocation_length,
152 if(((allocation_length & 0x000001FF) == 0) && //Bits 08:00 need to be zero per SAT2v7
156 (allocation_length == 0)))
162 allocation_length,
[all...]
H A Dsati_read_buffer.c93 U32 allocation_length; local
96 allocation_length = ((sati_get_cdb_byte(cdb, 6) << 16) |
104 sequence->allocation_length = allocation_length;
109 if((allocation_length == 512) && (buffer_offset == 0) &&
135 if(allocation_length < 4)
H A Dsati_report_luns.c92 sequence->allocation_length = (sati_get_cdb_byte(cdb, 6) << 24) |
H A Dsati_translator_sequence.h311 U32 allocation_length; member in struct:SATI_TRANSLATOR_SEQUENCE
H A Dsati_read_capacity.c120 sequence->allocation_length = SCSI_READ_CAPACITY_10_DATA_LENGTH;
181 sequence->allocation_length = (sati_get_cdb_byte(cdb, 10) << 24) |
H A Dsati_util.c1440 if (byte_offset < sequence->allocation_length)
1468 if (byte_offset < sequence->allocation_length)
1964 * @param[in] allocation_length This parameter specifies the number of bytes
1976 U32 allocation_length,
1981 U32 allocation_blocks = allocation_length >> 9;
1989 sati_set_ata_sector_count(register_fis, (U8) (allocation_length >> 9));
1990 sati_set_ata_lba_low(register_fis, (U8) (allocation_length >> 17));
2000 if((allocation_length == 0) && (buffer_offset == 0))
2008 sequence->ata_transfer_length = allocation_length;
1972 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.c168 sequence->allocation_length = sati_get_cdb_byte(cdb, 4);
H A Dsati_reassign_blocks.c306 sequence->allocation_length = 4; //Pre-set allocation_length so that the header can be retrieved
328 sequence->allocation_length = data_transfer_length;
H A Dsati_mode_sense_10.c276 sequence->allocation_length = (sati_get_cdb_byte(cdb, 7) << 8) |
H A Dsati_mode_sense_6.c195 sequence->allocation_length = sati_get_cdb_byte(cdb, 4);
H A Dsati_unmap.c283 sequence->allocation_length = unmap_length;
H A Dsati_inquiry.c685 sequence->allocation_length = (sati_get_cdb_byte(cdb, 3) << 8) |
H A Dsati_log_sense.c609 sequence->allocation_length = (sati_get_cdb_byte(cdb, 7) << 8) |
H A Dsati.c773 else if(sequence->number_data_bytes_set < sequence->allocation_length)
H A Dsati_mode_select.c865 sequence->allocation_length = data_transfer_length;
/freebsd-13-stable/sys/cam/ata/
H A Data_all.h165 uint8_t *data_ptr, uint16_t allocation_length, uint32_t timeout);
175 uint8_t *data_ptr, uint16_t allocation_length, uint32_t timeout);
/freebsd-13-stable/sys/dev/ocs_fc/
H A Docs_utils.h97 uint32_t allocation_length; member in struct:__anon13877
H A Docs_utils.c1694 textbuf->allocation_length = OCS_TEXTBUF_MAX_ALLOC_LEN;
1696 textbuf->allocation_length = length;
1717 segment->buffer = ocs_malloc(textbuf->ocs, textbuf->allocation_length, OCS_M_ZERO | OCS_M_NOWAIT);
1719 segment->buffer_length = textbuf->allocation_length;
1722 textbuf->total_allocation_length += textbuf->allocation_length;
/freebsd-13-stable/sys/cam/scsi/
H A Dscsi_all.c8687 uint8_t *data_ptr, uint16_t allocation_length,
8699 scsi_ulto2b(allocation_length, scsi_cmd->length);
8707 allocation_length,
8759 uint8_t *data_ptr, uint32_t allocation_length,
8770 scsi_ulto3b(allocation_length, scsi_cmd->length);
8778 allocation_length,
8684 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
8755 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.h4152 uint16_t allocation_length,
4167 uint8_t *data_ptr, uint32_t allocation_length,

Completed in 269 milliseconds