Searched refs:U8 (Results 126 - 150 of 172) sorted by relevance

1234567

/freebsd-10-stable/sys/dev/isci/scil/
H A Dsci_base_state_machine_logger.h125 typedef U8 SCI_BASE_STATE_MACHINE_LOGGER_T;
H A Dsci_util.h89 U8 index; \
H A Dscif_sas_io_request.h79 //SCIF_SAS_IO_REQUEST is in type of U8.
107 U8 retry_count;
H A Dscif_sas_request.h109 U8 ncq_tag;
H A Dscic_phy.h111 U8 index;
H A Dscic_sds_remote_node_table.c318 U8 scic_sds_remote_node_table_get_group_value(
334 return (U8)dword_value;
423 U8 index;
424 U8 group_value;
572 U8 group_value;
H A Dsati_inquiry.c553 sati_set_data_byte(sequence, scsi_io, 2, (U8)((page_length & 0xFF00) >> 8));
554 sati_set_data_byte(sequence, scsi_io, 3, (U8)(page_length & 0x00FF));
662 U8 * cdb = sati_cb_get_cdb_address(scsi_io);
771 U8 * register_fis = sati_cb_get_d2h_register_fis_address(ata_io);
777 sati_set_data_byte(sequence, scsi_io, 38, (U8) sati_get_ata_status(register_fis));
778 sati_set_data_byte(sequence, scsi_io, 39, (U8) sati_get_ata_error(register_fis));
H A Dscic_sds_phy.h231 U8 phy_index;
407 U8 phy_index
H A Dscif_controller.h364 U8 port_index,
H A Dsati_start_stop_unit.c89 U8 * cdb = sati_cb_get_cdb_address(scsi_io);
282 U8 * register_fis = sati_cb_get_d2h_register_fis_address(ata_io);
283 U8 * cdb = sati_cb_get_cdb_address(scsi_io);
H A Dscic_sds_request.c102 U8 bus_id : 6;
103 U8 address_method : 2;
104 U8 lun_number;
105 U8 second_level_lun[2];
106 U8 third_level_lun[2];
107 U8 forth_level_lun[2];
893 U8 *cdb_buffer, *additional_cdb_buffer;
894 U8 *scsi_lun;
1334 U8 sat_protocol;
1398 U8 sat_protoco
[all...]
H A Dscic_sds_port_configuration_agent.c146 U8 port_index;
327 U8 port_index;
328 U8 phy_index;
429 U8 index;
584 U8 phy_index;
585 U8 port_index;
687 U8 port_index;
H A Dscif_sas_stp_io_request.c574 U8 scic_cb_request_get_sat_protocol(
583 U8 *scic_cb_io_request_get_virtual_address_from_sgl(
600 U8 *source_addr,
H A Dsati_log_sense.c164 U8 self_test_status_byte
529 U8 * register_fis = sati_cb_get_d2h_register_fis_address(ata_io);
601 U8 * cdb = sati_cb_get_cdb_address(scsi_io);
741 U8 * register_fis = sati_cb_get_d2h_register_fis_address(ata_io);
H A Dscic_sds_stp_packet_request.c174 memcpy(((U8 *)this_request->command_buffer+sizeof(U32)), atapi_cdb, atapi_cdb_length);
230 memcpy( ((U8 *)this_request->command_buffer+sizeof(U32)), atapi_cdb, atapi_cdb_length);
475 U8 sat_packet_protocol = this_request->sat_protocol;
884 U8 sat_packet_protocol = this_request->sat_protocol;
H A Dscif_sas_controller.h160 U8 current_domain_to_clear_affiliation;
H A Dscif_sas_io_request.c137 ((U8 *)fw_io) + sizeof(SCIF_SAS_IO_REQUEST_T),
212 U8 sat_protocol = fw_request->parent.stp.sequence.protocol;
298 (U8 *)io_request_memory + sizeof(SCIF_SAS_IO_REQUEST_T),
740 (U8 *)core_io_memory,
H A Dscic_sds_request.h177 U8 sat_protocol;
255 U8 device_sequence;
H A Dscic_sds_unsolicited_frame_control.c228 ((U8 *)mde->virtual_address + used_uf_buffer_bytes - unused_uf_header_bytes);
242 ((U8 *)mde->virtual_address + used_uf_buffer_bytes + used_uf_header_bytes);
H A Dscic_sds_stp_request.c391 U8 optimized_task_type,
518 U8 sat_protocol,
736 U8 sat_protocol,
1166 U8 * data_buffer,
1174 U8 * source_address;
1210 U8 * destination_address;
1213 destination_address = (U8 *)scic_cb_io_request_get_virtual_address_from_sgl(
1247 U8 * data_buffer
1396 (U8)((SATA_FIS_PIO_SETUP_T *)(&frame_buffer[-1]))->ending_status;
1549 status = scic_sds_stp_request_pio_data_in_copy_data(this_request, (U8 *)frame_buffe
[all...]
H A Dscic_sds_smp_request.c294 U8 * request_buffer;
322 smp_request.header.request_length = (U8) (request_buffer_length_in_bytes / sizeof (U32));
527 U8 * user_smp_buffer = this_request->response_buffer;
H A Dscif_sas_controller.c403 U8 port_index,
584 U8 index;
1114 U8 index;
1192 U8 index;
/freebsd-10-stable/usr.sbin/mptutil/
H A Dmpt_volume.c48 mpt_volstate(U8 State)
71 U8 VolumeBus, VolumeID;
134 U8 VolumeBus, VolumeID;
199 U8 VolumeBus, VolumeID;
H A Dmpt_drive.c109 mpt_pd_insert(int fd, struct mpt_drive_list *list, U8 PhysDiskNum)
241 U8 *PhysDiskNum)
310 drive_set_state(char *drive, U8 Action, U8 State, const char *name)
314 U8 PhysDiskNum;
/freebsd-10-stable/sys/dev/asr/
H A Di2odep.h80 typedef unsigned char U8; typedef
182 # define _F_getTID1(w,x,y) ((*(U16 __FAR__ *)(((U8 __FAR__ *)(&((w)->x)))\
185 # define _F_setTID1(w,x,y,z) ((*((U16 __FAR__ *)(((U8 __FAR__ *)(&((w)->x)))\
187 ((*((U16 __FAR__ *)(((U8 __FAR__ *)(&((w)->x)))\
191 # define _F_getFunc(w,x,y) (*(((U8 __FAR__ *)(&((w)->x)))\
201 * ((U8 __FAR__ *)(&((w)->x)))[2]= (U8)((z)>>16L)
210 # define _F_getFlags(w,x,y) (*(((U8 __FAR__ *)(&((w)->x)))\
214 # define _F_get1bit(w,x,y,z) ((U8)((w)->z))
216 # define _F_get1bit1(w,x,y,z) ((U8)((
[all...]

Completed in 207 milliseconds

1234567